summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-14 12:13:44 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-14 12:13:44 +0000
commit814dcdcd8136de79d42d27926d9daeee863d5134 (patch)
treef5759d50d3bf8703d2136070e53509d53368255e /dev-perl/Finance-Quote
parentVersion bump, fixing bug #256543, bug #262939, bug #263675, bug #265623. Remo... (diff)
downloadgentoo-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')
-rw-r--r--dev-perl/Finance-Quote/ChangeLog9
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.16.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog
index 1612ce4c320a..bfa85751c882 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.45 2008/10/26 10:06:50 tove Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.46 2009/04/14 12:13:44 tove Exp $
+
+*Finance-Quote-1.16 (14 Apr 2009)
+
+ 14 Apr 2009; Torsten Veller <tove@gentoo.org> +Finance-Quote-1.16.ebuild:
+ Version bump
*Finance-Quote-1.15 (26 Oct 2008)
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"