diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-04-15 21:58:24 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-04-15 21:58:24 +0000 |
commit | dad2dca325041c9eed4bf20d7b30bb7c5e20ffa9 (patch) | |
tree | fe106aae8d8ec03e64ea779f9709e951708b8da0 /net-www | |
parent | version bump (diff) | |
download | gentoo-2-dad2dca325041c9eed4bf20d7b30bb7c5e20ffa9.tar.gz gentoo-2-dad2dca325041c9eed4bf20d7b30bb7c5e20ffa9.tar.bz2 gentoo-2-dad2dca325041c9eed4bf20d7b30bb7c5e20ffa9.zip |
Remove net-www/mod_authenticache from the tree (bug #79429).
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_authenticache/ChangeLog | 39 | ||||
-rw-r--r-- | net-www/mod_authenticache/Manifest | 9 | ||||
-rw-r--r-- | net-www/mod_authenticache/files/28_mod_authenticache.conf | 31 | ||||
-rw-r--r-- | net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 | 1 | ||||
-rw-r--r-- | net-www/mod_authenticache/files/digest-mod_authenticache-2.0.8 | 1 | ||||
-rw-r--r-- | net-www/mod_authenticache/files/dot-htaccess | 8 | ||||
-rw-r--r-- | net-www/mod_authenticache/files/dot-htpasswd | 1 | ||||
-rw-r--r-- | net-www/mod_authenticache/metadata.xml | 5 | ||||
-rw-r--r-- | net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild | 32 | ||||
-rw-r--r-- | net-www/mod_authenticache/mod_authenticache-2.0.8.ebuild | 31 |
10 files changed, 0 insertions, 158 deletions
diff --git a/net-www/mod_authenticache/ChangeLog b/net-www/mod_authenticache/ChangeLog deleted file mode 100644 index 1f58564df35d..000000000000 --- a/net-www/mod_authenticache/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for net-www/mod_authenticache -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/ChangeLog,v 1.11 2004/09/03 23:24:08 pvdabeel Exp $ - - 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - mod_authenticache-2.0.8.ebuild: - Masked mod_authenticache-2.0.8.ebuild stable for ppc - - 14 Aug 2004; Sven Wegener <swegener@gentoo.org> - mod_authenticache-2.0.8.ebuild: - Trimmed trailing whitespace. - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> - mod_authenticache-2.0.6.ebuild, mod_authenticache-2.0.8.ebuild: - virtual/glibc -> virtual/libc - - 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_authenticache-2.0.8.ebuild: - Marked stable fox x86. - - 03 May 2004; David Holm <dholm@gentoo.org> mod_authenticache-2.0.8.ebuild: - Added to ~ppc. - -*mod_authenticache-2.0.8 (04 May 2004) - - 04 May 2004; Chuck Short <zul@gentoo.org> mod_authenticache-2.0.8.ebuild: - Version bump. - - 04 Apr 2004; Chuck Short <zul@gentoo.org> metadata.xml, - mod_authenticache-2.0.6.ebuild: - Added metadata.xml. - - 12 Jul 2003; Donny Davies <woodchip@gentoo.org> - mod_authenticache-2.0.6.ebuild: - Mark x86 stable. - -*mod_authenticache-2.0.6 (28 Nov 2002) - - 28 Nov 2002; Donny Davies <woodchip@gentoo.org> : - Initial import; created by me. diff --git a/net-www/mod_authenticache/Manifest b/net-www/mod_authenticache/Manifest deleted file mode 100644 index 40196ea28272..000000000000 --- a/net-www/mod_authenticache/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -MD5 e84564e9c51af83b07d89f2e622ae27a ChangeLog 1321 -MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 -MD5 92c15123b76a9477a69f9573a75e21a6 mod_authenticache-2.0.6.ebuild 998 -MD5 d85554b696d03d8f638ecb409955b54e mod_authenticache-2.0.8.ebuild 1042 -MD5 21bd6cd7eb4fbf068d9dd7d65a86a6e5 files/28_mod_authenticache.conf 697 -MD5 a10c55270ccdd21b842df6553f9f3dea files/digest-mod_authenticache-2.0.6 74 -MD5 eda02530989ea1eab8d65bc8aae4c2e3 files/digest-mod_authenticache-2.0.8 74 -MD5 55d24e495e8ecc0121bc0edb320b3f5d files/dot-htaccess 178 -MD5 4ac0c7c098e7958d84b232cc634a82f3 files/dot-htpasswd 19 diff --git a/net-www/mod_authenticache/files/28_mod_authenticache.conf b/net-www/mod_authenticache/files/28_mod_authenticache.conf deleted file mode 100644 index b81a1719965f..000000000000 --- a/net-www/mod_authenticache/files/28_mod_authenticache.conf +++ /dev/null @@ -1,31 +0,0 @@ -<IfDefine AUTHENTICACHE> - <IfModule !mod_authenticache.c> - LoadModule authenticache_module extramodules/mod_authenticache.so - </IfModule> -</IfDefine> - -# NOTE! -# You should login as "test" with the "test" password (without the -# quotes) to use the example below. You also should enable cookies -# in your web browser. - -<IfModule mod_authenticache.c> - -AccessFileName .htaccess -<Directory _REPLACE_ME_> - - Authenticache On - AuthenticacheAuthoritative Off - AuthenticacheTTL 600 - AuthenticacheMaxTTL 3600 - AuthenticacheTicketName AuthentiCache - AuthenticacheTicketPath / - AuthenticacheVerifyIP On - - Options None - AllowOverride All - -</Directory> - -</IfModule> - diff --git a/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 b/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 deleted file mode 100644 index b1f2a0051eb3..000000000000 --- a/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 047015199037e9e434e4511bbdfed77b mod_authenticache-2.0.6.tar.bz2 6175 diff --git a/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.8 b/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.8 deleted file mode 100644 index 7da3077de1e0..000000000000 --- a/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 e4d5ea3ef1d4d758e6f52d473c1dd167 mod_authenticache-2.0.8.tar.bz2 6188 diff --git a/net-www/mod_authenticache/files/dot-htaccess b/net-www/mod_authenticache/files/dot-htaccess deleted file mode 100644 index a41d2bfc1100..000000000000 --- a/net-www/mod_authenticache/files/dot-htaccess +++ /dev/null @@ -1,8 +0,0 @@ -AuthUserFile _REPLACE_ME_.htpasswd -AuthGroupFile /dev/null -AuthName "Testing mod_authenticache, use test/test as l/p." -AuthType Basic - -<Limit GET> - require user test -</Limit> diff --git a/net-www/mod_authenticache/files/dot-htpasswd b/net-www/mod_authenticache/files/dot-htpasswd deleted file mode 100644 index 32ed4cf89530..000000000000 --- a/net-www/mod_authenticache/files/dot-htpasswd +++ /dev/null @@ -1 +0,0 @@ -test:72w6mcwTjDA8A diff --git a/net-www/mod_authenticache/metadata.xml b/net-www/mod_authenticache/metadata.xml deleted file mode 100644 index c054a8cd9b61..000000000000 --- a/net-www/mod_authenticache/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>apache</herd> -</pkgmetadata> diff --git a/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild b/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild deleted file mode 100644 index 19ac629d3426..000000000000 --- a/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild,v 1.6 2004/07/01 22:45:33 eradicator Exp $ - -DESCRIPTION="A generic Apache2 credential caching module" -HOMEPAGE="http://original.killa.net/infosec/mod_authenticache/" - -S=${WORKDIR}/${P} -SRC_URI="http://original.killa.net/infosec/${PN}/${P}.tar.bz2" -DEPEND="virtual/libc" -RDEPEND="${DEPEND} =net-www/apache-2*" -LICENSE="Apache-1.1" -KEYWORDS="x86" -IUSE="" -SLOT="0" - -src_compile() { - #fix version string - perl -pi -e "s|^#define VERSION .*|#define VERSION \"${PV}\"|g" \ - defines.h - apxs2 -c ${PN}.c || die -} - -src_install() { - exeinto /usr/lib/apache2-extramodules - doexe .libs/${PN}.so - insinto /etc/apache2/conf/modules.d - doins ${FILESDIR}/28_mod_authenticache.conf - dodoc ${FILESDIR}/28_mod_authenticache.conf - newdoc ${FILESDIR}/dot-htaccess .htaccess - newdoc ${FILESDIR}/dot-htpasswd .htpasswd -} diff --git a/net-www/mod_authenticache/mod_authenticache-2.0.8.ebuild b/net-www/mod_authenticache/mod_authenticache-2.0.8.ebuild deleted file mode 100644 index 0b95c81d9629..000000000000 --- a/net-www/mod_authenticache/mod_authenticache-2.0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/mod_authenticache-2.0.8.ebuild,v 1.7 2004/09/03 23:24:08 pvdabeel Exp $ - -DESCRIPTION="A generic Apache2 credential caching module" -HOMEPAGE="http://killa.net/infosec/mod_authenticache/" - -SRC_URI="http://killa.net/infosec/${PN}/${P}.tar.bz2" -DEPEND="virtual/libc" -RDEPEND="${DEPEND} =net-www/apache-2*" -LICENSE="Apache-1.1" -KEYWORDS="x86 ppc" -IUSE="" -SLOT="0" - -src_compile() { - #fix version string - perl -pi -e "s|^#define VERSION .*|#define VERSION "\"${PV}\""|g" defines.h || die "Version fix failed." - sed -i 's/apxs/apxs2/g' Makefile || die "Makefile fixing failed." - emake || die -} - -src_install() { - exeinto /usr/lib/apache2-extramodules - doexe ${PN}.so - insinto /etc/apache2/conf/modules.d - doins ${FILESDIR}/28_mod_authenticache.conf - dodoc ${FILESDIR}/28_mod_authenticache.conf - newdoc ${FILESDIR}/dot-htaccess .htaccess - newdoc ${FILESDIR}/dot-htpasswd .htpasswd -} |