Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99044 - dev-perl/Audio-CD-disc-cover wrong URLs
Summary: dev-perl/Audio-CD-disc-cover wrong URLs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 13:56 UTC by Julien Allanos (RETIRED)
Modified: 2005-07-20 02:35 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 Julien Allanos (RETIRED) gentoo-dev 2005-07-14 13:56:19 UTC
HOMEPAGE and SRC_URI URLs aren't valid anymore. The only URL I found is http://search.cpan.org/~dougm/Audio-CD-0.04/CD.pm, which is for 0.04. I can't find any homepage for 0.05, excepted perhaps http://homepages.inf.ed.ac.uk/jvanheme/disc-cover.html.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-07-18 05:41:47 UTC
Indeed. It's still floating around on our mirrors, which appears to be the only
place your going to find it these days. I'm looking for anything depp'ing it,
but its become a good candidate for removal from the tree :)
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-07-19 07:20:18 UTC
Updated homepage, pointed src_uri to mirrors for now. About all I can do short
of waiting for upstream to post an update, or for us to just whack it.
Comment 3 Julien Allanos (RETIRED) gentoo-dev 2005-07-19 07:48:36 UTC
Michael,

It looks like HOMEPAGE is still wrong in the 0.05 ebuild you just commited. As
I've worked on app-cdr/disc-cover and www-apps/disc-cover latest ebuilds, and as
these 3 apps are maintained by the same guy, you might use the following:

HOMEPAGE="http://homepages.inf.ed.ac.uk/jvanheme/disc-cover.html"
SRC_URI="http://homepages.inf.ed.ac.uk/jvanheme/files/${P}.tar.gz"

Note that http://disc-cover.sf.net/ redirects to
http://homepages.inf.ed.ac.uk/jvanheme/, but http://disc-cover.sf.net/files/ (as
well as mirror://sourceforge URL) can't be used.

About upstream being dead or not, latest news on the webpage is 2005/05/02, and
latest CVS commit on SF is 2 months old.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2005-07-20 02:20:05 UTC
(In reply to comment #3)
> Michael,
> 
> It looks like HOMEPAGE is still wrong in the 0.05 ebuild you just commited. As
> I've worked on app-cdr/disc-cover and www-apps/disc-cover latest ebuilds, and as
> these 3 apps are maintained by the same guy, you might use the following:
> 
> HOMEPAGE="http://homepages.inf.ed.ac.uk/jvanheme/disc-cover.html"

How does this differ from:  
Audio-CD-disc-cover $ grep HOME *
Audio-CD-disc-cover-0.05.ebuild:HOMEPAGE="http://homepages.inf.ed.ac.uk/jvanheme/disc-cover.html"

(I think your checkout is out of date ;)

> SRC_URI="http://homepages.inf.ed.ac.uk/jvanheme/files/${P}.tar.gz"

Fixed - thanks :)

> About upstream being dead or not, latest news on the webpage is 2005/05/02, and
> latest CVS commit on SF is 2 months old.

Hmmm...I think I was on the wrong page then because the last pageupdate had been
over a year, and sf for the perl module contained 0 files. Bah. Close this if my
sleep deprevation hasn't gotten the better of me again.
Comment 5 Julien Allanos (RETIRED) gentoo-dev 2005-07-20 02:35:10 UTC
I think viewcvs wasn't up to date actually. It only showed 1.11 last time I
watched. Closing.