summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-08 10:36:37 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-08 10:36:37 +0000
commitb7ab7f990f4ffa899101bb0df5c5f8b0dc5625d1 (patch)
treee7e63983590ff8d496bf8838d4b7c17400886ae1 /dev-python
parentadded metadata.xml and stable bump (diff)
downloadgentoo-2-b7ab7f990f4ffa899101bb0df5c5f8b0dc5625d1.tar.gz
gentoo-2-b7ab7f990f4ffa899101bb0df5c5f8b0dc5625d1.tar.bz2
gentoo-2-b7ab7f990f4ffa899101bb0df5c5f8b0dc5625d1.zip
cleanup
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-ldap/Manifest4
-rw-r--r--dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre051
-rw-r--r--dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild27
3 files changed, 1 insertions, 31 deletions
diff --git a/dev-python/python-ldap/Manifest b/dev-python/python-ldap/Manifest
index 7f877ba2f348..b2e4eb485953 100644
--- a/dev-python/python-ldap/Manifest
+++ b/dev-python/python-ldap/Manifest
@@ -1,10 +1,8 @@
MD5 90419f2ff99c2792a717cb3b4c950721 ChangeLog 1501
+MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
MD5 1b89298b351c120692bf3345fe4a7e0a python-ldap-2.0.0_pre05-r1.ebuild 922
-MD5 19f46c877770ea1e11e4d64131d0f5b4 python-ldap-2.0.0_pre05.ebuild 848
MD5 358a99a2d0f3a121b290ac7aaf2778c9 python-ldap-2.0.0_pre06.ebuild 871
MD5 0a823396d08f3fa3295cf0e5c4ca5363 python-ldap-2.0.0_pre13.ebuild 1118
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 870f1b1ecea4f738da0ba65fb5a0a661 files/digest-python-ldap-2.0.0_pre05 73
MD5 870f1b1ecea4f738da0ba65fb5a0a661 files/digest-python-ldap-2.0.0_pre05-r1 73
MD5 aaef21adf6aa58c8fc0a0627f3ceae5f files/digest-python-ldap-2.0.0_pre06 73
MD5 7c4a7f327a0bc9843e8fda91f445ee63 files/digest-python-ldap-2.0.0_pre13 73
diff --git a/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre05 b/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre05
deleted file mode 100644
index a0023f32cbb7..000000000000
--- a/dev-python/python-ldap/files/digest-python-ldap-2.0.0_pre05
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8de6fb19e415a84e1cfc73264c0573df python-ldap-2.0.0pre05.tar.gz 46111
diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild
deleted file mode 100644
index 9973c7f43f8f..000000000000
--- a/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild
+++ /dev/null
@@ -1,27 +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/python-ldap/python-ldap-2.0.0_pre05.ebuild,v 1.11 2003/09/06 23:32:28 msterret Exp $
-
-VERSION="2.0.0pre05"
-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="virtual/python
- >=net-nds/openldap-2.0.11"
-SLOT="0"
-LICENSE="public-domain" # NOTE: win32 section is under questionable license
-KEYWORDS="x86 sparc alpha"
-
-src_compile() {
-
- mv setup.cfg setup.cfg.orig
- sed -e "s|/usr/local/openldap2/lib|/usr/lib|" \
- -e "s|/usr/local/openldap2/include|/usr/include|" > setup.cfg \
- || die
-
- base_src_compile
-}
-
-inherit distutils