diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:36:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:36:33 +0000 |
commit | eb802d5ade35840eae96d1e1259ffe2ffb7cfb2f (patch) | |
tree | 253a624c4e70e5db3e7d2daa349f56b319301397 /dev-python/ldaptor | |
parent | Version Bump (diff) | |
download | gentoo-2-eb802d5ade35840eae96d1e1259ffe2ffb7cfb2f.tar.gz gentoo-2-eb802d5ade35840eae96d1e1259ffe2ffb7cfb2f.tar.bz2 gentoo-2-eb802d5ade35840eae96d1e1259ffe2ffb7cfb2f.zip |
fix license/repoman
Diffstat (limited to 'dev-python/ldaptor')
-rw-r--r-- | dev-python/ldaptor/ldaptor-0.0.6.ebuild | 13 |
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() { |