Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37201 - SRC_URI wrong in xml2doc-20030510.ebuild
Summary: SRC_URI wrong in xml2doc-20030510.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-04 08:57 UTC by James Cloos
Modified: 2004-01-04 09:23 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 James Cloos 2004-01-04 08:57:53 UTC
ebuild has:

SRC_URI="mirror://sourceforge/${PN}/src/${P}.tgz"

currently:

SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

is correct.  (nb the lack of /src/ in the URL)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-04 09:23:07 UTC
thanks James