diff options
-rw-r--r-- | dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre04 | 1 | ||||
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre04.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre04 b/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre04 deleted file mode 100644 index 4109572d8c39..000000000000 --- a/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre04 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c0f4e6f59b41a02f50493f02012c9ac python-ldap-2.0.0pre04.tar.gz 44155 diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre04.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre04.ebuild deleted file mode 100644 index 7e041251c634..000000000000 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre04.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre04.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ - -VERSION="2.0.0pre04" -S=${WORKDIR}/${PN}-${VERSION} -DESCRIPTION="Various LDAP-related Python modules" -SRC_URI="mirror://sourceforge/python-ldap/python-ldap-${VERSION}.tar.gz" -HOMEPAGE="http://python-ldap.sourceforge.net/" - -DEPEND=">=dev-lang/python-2.2 - >=net-nds/openldap-2.0.11" - -src_compile() { - - mv setup.cfg setup.cfg.orig - sed "s|/usr/local/openldap2/lib|/usr/lib|" setup.cfg.orig | \ - sed "s|/usr/local/openldap2/include|/usr/include|" > setup.cfg \ - || die - - python setup.py build || die - -} - -src_install() { - - python setup.py install --prefix=${D}/usr || die - - dodoc README - -} - |