summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-10-20 16:26:42 +0000
committerTorsten Veller <tove@gentoo.org>2008-10-20 16:26:42 +0000
commit0822f2929eed4ebf651ab005d034185450465179 (patch)
treebdd218293866f2c46ced15a8f5706e0b5e579856 /dev-perl/Finance-Quote
parentVersion bump (diff)
downloadgentoo-2-0822f2929eed4ebf651ab005d034185450465179.tar.gz
gentoo-2-0822f2929eed4ebf651ab005d034185450465179.tar.bz2
gentoo-2-0822f2929eed4ebf651ab005d034185450465179.zip
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Finance-Quote')
-rw-r--r--dev-perl/Finance-Quote/ChangeLog9
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.14.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog
index 20e259b70b40..cd9d8890541e 100644
--- a/dev-perl/Finance-Quote/ChangeLog
+++ b/dev-perl/Finance-Quote/ChangeLog
@@ -1,6 +1,11 @@
# 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.43 2007/07/06 16:21:10 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.44 2008/10/20 16:26:42 tove Exp $
+
+*Finance-Quote-1.14 (20 Oct 2008)
+
+ 20 Oct 2008; Torsten Veller <tove@gentoo.org> +Finance-Quote-1.14.ebuild:
+ Version bump
06 Jul 2007; Raúl Porcel <armin76@gentoo.org> Finance-Quote-1.13.ebuild:
alpha/ia64/x86 stable
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.14.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.14.ebuild
new file mode 100644
index 000000000000..9c1cf7a794c8
--- /dev/null
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.14.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 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.14.ebuild,v 1.1 2008/10/20 16:26:42 tove Exp $
+
+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=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Tree
+ dev-perl/HTML-TableExtract
+ dev-perl/Crypt-SSLeay
+ dev-lang/perl"
+
+mydoc="TODO"