diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-09-21 20:59:36 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-09-21 20:59:36 +0000 |
commit | c57f2225576a91b437f748048a695fcac158f72f (patch) | |
tree | f20b0a4c88ed71f3f30e86a2d88e1e18a1c2f9cd /www-apache/mod_auth_kerb | |
parent | remove apache-1 cruft (diff) | |
download | gentoo-2-c57f2225576a91b437f748048a695fcac158f72f.tar.gz gentoo-2-c57f2225576a91b437f748048a695fcac158f72f.tar.bz2 gentoo-2-c57f2225576a91b437f748048a695fcac158f72f.zip |
remove apache-1 cruft
(Portage version: 2.1.3.9)
Diffstat (limited to 'www-apache/mod_auth_kerb')
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index 3acf86485511..c7ef49ea9251 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_auth_kerb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.2 2007/08/04 17:13:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.3 2007/09/21 20:59:36 hollow Exp $ + + 21 Sep 2007; Benedikt Böhm <hollow@gentoo.org> mod_auth_kerb-5.3.ebuild: + remove apache-1 cruft 29 Jul 2007; Christian Heim <phreak@gentoo.org> +files/11_mod_auth_kerb.conf, +metadata.xml, +mod_auth_kerb-5.3.ebuild: diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild index b8727011deb3..38912fc3ee7e 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.1 2007/07/29 15:49:42 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.2 2007/09/21 20:59:36 hollow Exp $ inherit apache-module @@ -16,9 +16,6 @@ IUSE="" DEPEND="virtual/krb5" RDEPEND="${DEPEND}" -APACHE1_MOD_CONF="11_${PN}" -APACHE1_MOD_DEFINE="AUTH_KERB" - APACHE2_MOD_CONF="11_${PN}" APACHE2_MOD_DEFINE="AUTH_KERB" @@ -27,10 +24,6 @@ DOCFILES="INSTALL README" need_apache src_compile() { - if use apache2 ; then - CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed" - else - CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" - fi + CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed" emake || die "emake failed" } |