diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:28:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:28:25 +0000 |
commit | 3f0fd154fd028255b5d734a054e759df196c5e74 (patch) | |
tree | 027e3e705385e13aeeb9c3947f72eb29b2ca3e29 /net-proxy | |
parent | dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff) | |
download | gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.gz gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.bz2 gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.zip |
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/httpush/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/httpush/httpush-0.9_beta11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/httpush/ChangeLog b/net-proxy/httpush/ChangeLog index 3b58ad5293ec..a7f18ea9ac34 100644 --- a/net-proxy/httpush/ChangeLog +++ b/net-proxy/httpush/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/httpush # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/ChangeLog,v 1.2 2005/04/23 13:06:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/ChangeLog,v 1.3 2005/05/25 14:28:07 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + httpush-0.9_beta11.ebuild: + dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration 22 Apr 2005; Alin Nastac <mrness@gentoo.org> : Rename category & herd www-proxy to net-proxy diff --git a/net-proxy/httpush/httpush-0.9_beta11.ebuild b/net-proxy/httpush/httpush-0.9_beta11.ebuild index 625d2972d2d8..20ca63eb345d 100644 --- a/net-proxy/httpush/httpush-0.9_beta11.ebuild +++ b/net-proxy/httpush/httpush-0.9_beta11.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/net-proxy/httpush/httpush-0.9_beta11.ebuild,v 1.1 2005/04/22 19:15:11 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/httpush-0.9_beta11.ebuild,v 1.2 2005/05/25 14:28:07 mcummings Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~x86" IUSE="xml2" RDEPEND="dev-perl/URI - dev-perl/MIME-Base64 + perl-core/MIME-Base64 dev-perl/libwww-perl dev-perl/Net-SSLeay dev-perl/Crypt-SSLeay |