dilfridge 15/06/21 18:56:21 Modified: ChangeLog Added: Finance-YahooQuote-0.250.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.33 dev-perl/Finance-YahooQuote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 24 Aug 2014 02:00:48 -0000 1.32 +++ ChangeLog 21 Jun 2015 18:56:21 -0000 1.33 @@ -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 <[email protected]> + +Finance-YahooQuote-0.250.0.ebuild: + Version bump *Finance-YahooQuote-0.240.0-r1 (24 Aug 2014) 1.1 dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0.ebuild?rev=1.1&content-type=text/plain Index: Finance-YahooQuote-0.250.0.ebuild =================================================================== # 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
