summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-10 15:29:48 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-10 15:29:48 +0000
commitff22e7b087bbf9a05e010814217e1a3c60ae5ecc (patch)
tree47e8351809680d5f66165b4f68ae6679002c9de9
parentbb3581b9778acaf07c4dc2b97679de30909dfcc4 (diff)
downloadgentoolkit-ff22e7b087bbf9a05e010814217e1a3c60ae5ecc.tar.gz
Remove unneeded Makefile and VERSION files. That functionality is now handled by distutils
svn path=/trunk/gentoolkit/; revision=714
-rw-r--r--Makefile25
-rw-r--r--VERSION1
2 files changed, 0 insertions, 26 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 27dd699..0000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2003-2004 Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright 2003-2009 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-# $Header$
-
-ifeq ($(origin VERSION), undefined)
- VERSION = 9999
-endif
-
-all:
- echo "YARMOUTH (vb.) To shout at foreigners in the belief that the louder you speak, the better they'll understand you."
- echo $(VERSION)
-
-clean:
- rm -rf release
-
-dist: dist-gentoolkit
-
-dist-gentoolkit:
- mkdir -p release
- echo "$(VERSION)" > VERSION
- python setup.py sdist --dist-dir release
- svn revert VERSION
- rm -f MANIFEST
diff --git a/VERSION b/VERSION
deleted file mode 100644
index 3c2df07..0000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-9999