diff options
author | 2003-11-23 02:24:30 +0000 | |
---|---|---|
committer | 2003-11-23 02:24:30 +0000 | |
commit | af1df553f60d919edbdd1b8ecd55d3df1c70644d (patch) | |
tree | b056ccee2eaf0274c77ecad0db9cd41965cba8f1 /dev-python/python-ldap | |
parent | version bump (diff) | |
download | gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.tar.gz gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.tar.bz2 gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.zip |
fix license
Diffstat (limited to 'dev-python/python-ldap')
-rw-r--r-- | dev-python/python-ldap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-ldap/Manifest | 10 | ||||
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild | 4 |
6 files changed, 19 insertions, 14 deletions
diff --git a/dev-python/python-ldap/ChangeLog b/dev-python/python-ldap/ChangeLog index fe85949cf170..cb96cfb8dac6 100644 --- a/dev-python/python-ldap/ChangeLog +++ b/dev-python/python-ldap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-ldap # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.13 2003/11/13 11:26:46 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.14 2003/11/23 02:23:13 liquidx Exp $ + + 23 Nov 2003; Alastair Tse <liquidx@gentoo.org> + python-ldap-2.0.0_pre05-r1.ebuild, python-ldap-2.0.0_pre06.ebuild, + python-ldap-2.0.0_pre13.ebuild, python-ldap-2.0.0_pre15.ebuild: + fix license. it isn't public-domain *python-ldap-2.0.0_pre15 (13 Nov 2003) diff --git a/dev-python/python-ldap/Manifest b/dev-python/python-ldap/Manifest index 1219b7f17e3b..fe0b5ce50e64 100644 --- a/dev-python/python-ldap/Manifest +++ b/dev-python/python-ldap/Manifest @@ -1,9 +1,9 @@ -MD5 1f97b16d8fd13ac109092d2b62553133 ChangeLog 1852 +MD5 d3de455337ac62c4f0af1c056961e217 ChangeLog 2075 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 1b89298b351c120692bf3345fe4a7e0a python-ldap-2.0.0_pre05-r1.ebuild 922 -MD5 358a99a2d0f3a121b290ac7aaf2778c9 python-ldap-2.0.0_pre06.ebuild 871 -MD5 489a8b4c27ffea47f712b3d2da5a52c1 python-ldap-2.0.0_pre13.ebuild 1291 -MD5 ea8aad4a59ef9fa5ac6761b43edc241a python-ldap-2.0.0_pre15.ebuild 1292 +MD5 c0869a25da0a71ae38551cd77768fc45 python-ldap-2.0.0_pre05-r1.ebuild 862 +MD5 45c68b64392cb54e97940ca23b21f993 python-ldap-2.0.0_pre06.ebuild 815 +MD5 24c29ac8bba30d0222aaf6a81f0b32cd python-ldap-2.0.0_pre13.ebuild 1232 +MD5 32916af864302aa518c3f2510ea630b9 python-ldap-2.0.0_pre15.ebuild 1233 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/python-ldap-2.0.0_pre05-r1.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild index aa07f760c927..10349e2f1388 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild,v 1.11 2003/11/23 02:23:13 liquidx Exp $ VERSION="2.0.0pre05" S=${WORKDIR}/${PN}-${VERSION} @@ -11,7 +11,7 @@ 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 +LICENSE="PYTHON" KEYWORDS="x86 sparc alpha" inherit distutils diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild index 5efc4ccf04e7..b4d064bfb38a 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild @@ -1,6 +1,6 @@ # 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_pre06.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild,v 1.6 2003/11/23 02:23:13 liquidx Exp $ inherit distutils @@ -14,7 +14,7 @@ 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 +LICENSE="PYTHON" KEYWORDS="x86 ~sparc ~alpha" src_unpack() { diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild index 8cfb862f1ee8..f39f9fc36304 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild @@ -1,6 +1,6 @@ # 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_pre13.ebuild,v 1.4 2003/11/13 11:26:46 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild,v 1.5 2003/11/23 02:23:13 liquidx Exp $ inherit distutils @@ -16,7 +16,7 @@ DEPEND="virtual/python sasl? ( dev-libs/cyrus-sasl )" SLOT="0" -LICENSE="public-domain" # NOTE: win32 section is under questionable license +LICENSE="PYTHON" KEYWORDS="x86 ~sparc ~alpha" PYTHON_MODNAME="ldap" diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild index 2ff3560b9fac..bd27d01ff77e 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild @@ -1,6 +1,6 @@ # 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_pre15.ebuild,v 1.1 2003/11/13 11:26:46 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre15.ebuild,v 1.2 2003/11/23 02:23:13 liquidx Exp $ inherit distutils @@ -16,7 +16,7 @@ DEPEND="virtual/python sasl? ( dev-libs/cyrus-sasl )" SLOT="0" -LICENSE="public-domain" # NOTE: win32 section is under questionable license +LICENSE="PYTHON" KEYWORDS="~x86 ~sparc ~alpha" PYTHON_MODNAME="ldap" |