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/Finance-Quote-1.170.0.ebuild
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/Finance-Quote-1.170.0.ebuild')
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild25
1 files changed, 25 insertions, 0 deletions
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 )