summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/scons/scons-0.0.3.ebuild')
-rw-r--r--dev-util/scons/scons-0.0.3.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/scons/scons-0.0.3.ebuild b/dev-util/scons/scons-0.0.3.ebuild
deleted file mode 100644
index aeffee9257d6..000000000000
--- a/dev-util/scons/scons-0.0.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.3.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/scons-0.03
-DESCRIPTION="Extensible python-based build utility"
-SRC_URI="mirror://sourceforge/scons/scons-0.03.tar.gz"
-HOMEPAGE="http://www.scons.org"
-
-DEPEND=">=dev-lang/python-2.0"
-RDEPEND=">=dev-lang/python-2.0"
-
-src_compile() {
- python setup.py build
-}
-
-src_install () {
- python setup.py install --root=${D}
- dodoc {CHANGES,LICENSE,README,RELEASE}.txt PKG-INFO MANIFEST
- doman scons.1
-}