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 | |
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)
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 9987795c32bc..62d7b12f504d 100644 --- a/dev-perl/Finance-YahooQuote/ChangeLog +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Finance-YahooQuote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.23 2010/10/16 07:12:19 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.24 2011/08/30 15:28:23 tove Exp $ + +*Finance-YahooQuote-0.240.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Finance-YahooQuote-0.240.0.ebuild: + Change version scheme 16 Oct 2010; Torsten Veller <tove@gentoo.org> Finance-YahooQuote-0.22.ebuild, Finance-YahooQuote-0.24.ebuild: 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 |