Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83308 - The shapelib ebuild has an outdated HOMEPAGE and SRC_URI
Summary: The shapelib ebuild has an outdated HOMEPAGE and SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 07:53 UTC by Andreas Plesch
Modified: 2005-03-10 19:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix URIs (shapelib-1.2.10.ebuild.patch,432 bytes, patch)
2005-02-25 07:55 UTC, Andreas Plesch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Plesch 2005-02-25 07:53:32 UTC
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"
Comment 1 Andreas Plesch 2005-02-25 07:55:44 UTC
Created attachment 52123 [details, diff]
patch to fix URIs

This simply replaces the HOMEPAGE and SRC_URI variables with
current, working ones.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2005-03-10 12:39:31 UTC
Since the maintainer doesn not react and this is a minor change, I'll just do this... Thanks for reporting!
Comment 3 Andreas Plesch 2005-03-10 19:50:30 UTC
No problem :)