From 830b94ac643c2b555ea3745cabcc75393c7938b2 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 1 May 2014 17:59:49 +0000 Subject: Version bump wrt bug #504040 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) --- dev-perl/Finance-Quote/ChangeLog | 7 +++++- .../Finance-Quote/Finance-Quote-1.290.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index 8ecff945dc85..58270506b642 100644 --- a/dev-perl/Finance-Quote/ChangeLog +++ b/dev-perl/Finance-Quote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Finance-Quote # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.72 2014/03/19 17:46:36 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.73 2014/05/01 17:59:49 zlogene Exp $ + +*Finance-Quote-1.290.0 (01 May 2014) + + 01 May 2014; Mikle Kolyada +Finance-Quote-1.290.0.ebuild: + Version bump wrt bug #504040 19 Mar 2014; Mikle Kolyada -Finance-Quote-1.17.ebuild, -Finance-Quote-1.170.0.ebuild, -files/VWD.pm.diff, diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild new file mode 100644 index 000000000000..cec5d5c38896 --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild,v 1.1 2014/05/01 17:59:49 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=ECOCODE +MODULE_VERSION=1.29 +inherit perl-module + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-perl/libwww-perl + dev-perl/HTML-Tree + dev-perl/HTML-TableExtract + dev-perl/Crypt-SSLeay +" +RDEPEND="${DEPEND}" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad