diff options
Diffstat (limited to 'net-www/mod_authenticache')
-rw-r--r-- | net-www/mod_authenticache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_authenticache/Manifest | 4 | ||||
-rw-r--r-- | net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/mod_authenticache/ChangeLog b/net-www/mod_authenticache/ChangeLog index 7f2c1ab27788..58e25cd61a5e 100644 --- a/net-www/mod_authenticache/ChangeLog +++ b/net-www/mod_authenticache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_authenticache # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/ChangeLog,v 1.2 2003/02/12 08:49:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/ChangeLog,v 1.3 2003/07/12 15:16:37 woodchip Exp $ + + 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) diff --git a/net-www/mod_authenticache/Manifest b/net-www/mod_authenticache/Manifest index 62e0fc7286ec..6a67482f74e8 100644 --- a/net-www/mod_authenticache/Manifest +++ b/net-www/mod_authenticache/Manifest @@ -1,5 +1,5 @@ -MD5 fd12e91d64395e16ff5bd08eb87894ba ChangeLog 357 -MD5 24c1a80f5d9b413527a63bf72d4b6805 mod_authenticache-2.0.6.ebuild 1005 +MD5 1fe1988e4773a3732c6e3c2e81b8d823 ChangeLog 463 +MD5 60ba29faa6d57383c7f93c4795d22a3c mod_authenticache-2.0.6.ebuild 1006 MD5 21bd6cd7eb4fbf068d9dd7d65a86a6e5 files/28_mod_authenticache.conf 697 MD5 a10c55270ccdd21b842df6553f9f3dea files/digest-mod_authenticache-2.0.6 74 MD5 55d24e495e8ecc0121bc0edb320b3f5d files/dot-htaccess 178 diff --git a/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild b/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild index a2d9b4553c96..8b7804e278cf 100644 --- a/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild +++ b/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2003/02/13 15:37:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_authenticache/mod_authenticache-2.0.6.ebuild,v 1.3 2003/07/12 15:16:37 woodchip Exp $ DESCRIPTION="A generic Apache2 credential caching module" HOMEPAGE="http://original.killa.net/infosec/mod_authenticache/" @@ -10,7 +10,7 @@ SRC_URI="http://original.killa.net/infosec/${PN}/${P}.tar.bz2" DEPEND="virtual/glibc" RDEPEND="${DEPEND} =net-www/apache-2*" LICENSE="Apache-1.1" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" SLOT="0" |