diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-21 18:56:21 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-21 18:56:21 +0000 |
commit | 3665bb356e9ce65d2319ecfe7ca2157e1f6384b4 (patch) | |
tree | 58f37321d378e63a312a143edef084c1aa70fe78 /dev-perl/Finance-YahooQuote | |
parent | A simple progress bar for the console, a depend for dev-vcs/git-annex. (diff) | |
download | gentoo-2-3665bb356e9ce65d2319ecfe7ca2157e1f6384b4.tar.gz gentoo-2-3665bb356e9ce65d2319ecfe7ca2157e1f6384b4.tar.bz2 gentoo-2-3665bb356e9ce65d2319ecfe7ca2157e1f6384b4.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
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.250.0.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 9591dc5bcc5a..7dcb147316e8 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.32 2014/08/24 02:00:48 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.33 2015/06/21 18:56:21 dilfridge Exp $ + +*Finance-YahooQuote-0.250.0 (21 Jun 2015) + + 21 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Finance-YahooQuote-0.250.0.ebuild: + Version bump *Finance-YahooQuote-0.240.0-r1 (24 Aug 2014) diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild new file mode 100644 index 000000000000..72cee4169b57 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 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.250.0.ebuild,v 1.1 2015/06/21 18:56:21 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=EDD +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Get stock quotes from Yahoo! Finance" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + dev-perl/libwww-perl + virtual/perl-MIME-Base64 + >=dev-perl/HTML-Parser-2.200.0 + >=virtual/perl-Text-ParseWords-3.100.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST=online |