diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:14:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:14:48 +0000 |
commit | 80ea8f07a1de84f5dbdbfafd2665fc012b075ad2 (patch) | |
tree | e0a6b67b9f0f6920359866675a6635fb20aba86b /dev-perl/Finance-YahooQuote | |
parent | dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff) | |
download | gentoo-2-80ea8f07a1de84f5dbdbfafd2665fc012b075ad2.tar.gz gentoo-2-80ea8f07a1de84f5dbdbfafd2665fc012b075ad2.tar.bz2 gentoo-2-80ea8f07a1de84f5dbdbfafd2665fc012b075ad2.zip |
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Finance-YahooQuote')
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index d0cc4c9f5d5b..15635c07fef7 100644 --- a/dev-perl/Finance-YahooQuote/ChangeLog +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Finance-YahooQuote # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.1 2005/02/07 11:00:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.2 2005/05/25 14:09:56 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Finance-YahooQuote-0.20.ebuild: + dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration *Finance-YahooQuote-0.20 (07 Feb 2005) diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild index 88cea20c7bfc..522270e30c5e 100644 --- a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.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/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild,v 1.1 2005/02/07 11:00:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild,v 1.2 2005/05/25 14:09:56 mcummings Exp $ inherit perl-module @@ -20,5 +20,5 @@ IUSE="" #SRC_TEST="do" DEPEND="dev-perl/libwww-perl - dev-perl/MIME-Base64 + perl-core/MIME-Base64 dev-perl/HTML-Parser" |