diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 11:00:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 11:00:11 +0000 |
commit | 1b9e5704bdfbd7cf87eecb5792daca0f96ea3768 (patch) | |
tree | e5252c6ffd07cfdcf0cd5abc5ed9c13672087e9f /dev-perl/Finance-YahooQuote | |
parent | Reapplied res_mkquery patch. Closes #79385. (diff) | |
download | historical-1b9e5704bdfbd7cf87eecb5792daca0f96ea3768.tar.gz historical-1b9e5704bdfbd7cf87eecb5792daca0f96ea3768.tar.bz2 historical-1b9e5704bdfbd7cf87eecb5792daca0f96ea3768.zip |
New dep for app-misc/smsm. Also provides /usr/bin/yahooquote.
Diffstat (limited to 'dev-perl/Finance-YahooQuote')
-rw-r--r-- | dev-perl/Finance-YahooQuote/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/files/digest-Finance-YahooQuote-0.20 | 1 | ||||
-rw-r--r-- | dev-perl/Finance-YahooQuote/metadata.xml | 10 |
5 files changed, 59 insertions, 0 deletions
diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog new file mode 100644 index 000000000000..d0cc4c9f5d5b --- /dev/null +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Finance-YahooQuote +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.1 2005/02/07 11:00:11 mcummings Exp $ + +*Finance-YahooQuote-0.20 (07 Feb 2005) + + 07 Feb 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Finance-YahooQuote-0.20.ebuild: + New dep for app-misc/smsm. Also provides /usr/bin/yahooquote. + diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild new file mode 100644 index 000000000000..88cea20c7bfc --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.20.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 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.20.ebuild,v 1.1 2005/02/07 11:00:11 mcummings Exp $ + +inherit perl-module + +MY_P=finance-yahooquote_${PV} + +DESCRIPTION="Get stock quotes from Yahoo! Finance" +HOMEPAGE="http://search.cpan.org/~edd/${P}/" +SRC_URI="mirror://cpan/authors/id/E/ED/EDD/${MY_P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +# Disabling tests since they rely on a rather fickle expected outcome from a +# stock ping +#SRC_TEST="do" + +DEPEND="dev-perl/libwww-perl + dev-perl/MIME-Base64 + dev-perl/HTML-Parser" diff --git a/dev-perl/Finance-YahooQuote/Manifest b/dev-perl/Finance-YahooQuote/Manifest new file mode 100644 index 000000000000..1c884b0815b8 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 c7aa5648b13088f60a81eac65746f250 Finance-YahooQuote-0.20.ebuild 694 +MD5 e86162379c3f34db9217073bf0fce04a ChangeLog 440 +MD5 ec0d13bd6e8b8147e5972f8729ed7484 files/digest-Finance-YahooQuote-0.20 74 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFCB0pNtG5z4I8BtQoRAmDeAJ9Tn8vwbJb0hWzY1uwcbwF7h/yLiACeKKsE +vpYQqJQDdxCa6ric5covJX0= +=J+co +-----END PGP SIGNATURE----- diff --git a/dev-perl/Finance-YahooQuote/files/digest-Finance-YahooQuote-0.20 b/dev-perl/Finance-YahooQuote/files/digest-Finance-YahooQuote-0.20 new file mode 100644 index 000000000000..1d89b61609d9 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/files/digest-Finance-YahooQuote-0.20 @@ -0,0 +1 @@ +MD5 9436fdeeb6390204344b6c777eada8ac finance-yahooquote_0.20.tar.gz 21127 diff --git a/dev-perl/Finance-YahooQuote/metadata.xml b/dev-perl/Finance-YahooQuote/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |