summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
commita8e31998d0c5913a58160ed865a53ceb7b4d652f (patch)
tree04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/Finance-Quote
parentVersion bump zope-interface to 3.7.0. (diff)
downloadhistorical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Finance-Quote')
-rw-r--r--dev-perl/Finance-Quote/ChangeLog9
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog
index 3fe66cf679d8..d24a217dd146 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.62 2010/11/05 15:33:29 halcy0n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.63 2011/08/30 15:29:58 tove Exp $
+
+*Finance-Quote-1.170.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Finance-Quote-1.170.0.ebuild:
+ Change version scheme
05 Nov 2010; Mark Loeser <halcy0n@gentoo.org>
Finance-Quote-1.17-r2.ebuild:
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild
new file mode 100644
index 000000000000..2fee3fb3c3ec
--- /dev/null
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 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.170.0.ebuild,v 1.1 2011/08/30 15:29:58 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ECOCODE
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Tree
+ dev-perl/HTML-TableExtract
+ dev-perl/Crypt-SSLeay"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
+PATCHES=( "${FILESDIR}"/VWD.pm.diff )