diff options
author | Torsten Veller <tove@gentoo.org> | 2012-10-07 16:01:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-10-07 16:01:26 +0000 |
commit | ccb2396980f6c4b37f08a9a1d94da49794a6c4e5 (patch) | |
tree | c2399e7c9d3031c677614b12332a1f279f460ffd /dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild | |
parent | use.force USE=uclibc on hardened/linux/uclibc profiles (diff) | |
download | gentoo-2-ccb2396980f6c4b37f08a9a1d94da49794a6c4e5.tar.gz gentoo-2-ccb2396980f6c4b37f08a9a1d94da49794a6c4e5.tar.bz2 gentoo-2-ccb2396980f6c4b37f08a9a1d94da49794a6c4e5.zip |
[bump] dev-perl/Finance-Quote-1.180.0
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild')
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild new file mode 100644 index 000000000000..334b3a78c985 --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.180.0.ebuild,v 1.1 2012/10/07 16:01:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ECOCODE +MODULE_VERSION=1.18 +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" |