diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-03-10 20:39:01 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-03-10 20:39:01 +0000 |
commit | 26f0f76cc1ce18d5540dd91a7fa41c42453723d4 (patch) | |
tree | 67840027d72c589766d3c8ecaf65987634303e9e /sci-libs/shapelib | |
parent | GCC 4 compat fix by Bret Towe <magnade@gmail.com>, closes bug #81054. (diff) | |
download | gentoo-2-26f0f76cc1ce18d5540dd91a7fa41c42453723d4.tar.gz gentoo-2-26f0f76cc1ce18d5540dd91a7fa41c42453723d4.tar.bz2 gentoo-2-26f0f76cc1ce18d5540dd91a7fa41c42453723d4.zip |
bug #83308
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs/shapelib')
-rw-r--r-- | sci-libs/shapelib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/shapelib/shapelib-1.2.10.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/shapelib/ChangeLog b/sci-libs/shapelib/ChangeLog index 8ea37d244139..a5e0ea480f3d 100644 --- a/sci-libs/shapelib/ChangeLog +++ b/sci-libs/shapelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/shapelib -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.2 2004/12/29 00:25:45 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.3 2005/03/10 20:39:01 phosphan Exp $ + + 10 Mar 2005; Patrick Kursawe <phosphan@gentoo.org> shapelib-1.2.10.ebuild: + Correcting $HOMEPAGE and $SRC_URI (see bug #83308) *shapelib-1.2.10 (28 Dec 2004) diff --git a/sci-libs/shapelib/shapelib-1.2.10.ebuild b/sci-libs/shapelib/shapelib-1.2.10.ebuild index 4f50eacf89e5..6986e25260dd 100644 --- a/sci-libs/shapelib/shapelib-1.2.10.ebuild +++ b/sci-libs/shapelib/shapelib-1.2.10.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.2.10.ebuild,v 1.1 2004/12/29 00:08:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.2.10.ebuild,v 1.2 2005/03/10 20:39:01 phosphan Exp $ 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" |