diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:19:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:19:09 +0000 |
commit | 4f28ee01cb33dbf0550d0c4f91b64c0042878714 (patch) | |
tree | ede442358913f5a6736066cf7b2cb88ffb8df967 /dev-perl/Finance-YahooQuote | |
parent | Cleanup (diff) | |
download | gentoo-2-4f28ee01cb33dbf0550d0c4f91b64c0042878714.tar.gz gentoo-2-4f28ee01cb33dbf0550d0c4f91b64c0042878714.tar.bz2 gentoo-2-4f28ee01cb33dbf0550d0c4f91b64c0042878714.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
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.22.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 75872314a488..27d2606497ed 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.29 2012/03/25 15:02:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.30 2012/03/31 07:19:09 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> + -Finance-YahooQuote-0.22.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Finance-YahooQuote-0.22.ebuild, Finance-YahooQuote-0.240.0.ebuild: diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.22.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.22.ebuild deleted file mode 100644 index 87c209e6f1aa..000000000000 --- a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.22.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 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.22.ebuild,v 1.7 2012/03/25 15:02:13 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Get stock quotes from Yahoo! Finance" -HOMEPAGE="http://search.cpan.org/~edd/" -SRC_URI="mirror://cpan/authors/id/E/ED/EDD/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_TEST=online - -DEPEND="dev-perl/libwww-perl - virtual/perl-MIME-Base64 - >=dev-perl/HTML-Parser-2.2 - dev-lang/perl" |