summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild')
-rw-r--r--www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild
deleted file mode 100644
index 7a76b8db6c67..000000000000
--- a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild,v 1.1 2009/09/18 12:11:09 hollow Exp $
-
-inherit eutils apache-module
-
-DESCRIPTION="An Apache2 authentication DSO using external programs"
-HOMEPAGE="http://code.google.com/p/mod-auth-external/"
-SRC_URI="http://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