diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:46:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:46:14 +0000 |
commit | 59472502c928516a086ec24df9ada8a211c4082e (patch) | |
tree | f43b35d200952411c408d9812602c5239e24612f /dev-perl/HTTP-Cache-Transparent | |
parent | Stable on x86 (#268204) (diff) | |
download | historical-59472502c928516a086ec24df9ada8a211c4082e.tar.gz historical-59472502c928516a086ec24df9ada8a211c4082e.tar.bz2 historical-59472502c928516a086ec24df9ada8a211c4082e.zip |
Stable on x86 (#268203)
Package-Manager: portage-2.2_rc31/cvs/Linux i686
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 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/HTTP-Cache-Transparent/ChangeLog b/dev-perl/HTTP-Cache-Transparent/ChangeLog index 8e2bd81e6055..cb469a3c1787 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.25 2009/05/01 22:25:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.26 2009/05/02 07:46:14 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + HTTP-Cache-Transparent-1.0.ebuild: + Stable on x86 (#268203) 01 May 2009; Torsten Veller <tove@gentoo.org> -HTTP-Cache-Transparent-0.6.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 21b7c19e1a32..88810427c263 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-2008 Gentoo Foundation +# 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.1 2008/09/10 17:59:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.0.ebuild,v 1.2 2009/05/02 07:46:14 tove 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" |