summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-17 10:58:17 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-17 10:58:17 +0000
commit1dbd7c62b971284f48201fb3ae3e2fa8f83c09f8 (patch)
tree9ba4e43a85fa5ac6b23eb96cd1043ad7d7d7d179 /www-apache
parentI forgot to commit the patch, thanks to wschlich for reporting (diff)
downloadgentoo-2-1dbd7c62b971284f48201fb3ae3e2fa8f83c09f8.tar.gz
gentoo-2-1dbd7c62b971284f48201fb3ae3e2fa8f83c09f8.tar.bz2
gentoo-2-1dbd7c62b971284f48201fb3ae3e2fa8f83c09f8.zip
Fix dependency as this if for all apache2 versions, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_kerb/ChangeLog6
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild4
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild29
3 files changed, 7 insertions, 32 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog
index f964ffd73803..fc44bb822930 100644
--- a/www-apache/mod_auth_kerb/ChangeLog
+++ b/www-apache/mod_auth_kerb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_kerb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.15 2014/08/10 20:13:54 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.16 2014/12/17 10:58:17 pacho Exp $
+
+ 17 Dec 2014; Pacho Ramos <pacho@gentoo.org> -mod_auth_kerb-5.4.ebuild,
+ mod_auth_kerb-5.4-r1.ebuild:
+ Fix dependency as this if for all apache2 versions, drop old
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mod_auth_kerb-5.3.ebuild,
mod_auth_kerb-5.4-r1.ebuild, mod_auth_kerb-5.4.ebuild:
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild
index 4898276c1d9b..0fbd49a494b0 100644
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild
+++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.4-r1.ebuild,v 1.3 2014/08/10 20:13:54 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild,v 1.4 2014/12/17 10:58:17 pacho Exp $
inherit apache-module eutils
@@ -21,7 +21,7 @@ APACHE2_MOD_DEFINE="AUTH_KERB"
DOCFILES="INSTALL README"
-need_apache2_2
+need_apache2
src_unpack() {
unpack ${A}
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild
deleted file mode 100644
index 5af57e3e63ef..000000000000
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 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.4.ebuild,v 1.4 2014/08/10 20:13:54 slyfox Exp $
-
-inherit apache-module
-
-DESCRIPTION="An Apache authentication module using Kerberos"
-HOMEPAGE="http://modauthkerb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz"
-
-LICENSE="BSD openafs-krb5-a HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/krb5"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="11_${PN}"
-APACHE2_MOD_DEFINE="AUTH_KERB"
-
-DOCFILES="INSTALL README"
-
-need_apache2_2
-
-src_compile() {
- CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
- emake || die "emake failed"
-}