summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 15:29:58 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 15:29:58 +0000
commit8a7e043d870e0e963ea78d2116807d38957e74f2 (patch)
treeab15bd2aabd7e8e29cff3564209641717f5eb9ea /dev-perl/Finance-Quote
parentChange version scheme (diff)
downloadgentoo-2-8a7e043d870e0e963ea78d2116807d38957e74f2.tar.gz
gentoo-2-8a7e043d870e0e963ea78d2116807d38957e74f2.tar.bz2
gentoo-2-8a7e043d870e0e963ea78d2116807d38957e74f2.zip
Change version scheme
(Portage version: 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 )