summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 02:41:58 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 02:41:58 +0000
commitf703c6ccc732145907211d7b5737e494317c76ca (patch)
tree81d7ffad393413e034cae9708663d28bde44bc7e /dev-python/ldaptor
parentVersion Bump (diff)
downloadhistorical-f703c6ccc732145907211d7b5737e494317c76ca.tar.gz
historical-f703c6ccc732145907211d7b5737e494317c76ca.tar.bz2
historical-f703c6ccc732145907211d7b5737e494317c76ca.zip
fix license/repoman
Diffstat (limited to 'dev-python/ldaptor')
-rw-r--r--dev-python/ldaptor/ldaptor-0.0.6.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/ldaptor/ldaptor-0.0.6.ebuild b/dev-python/ldaptor/ldaptor-0.0.6.ebuild
index 57299cc9af58..29e53567f888 100644
--- a/dev-python/ldaptor/ldaptor-0.0.6.ebuild
+++ b/dev-python/ldaptor/ldaptor-0.0.6.ebuild
@@ -1,25 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.7 2003/08/07 02:34:34 vapier Exp $
DESCRIPTION="set of LDAP utilities for use from the command line"
-SRC_URI="http://twistedmatrix.com/users/tv/ldaptor/${PN}_${PV}.tar.gz"
HOMEPAGE="http://twistedmatrix.com/users/tv/ldaptor/"
+SRC_URI="http://twistedmatrix.com/users/tv/ldaptor/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ~alpha ~sparc"
-IUSE=""
DEPEND=">=dev-python/twisted-1.0.1-r1"
src_compile() {
python setup-ldaptor-utils.py build || \
- die "compilation of ldaptor-utils failed"
+ die "compilation of ldaptor-utils failed"
python setup-ldaptor-webui.py build || \
- die "compilation of ldaptor-webui failed"
+ die "compilation of ldaptor-webui failed"
python setup-python-ldaptor.py build || \
- die "compilation of python-ldaptor failed"
+ die "compilation of python-ldaptor failed"
}
src_install() {