Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163194 - dev-util/gperf could use mirror://gnu/
Summary: dev-util/gperf could use mirror://gnu/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Elfyn McBratney (beu) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 08:31 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-04-08 08:47 UTC (History)
2 users (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-22 08:31:53 UTC
Hi,

as per summary your package could use mirror://gnu/ rather than pointing directly to ftp://ftp.gnu.org/gnu/, this way if the distfile cannot be found on Gentoo mirrors, the user can still download it from a nearby mirror, if they got it configured (I do).

sed -i -e 's|ftp://ftp.gnu.org/gnu/|mirror://gnu/|' would likely do the trick.

Thanks,
Diego
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-07 16:31:14 UTC
fixed
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-07 23:07:17 UTC
gperf-2.7.2.ebuild:SRC_URI="mirror://pub/gnu/gperf/${P}.tar.gz"
gperf-3.0.1.ebuild:SRC_URI="mirror://pub/gnu/gperf/${P}.tar.gz"

Hmmm?
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-08 08:47:00 UTC
fixed correctly