diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-20 14:59:13 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-20 14:59:13 +0000 |
commit | e08e47ba47773fa9af5cc7094226c210efc22cbf (patch) | |
tree | 47bc0e5af569d91ca8c4894157e80345ca84ea08 /net-www | |
parent | bug fix (diff) | |
download | historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.tar.gz historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.tar.bz2 historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.zip |
ebuild cleanups.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_external/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_auth_ldap/Manifest | 8 |
6 files changed, 19 insertions, 9 deletions
diff --git a/net-www/mod_auth_external/ChangeLog b/net-www/mod_auth_external/ChangeLog index 4c4e36af235e..cd8dcc670623 100644 --- a/net-www/mod_auth_external/ChangeLog +++ b/net-www/mod_auth_external/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_external # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.9 2004/05/26 10:14:52 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.10 2004/06/20 14:57:37 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_external-2.2.3.ebuild, + mod_auth_external-2.2.7.ebuild: + Ebuild cleanups. 26 May 2004; <chuck@gentoo.org> mod_auth_external-2.2.7.ebuild: Added missing ${FILESDIR}. diff --git a/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild b/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild index 32bf75c3fd47..f1172d84e51f 100644 --- a/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild +++ b/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild,v 1.4 2004/01/15 03:56:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild,v 1.5 2004/06/20 14:57:37 zul Exp $ inherit eutils @@ -11,6 +11,7 @@ S=${WORKDIR}/${P} SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2" DEPEND="sys-libs/pam =net-www/apache-2*" +RDEPEND="" LICENSE="Apache-1.1" KEYWORDS="x86" IUSE="" diff --git a/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild b/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild index be6d5b6280e1..b89790b01f13 100644 --- a/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild +++ b/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild,v 1.3 2004/05/26 10:14:52 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild,v 1.4 2004/06/20 14:57:37 zul Exp $ inherit eutils @@ -11,6 +11,7 @@ S=${WORKDIR}/${P} SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" DEPEND="sys-libs/pam =net-www/apache-2*" +RDEPEND="" LICENSE="Apache-1.1" KEYWORDS="x86" IUSE="" diff --git a/net-www/mod_auth_kerb/ChangeLog b/net-www/mod_auth_kerb/ChangeLog index 8364f9f01fa4..8e6ddbad2e6e 100644 --- a/net-www/mod_auth_kerb/ChangeLog +++ b/net-www/mod_auth_kerb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_auth_kerb # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.3 2004/04/04 22:22:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.4 2004/06/20 14:59:13 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_kerb-4.11.ebuild: + Ebuild cleanups. 04 Apr 2004; Chuck Short <zul@gentoo.org> mod_auth_kerb-4.11.ebuild: Added metadata.xml. diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild index dea7acc61847..25044256418d 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.5 2004/04/04 22:22:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.6 2004/06/20 14:59:13 zul Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://modauthkerb.sourceforge.net/" S=${WORKDIR}/src SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz" DEPEND="app-crypt/mit-krb5 =net-www/apache-2*" +RDEPEND="" LICENSE="Apache-1.1" KEYWORDS="x86" IUSE="" diff --git a/net-www/mod_auth_ldap/Manifest b/net-www/mod_auth_ldap/Manifest index 7715800b2792..ffc7246ff065 100644 --- a/net-www/mod_auth_ldap/Manifest +++ b/net-www/mod_auth_ldap/Manifest @@ -1,7 +1,7 @@ -MD5 bad892ca783d0a667c291b26f3444b21 mod_auth_ldap-2.4.1.ebuild 1544 -MD5 9d9b7c97a5530b063d2821562acba5e6 mod_auth_ldap-2.4.1-r1.ebuild 1670 -MD5 d98e66e5774290544ef8108a5c99c061 mod_auth_ldap-2.4.2.ebuild 1644 -MD5 98ba3f4b32ce8b369b0e0ab6cccff796 ChangeLog 1347 +MD5 0bc9fe2831a8bcd440ef94a75d9be93c mod_auth_ldap-2.4.1.ebuild 1564 +MD5 942b1c5f5ad02f45f811a0f8ca89855c mod_auth_ldap-2.4.1-r1.ebuild 1689 +MD5 8aa0d0d4c73fab9e97502d9ff63f20b4 mod_auth_ldap-2.4.2.ebuild 1664 +MD5 f3c1b2cfeb8af58af982c988a4f32a5e ChangeLog 1524 MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038 MD5 8e27cb64926af0962345b6ee75f7744d files/digest-mod_auth_ldap-2.4.1 64 |