diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
commit | 60951cf3ce8732a5f0929e1114d0fae51bf65482 (patch) | |
tree | 46784133d0bd775ce9c5bc330900fec372d809f5 /dev-perl/Finance-Quote | |
parent | Add 2.6.20 release candidates, as requested by Michael Hanselmann <hansmi@gen... (diff) | |
download | historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.gz historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.bz2 historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Finance-Quote')
-rw-r--r-- | dev-perl/Finance-Quote/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index e341cec61bd6..84c1f5fa12b0 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.37 2006/10/14 16:06:26 tcort Exp $ +# 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 $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Finance-Quote-1.08-r1.ebuild, -Finance-Quote-1.10.ebuild, + Finance-Quote-1.11.ebuild: + Ebuild maintenance 14 Oct 2006; Thomas Cort <tcort@gentoo.org> Finance-Quote-1.11.ebuild: Stable on alpha. diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild index 666a49ed51e2..8e5b92c523cc 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.11.ebuild,v 1.9 2006/10/14 16:06:26 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.11.ebuild,v 1.10 2007/01/15 19:47:00 mcummings Exp $ inherit perl-module eutils DESCRIPTION="The Perl Finance-Quote Module" -HOMEPAGE="http://search.cpan.org/~pjf/${P}/" +HOMEPAGE="http://search.cpan.org/~pjf/" SRC_URI="mirror://cpan/authors/id/P/PJ/PJF/${P}.tar.gz" IUSE="" @@ -19,7 +19,5 @@ SRC_TEST="do" DEPEND="dev-perl/libwww-perl dev-perl/HTML-TableExtract dev-lang/perl" -RDEPEND="${DEPEND}" mydoc="TODO" - |