diff options
-rw-r--r-- | dev-perl/Finance-Quote/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.13.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/files/digest-Finance-Quote-1.13 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index 84c1f5fa12b0..474f944f9590 100644 --- a/dev-perl/Finance-Quote/ChangeLog +++ b/dev-perl/Finance-Quote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Finance-Quote # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.38 2007/01/15 19:47:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.39 2007/01/18 23:55:07 mcummings Exp $ + +*Finance-Quote-1.13 (18 Jan 2007) + + 18 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Finance-Quote-1.13.ebuild: + Version bump, thanks seemant 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> -Finance-Quote-1.08-r1.ebuild, -Finance-Quote-1.10.ebuild, diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.13.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.13.ebuild new file mode 100644 index 000000000000..c308db3cb2b8 --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 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.13.ebuild,v 1.1 2007/01/18 23:55:07 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" +HOMEPAGE="http://search.cpan.org/~hampton/" +SRC_URI="mirror://cpan/authors/id/H/HA/HAMPTON/${P}.tar.gz" + +IUSE="" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +SRC_TEST="do" + +DEPEND="dev-perl/libwww-perl + dev-perl/HTML-TableExtract + dev-perl/Crypt-SSLeay + dev-lang/perl" + +mydoc="TODO" diff --git a/dev-perl/Finance-Quote/files/digest-Finance-Quote-1.13 b/dev-perl/Finance-Quote/files/digest-Finance-Quote-1.13 new file mode 100644 index 000000000000..3904cca0cd34 --- /dev/null +++ b/dev-perl/Finance-Quote/files/digest-Finance-Quote-1.13 @@ -0,0 +1,3 @@ +MD5 3619ccb3fb09ed9eebe1941e6cf361c9 Finance-Quote-1.13.tar.gz 96574 +RMD160 17a379d7f84a006ea47bf22fa0db2d293cb9c5ab Finance-Quote-1.13.tar.gz 96574 +SHA256 f5f8ca8d3ea957218c1c7d35c410d8038be15ed04023e95be433101d17968fe9 Finance-Quote-1.13.tar.gz 96574 |