| Bug#: 83308 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: sci@gentoo.org | Reported By: andreasplesch@netscape.net | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: The shapelib ebuild has an outdated HOMEPAGE and SRC_URI | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-02-25 07:53 0000 | |||
| Description: | Opened: 2005-02-25 07:53 0000 |
In the ebuid, HOMEPAGE and SRC_URI point to non-working site. Reproducible: Always Steps to Reproduce: 1.emerge shapelib 2. 3. Actual Results: emerge fails Expected Results: build and install shapelib Here is a diff which replaces the outdated sites with current ones: --- shapelib-1.2.10.ebuild.old 2005-02-24 14:32:03.000000000 -0500 +++ shapelib-1.2.10.ebuild 2005-02-24 14:34:34.000000000 -0500 @@ -5,8 +5,8 @@ inherit eutils DESCRIPTION="ShapeLib" -HOMEPAGE="http://gdal.velocet.ca/projects/shapelib/" -SRC_URI="ftp://gdal.velocet.ca/pub/outgoing//${P}.tar.gz" +HOMEPAGE="http:///shapelib.maptools.org/" +SRC_URI="http://dl.maptools.org/dl/shapelib//${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
Created an attachment (id=52123) [details]
patch to fix URIs
This simply replaces the HOMEPAGE and SRC_URI variables with
current, working ones.
Since the maintainer doesn not react and this is a minor change, I'll just do this... Thanks for reporting!