Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54444 - app-misc/smtm-1.6.4 - version bump? See Details.
Summary: app-misc/smtm-1.6.4 - version bump? See Details.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-19 11:48 UTC by Chris Ripp
Modified: 2005-02-07 03:10 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 Chris Ripp 2004-06-19 11:48:27 UTC
smtm is at 1.6.4, I've got this to install using the 1.4.0 ebuild currently in portage, with the following changes:

1) The line:
S=${WORKDIR}
needs to be removed, the current src pkg is packed properly.

2) The pkg requires the perl mod. Finance-YahooQuote, which currently isn't in portage, but is in CPAN at 0.17.  I saw the note on not submitting CPAN ebuilds/using g-cpan.pl so I'm unclear how to integrate this part of it into the .ebuild without creating a separate ebuild for it.

In ~x86 at least, smtm-1.4.0 is kinda broken, Not sure what the problem is, but 1.6.4 works for me....  Not sure how popular the pkg is as it may have gone neglected.


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

Actual Results:  
after installing Finance-YahooQuote via g-cpan and removing the line as
described above I have a working smtm-1.6.4
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-19 12:06:36 UTC
it's very neglected -- go ahead and submit an ebuild for the perl module, since it is a required dependency.
Comment 2 Chris Ripp 2004-06-19 13:42:54 UTC
All I did was take the existing ebuild for 'Finance-Quote' and change the name/number in there (and it works :p) dunno if the depends are actually correct or not (they seem sensible though.)

Finance-YahooQuote-0.17.ebuild
------------------------------------------------

inherit perl-module

MY_P=${P/.3_/c-}
S=${WORKDIR}/${MY_P}
CATEGORY="dev-perl"
DESCRIPTION="The Perl Finance-YahooQuote 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="Artistic | GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc sparc alpha"

DEPEND="dev-perl/libwww-perl
        dev-perl/HTML-TableExtract"

mydoc="TODO"
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-20 14:18:11 UTC
you might want to check against the ebuild that g-cpan.pl creates.  I believe g-cpan.pl puts those into PORTDIR_OVERLAY/dev-perl
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2005-02-07 03:10:59 UTC
add 1.6.5, with deps