diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 17:59:49 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 17:59:49 +0000 |
commit | 830b94ac643c2b555ea3745cabcc75393c7938b2 (patch) | |
tree | 7edfab56e2194b10eb1ef542535ba3e899b82603 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-830b94ac643c2b555ea3745cabcc75393c7938b2.tar.gz gentoo-2-830b94ac643c2b555ea3745cabcc75393c7938b2.tar.bz2 gentoo-2-830b94ac643c2b555ea3745cabcc75393c7938b2.zip |
Version bump wrt bug #504040
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Finance-Quote/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
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 <zlogene@gentoo.org> +Finance-Quote-1.290.0.ebuild: + Version bump wrt bug #504040 19 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -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" |