diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 15:45:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 15:45:43 +0000 |
commit | 2abc49e8340d3ecb416d634ef2be22d1ad4ae959 (patch) | |
tree | 60e1852b4ffc94f35f8297b6efaf8e02ef51ce1e /dev-perl/HTTP-Cache-Transparent | |
parent | dev-perl/Digest-MD5 => perl-core/Digest-MD5 (diff) | |
download | gentoo-2-2abc49e8340d3ecb416d634ef2be22d1ad4ae959.tar.gz gentoo-2-2abc49e8340d3ecb416d634ef2be22d1ad4ae959.tar.bz2 gentoo-2-2abc49e8340d3ecb416d634ef2be22d1ad4ae959.zip |
dev-perl/Digest-MD5 => perl-core/Digest-MD5
(Portage version: 2.0.51.22-r1)
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-0.5.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 f23d21f902cc..ca12121212e0 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.5 2005/05/16 19:07:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.6 2005/05/24 15:45:23 mcummings Exp $ + + 24 May 2005; Michael Cummings <mcummings@gentoo.org> + HTTP-Cache-Transparent-0.5.ebuild: + dev-perl/Digest-MD5 => perl-core/Digest-MD5 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> HTTP-Cache-Transparent-0.5.ebuild: diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild index e71a1c9710a0..dc620f9bda13 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-0.5.ebuild,v 1.4 2005/05/16 19:07:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild,v 1.5 2005/05/24 15:45:23 mcummings Exp $ inherit perl-module @@ -16,5 +16,5 @@ IUSE="" SRC_TEST="do" DEPEND="dev-perl/libwww-perl - dev-perl/Digest-MD5 + perl-core/Digest-MD5 dev-perl/Storable" |