diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-27 09:14:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-27 09:14:33 +0000 |
commit | 206df34fd0752958312a7771b9a5367f26a4c25d (patch) | |
tree | f2be4fa3f9f257d3f7d2033d4b8cc645cb7ad71c /dev-perl/Finance-YahooQuote | |
parent | Fix for new Python situation, #311531 (diff) | |
download | gentoo-2-206df34fd0752958312a7771b9a5367f26a4c25d.tar.gz gentoo-2-206df34fd0752958312a7771b9a5367f26a4c25d.tar.bz2 gentoo-2-206df34fd0752958312a7771b9a5367f26a4c25d.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Finance-YahooQuote')
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.24.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 03a313d48d1d..e80261602d5b 100644 --- a/dev-perl/Finance-YahooQuote/ChangeLog +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Finance-YahooQuote -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.21 2009/05/02 11:10:39 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.22 2010/03/27 09:14:33 tove Exp $ + +*Finance-YahooQuote-0.24 (27 Mar 2010) + + 27 Mar 2010; Torsten Veller <tove@gentoo.org> + +Finance-YahooQuote-0.24.ebuild: + Version bump 02 May 2009; Torsten Veller <tove@gentoo.org> -Finance-YahooQuote-0.21.ebuild: diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.24.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.24.ebuild new file mode 100644 index 000000000000..4a193cc63bef --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.24.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.24.ebuild,v 1.1 2010/03/27 09:14:33 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=EDD +inherit perl-module + +DESCRIPTION="Get stock quotes from Yahoo! Finance" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/libwww-perl + virtual/perl-MIME-Base64 + >=dev-perl/HTML-Parser-2.2" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |