summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-18 18:44:20 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-18 18:44:20 +0200
commiteeb523e2f8fac7fcaebd8b6c36823a8ab0765888 (patch)
tree399782fa6e2c0d40904bbe0314830a3dec90e9b4 /www-apache
parentnet-dialup/dtrace: Drop old (diff)
downloadgentoo-eeb523e2f8fac7fcaebd8b6c36823a8ab0765888.tar.gz
gentoo-eeb523e2f8fac7fcaebd8b6c36823a8ab0765888.tar.bz2
gentoo-eeb523e2f8fac7fcaebd8b6c36823a8ab0765888.zip
www-apache/mod_auth_kerb: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_kerb/Manifest1
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/www-apache/mod_auth_kerb/Manifest b/www-apache/mod_auth_kerb/Manifest
index 741f1fd5954d..2d942c7502ec 100644
--- a/www-apache/mod_auth_kerb/Manifest
+++ b/www-apache/mod_auth_kerb/Manifest
@@ -1,2 +1 @@
-DIST mod_auth_kerb-5.3.tar.gz 73530 SHA256 89cd779a94405521770cbcb169af5af61e7f2aad91c4f4b82efaae35df7595ec SHA512 888c2c16c743a8ef12641cce3877b845afc9d8f035d8ed48252d7b10a5b5e194ffcf9b9c18df18e788d2da53ef42bc3e7315d20dfd41e48a2e195708c43c0e60 WHIRLPOOL 54c24285748f840d04fb545a1bbecc449f272e75ae7cf882d360d2ba7bda0ec79d3663248e5c4f8337f3a624325bd35b049717fa0253627cb65bf3322c48bee4
DIST mod_auth_kerb-5.4.tar.gz 93033 SHA256 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265 SHA512 93fdf0e43af1c24e8c8204d09240b708747068ef99dd8d21b45cb4d132d31e6d582d49ea5e23b905f55cb0d4a20b1ecb58de1bcbfdad1d016e536fc622b63214 WHIRLPOOL 1b92217b7cf66d731a72cf9d58f188002ccadd75fc3d9075290347e6b4f1511111d3cff147fab73616951cbdb9430e8038adf5c4e204d374886bec3be69ff51c
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
deleted file mode 100644
index 69affa67701b..000000000000
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-}