Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40038 - dev-perl/Finance-QuoteHist (new package)
Summary: dev-perl/Finance-QuoteHist (new package)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 22:12 UTC by Eric Nylander
Modified: 2004-02-01 10:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Nylander 2004-01-31 22:12:24 UTC
Here is an ebuild for dev-perl/Finance-QuoteHist

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header$
 
inherit perl-module
 
MY_P=${P/.3_/c-}
S=${WORKDIR}/${MY_P}
CATEGORY="dev-perl"
DESCRIPTION="The Perl Finance-QuoteHist Module"
HOMEPAGE="http://www.cpan.org/modules/by-module/Finance/${MY_P}.readme"
SRC_URI="http://www.cpan.org/modules/by-module/Finance/${MY_P}.tar.gz"
 
LICENSE="Unknown"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
 
DEPEND="dev-perl/libwww-perl
        dev-perl/HTML-TableExtract
        dev-perl/DateManip"
 
mydoc="TODO"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-02-01 02:35:13 UTC
please create an attachment
Comment 2 Eric Sammer (RETIRED) gentoo-dev 2004-02-01 10:26:45 UTC
Only perl modules that fill a dependency of another package in portage are added to the portage tree. This doesn't seem to be the case here. Please use g-cpan.pl to install perl modules not in portage. Thanks for the submission anyway!