diff options
author | 2004-06-20 14:59:13 +0000 | |
---|---|---|
committer | 2004-06-20 14:59:13 +0000 | |
commit | 845293f7574bbbecab2e669f61740f0364b65832 (patch) | |
tree | a7c364eba9d3b342e2a9967facb8668477306477 /net-www/mod_auth_kerb | |
parent | bug fix (Manifest recommit) (diff) | |
download | gentoo-2-845293f7574bbbecab2e669f61740f0364b65832.tar.gz gentoo-2-845293f7574bbbecab2e669f61740f0364b65832.tar.bz2 gentoo-2-845293f7574bbbecab2e669f61740f0364b65832.zip |
ebuild cleanups.
Diffstat (limited to 'net-www/mod_auth_kerb')
-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 |
2 files changed, 6 insertions, 2 deletions
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="" |