diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:28:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:28:23 +0000 |
commit | 798d5801247a471d933e4cf28cb7d4e7f53bd84e (patch) | |
tree | 7d4d5919f4d5c36188f3a2c24cc819e145011506 /dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-2-798d5801247a471d933e4cf28cb7d4e7f53bd84e.tar.gz gentoo-2-798d5801247a471d933e4cf28cb7d4e7f53bd84e.tar.bz2 gentoo-2-798d5801247a471d933e4cf28cb7d4e7f53bd84e.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild')
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild new file mode 100644 index 000000000000..108d9e8d5a75 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild,v 1.1 2011/08/30 15:28:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=EDD +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Get stock quotes from Yahoo! Finance" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/libwww-perl + virtual/perl-MIME-Base64 + >=dev-perl/HTML-Parser-2.2" +DEPEND="${RDEPEND}" + +SRC_TEST=online |