summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-01 11:47:16 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-01 11:51:32 +0100
commitca64f0b01072aa52af90388f7c2125e37c34e10a (patch)
tree8b140aeae57a5865d8b367db06da192d543b9756
parentwww-apache/mod_authnz_external: x86 stable, bug #532806 (diff)
downloadgentoo-ca64f0b01072aa52af90388f7c2125e37c34e10a.tar.gz
gentoo-ca64f0b01072aa52af90388f7c2125e37c34e10a.tar.bz2
gentoo-ca64f0b01072aa52af90388f7c2125e37c34e10a.zip
www-apache/mod_authnz_external: Drop old
Package-Manager: portage-2.3.2
-rw-r--r--www-apache/mod_authnz_external/Manifest1
-rw-r--r--www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/www-apache/mod_authnz_external/Manifest b/www-apache/mod_authnz_external/Manifest
index b66f986ed102..b6e00afc86ad 100644
--- a/www-apache/mod_authnz_external/Manifest
+++ b/www-apache/mod_authnz_external/Manifest
@@ -1,2 +1 @@
-DIST mod_authnz_external-3.2.6.tar.gz 38194 SHA256 67365145100617647c65ec7778cdfea2e12eb70e61bb8cddb5d90abd7979f5e6 SHA512 8446fcf52385a2f0f6380730b2cd2df2c46de363384ef0027c44aa9be52322afa0ad4e487bee1beef939b94fbbb15bd053eb8b4be7555fbd5321b745d7dbfab7 WHIRLPOOL 577a909d7f33d2db9bec7c32452280310f058da82f69c0dd4a9d815a8a95d4de564a31ef170d23f9b966f663d38b2cc69be1c09c36bae087dcd1900a60d917c5
DIST mod_authnz_external-3.3.2.tar.gz 36160 SHA256 a16b31d81c20e024e7efe480fe98b48d5ce40d520b0a13ff38ab003cc527f1e8 SHA512 8216744dbaed8dbde0d33658e38594463409e613412bd94f3e5f5a816f5e793a395ddda7c582ff1d1e69e48efdd1efb48c168d4cbc37cc7807a0dcb92eace0be WHIRLPOOL 34407a3a62d2bb4ca67fbc08bafff145ed5a52308a13e6e4b21d0b2d774b34e2a2980839d9d4bc145f1197038fe7bcd8674a7bd434f0119e39e1a5fa0a4d1d71
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild
deleted file mode 100644
index 97cff0e8386d..000000000000
--- a/www-apache/mod_authnz_external/mod_authnz_external-3.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils apache-module
-
-DESCRIPTION="An Apache2 authentication DSO using external programs"
-HOMEPAGE="https://github.com/phokz/mod-auth-external"
-SRC_URI="https://mod-auth-external.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL"
-
-need_apache2_2