diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-14 12:13:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-14 12:13:44 +0000 |
commit | 814dcdcd8136de79d42d27926d9daeee863d5134 (patch) | |
tree | f5759d50d3bf8703d2136070e53509d53368255e /dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild | |
parent | Version bump, fixing bug #256543, bug #262939, bug #263675, bug #265623. Remo... (diff) | |
download | gentoo-2-814dcdcd8136de79d42d27926d9daeee863d5134.tar.gz gentoo-2-814dcdcd8136de79d42d27926d9daeee863d5134.tar.bz2 gentoo-2-814dcdcd8136de79d42d27926d9daeee863d5134.zip |
Version bump
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild')
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild new file mode 100644 index 000000000000..54bf658ec45c --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.16.ebuild,v 1.1 2009/04/14 12:13:44 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ECOCODE +inherit perl-module + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~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" +mydoc="TODO" |