diff options
Diffstat (limited to 'dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild')
-rw-r--r-- | dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild deleted file mode 100644 index 79896f0321d8..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild,v 1.14 2003/06/22 12:15:59 liquidx Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="egenix utils for Python." -SRC_URI="http://www.lemburg.com/files/python/${P}.tar.gz" -HOMEPAGE="http://www.egenix.com/" - -DEPEND="virtual/python" -RDEPEND="${RDEPEND}" - -SLOT="0" -KEYWORDS="x86 sparc alpha" -LICENSE="eGenixPublic" -#please note, there is also a possibility to buy a commercial license -#from egenix.com - -src_compile() { - python setup.py build || die -} - -src_install() { - python setup.py install --prefix=${D}/usr || die -} |