diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:47:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:47:56 +0000 |
commit | cec9071013c2b39edbb086ea03f65810ddde5a30 (patch) | |
tree | f8c2ad1972151430ac5213cf06567e406032cb68 /dev-perl/Finance-YahooQuote | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-cec9071013c2b39edbb086ea03f65810ddde5a30.tar.gz gentoo-2-cec9071013c2b39edbb086ea03f65810ddde5a30.tar.bz2 gentoo-2-cec9071013c2b39edbb086ea03f65810ddde5a30.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Finance-YahooQuote')
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 82a067441a8a..45b40fafc78e 100644 --- a/dev-perl/Finance-YahooQuote/ChangeLog +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Finance-YahooQuote -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.14 2006/08/07 22:59:53 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.15 2007/01/15 19:47:56 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Finance-YahooQuote-0.20.ebuild, Finance-YahooQuote-0.21.ebuild: + Ebuild maintenance 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> Finance-YahooQuote-0.21.ebuild: diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild index 93ae710446d7..8f8f700e8661 100644 --- a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild @@ -1,13 +1,13 @@ -# 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-YahooQuote/Finance-YahooQuote-0.21.ebuild,v 1.10 2006/08/07 22:59:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.21.ebuild,v 1.11 2007/01/15 19:47:56 mcummings Exp $ inherit perl-module MY_P=finance-yahooquote_${PV} DESCRIPTION="Get stock quotes from Yahoo! Finance" -HOMEPAGE="http://search.cpan.org/~edd/${P}/" +HOMEPAGE="http://search.cpan.org/~edd/" SRC_URI=mirror://gentoo/${MY_P}.tar.gz LICENSE="Artistic" @@ -23,5 +23,3 @@ DEPEND="dev-perl/libwww-perl virtual/perl-MIME-Base64 dev-perl/HTML-Parser dev-lang/perl" -RDEPEND="${DEPEND}" - |