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/mod_auth_external | |
parent | bug fix (diff) | |
download | historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.tar.gz historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.tar.bz2 historical-e08e47ba47773fa9af5cc7094226c210efc22cbf.zip |
ebuild cleanups.
Diffstat (limited to 'net-www/mod_auth_external')
-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 |
3 files changed, 9 insertions, 3 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="" |