diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:12:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:12:45 +0000 |
commit | ff7dbb9505e9db3c87265908d9232b063ffc9f7a (patch) | |
tree | b8749c432e263798cdd22ed1e8cef6a3edce01e4 /dev-perl/HTTP-Cache-Transparent | |
parent | alpha/ia64/sparc stable wrt #268196 (diff) | |
download | historical-ff7dbb9505e9db3c87265908d9232b063ffc9f7a.tar.gz historical-ff7dbb9505e9db3c87265908d9232b063ffc9f7a.tar.bz2 historical-ff7dbb9505e9db3c87265908d9232b063ffc9f7a.zip |
ia64/sparc stable wrt #268203
Package-Manager: portage-2.1.6.11/cvs/Linux ia64
Diffstat (limited to 'dev-perl/HTTP-Cache-Transparent')
-rw-r--r-- | dev-perl/HTTP-Cache-Transparent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTTP-Cache-Transparent/ChangeLog b/dev-perl/HTTP-Cache-Transparent/ChangeLog index d092e368dff3..752e725f7550 100644 --- a/dev-perl/HTTP-Cache-Transparent/ChangeLog +++ b/dev-perl/HTTP-Cache-Transparent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-Cache-Transparent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.28 2009/05/03 17:53:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.29 2009/05/04 16:12:45 armin76 Exp $ + + 04 May 2009; Raúl Porcel <armin76@gentoo.org> + HTTP-Cache-Transparent-1.0.ebuild: + ia64/sparc stable wrt #268203 03 May 2009; Markus Meier <maekke@gentoo.org> HTTP-Cache-Transparent-1.0.ebuild: diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild index 3f50787cdbac..2e85274ff803 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild,v 1.4 2009/05/03 17:53:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild,v 1.5 2009/05/04 16:12:45 armin76 Exp $ MODULE_AUTHOR=MATTIASH inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Cache the result of http get-requests persistently" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="test" SRC_TEST="do" |