summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:20:19 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:20:19 +0000
commit12138cddcf73deb6a6798ef2deae68e22d47ea6e (patch)
treed2aa57c5579efd7e758099114afc98512d673e48 /net-www/mod_auth_external
parentRemove Apache1. (diff)
downloadhistorical-12138cddcf73deb6a6798ef2deae68e22d47ea6e.tar.gz
historical-12138cddcf73deb6a6798ef2deae68e22d47ea6e.tar.bz2
historical-12138cddcf73deb6a6798ef2deae68e22d47ea6e.zip
Remove Apache1.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-www/mod_auth_external')
-rw-r--r--net-www/mod_auth_external/ChangeLog6
-rw-r--r--net-www/mod_auth_external/files/digest-mod_auth_external-2.1.193
-rw-r--r--net-www/mod_auth_external/mod_auth_external-2.1.19.ebuild22
3 files changed, 5 insertions, 26 deletions
diff --git a/net-www/mod_auth_external/ChangeLog b/net-www/mod_auth_external/ChangeLog
index 0558096da5c2..727b6dc22a2a 100644
--- a/net-www/mod_auth_external/ChangeLog
+++ b/net-www/mod_auth_external/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_external
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.22 2007/01/13 20:09:01 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.23 2007/06/13 14:15:32 chtekk Exp $
+
+ 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org>
+ -mod_auth_external-2.1.19.ebuild:
+ Remove Apache1.
13 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
files/10_mod_auth_external.conf,
diff --git a/net-www/mod_auth_external/files/digest-mod_auth_external-2.1.19 b/net-www/mod_auth_external/files/digest-mod_auth_external-2.1.19
deleted file mode 100644
index c7bbebdbaa48..000000000000
--- a/net-www/mod_auth_external/files/digest-mod_auth_external-2.1.19
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3964bfa66cee9565479992f01a323f15 mod_auth_external-2.1.19.tar.gz 51390
-RMD160 f4012119f3e3eca73b07c1f90292338e6256e31a mod_auth_external-2.1.19.tar.gz 51390
-SHA256 9ad88330dce3b60f89d95106df5f6a58ff0a6414669e509789824e6706ddb636 mod_auth_external-2.1.19.tar.gz 51390
diff --git a/net-www/mod_auth_external/mod_auth_external-2.1.19.ebuild b/net-www/mod_auth_external/mod_auth_external-2.1.19.ebuild
deleted file mode 100644
index 2ade998e59cf..000000000000
--- a/net-www/mod_auth_external/mod_auth_external-2.1.19.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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_external/mod_auth_external-2.1.19.ebuild,v 1.3 2007/01/13 20:09:01 chtekk Exp $
-
-inherit eutils apache-module
-
-DESCRIPTION="Apache External Authentication Module"
-HOMEPAGE="http://www.unixpapa.com/mod_auth_external.html"
-SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz"
-
-DEPEND=""
-LICENSE="Apache-1.1"
-KEYWORDS="~x86"
-IUSE=""
-SLOT="1"
-
-DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO"
-
-APACHE1_MOD_CONF="10_${PN}"
-APACHE1_MOD_DEFINE="AUTH_EXTERNAL"
-
-need_apache1