First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 83308
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andreas Plesch <andreasplesch@netscape.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
shapelib-1.2.10.ebuild.patch patch to fix URIs patch Andreas Plesch 2005-02-25 07:55 0000 432 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83308 depends on: Show dependency tree
Bug 83308 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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"

------- Comment #1 From Andreas Plesch 2005-02-25 07:55:44 0000 -------
Created an attachment (id=52123) [details]
patch to fix URIs

This simply replaces the HOMEPAGE and SRC_URI variables with
current, working ones.

------- Comment #2 From Patrick Kursawe 2005-03-10 12:39:31 0000 -------
Since the maintainer doesn not react and this is a minor change, I'll just do
this... Thanks for reporting!

------- Comment #3 From Andreas Plesch 2005-03-10 19:50:30 0000 -------
No problem :)

First Last Prev Next    No search results available      Search page      Enter new bug