diff options
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 9987795c32bc..62d7b12f504d 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.23 2010/10/16 07:12:19 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.24 2011/08/30 15:28:23 tove Exp $ + +*Finance-YahooQuote-0.240.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Finance-YahooQuote-0.240.0.ebuild: + Change version scheme 16 Oct 2010; Torsten Veller <tove@gentoo.org> Finance-YahooQuote-0.22.ebuild, Finance-YahooQuote-0.24.ebuild: diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild new file mode 100644 index 000000000000..108d9e8d5a75 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.240.0.ebuild,v 1.1 2011/08/30 15:28:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=EDD +MODULE_VERSION=0.24 +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=online |