# ChangeLog for net-www/mod_auth_kerb
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.20 2007/01/15 06:29:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.21 2007/01/15 20:17:07 chtekk Exp $
+
+ 15 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
+ -files/mod_auth_kerb-5.0-CVE-2006-5989.patch,
+ -files/mod_auth_kerb-5.0-axps1.patch,
+ -files/mod_auth_kerb-5.0-cache.patch,
+ -files/mod_auth_kerb-5.0-exports.patch,
+ -files/mod_auth_kerb-5.0-gcc4.patch, metadata.xml,
+ -mod_auth_kerb-5.0_rc6.ebuild, -mod_auth_kerb-5.0_rc6-r1.ebuild,
+ -mod_auth_kerb-5.0_rc7.ebuild, -mod_auth_kerb-5.0_rc7-r1.ebuild,
+ mod_auth_kerb-5.3.ebuild:
+ Cleanup.
15 Jan 2007; Torsten Veller <tove@gentoo.org> mod_auth_kerb-5.3.ebuild:
Marked stable on x86 for Ticho (#155782)
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.2 2007/01/15 06:29:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.3 2007/01/15 20:17:07 chtekk Exp $
-MY_PV="${PV/_rc/rc}"
+inherit apache-module
-inherit eutils apache-module
+KEYWORDS="x86"
-DESCRIPTION="An Apache2 authentication DSO using Kerberos."
+DESCRIPTION="An Apache authentication module using Kerberos."
HOMEPAGE="http://modauthkerb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/modauthkerb/${PN}-${MY_PV}.tar.gz"
-
+SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz"
LICENSE="as-is"
-KEYWORDS="x86"
-IUSE="apache2"
SLOT="0"
+IUSE=""
DEPEND="virtual/krb5"
-RDEPEND=""
+RDEPEND="${DEPEND}"
APACHE1_MOD_CONF="11_${PN}"
APACHE1_MOD_DEFINE="AUTH_KERB"
need_apache
-S="${WORKDIR}/${PN}-${MY_PV}"
-
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
- emake || die "make failed"
+ emake || die "emake failed"
}