diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-21 21:04:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-21 21:04:06 +0000 |
commit | 6f20fbe1da4f44eb3c1dd5afb6afcce111238a11 (patch) | |
tree | 7300c670c3e090022144dbb2321797d881d9b9b5 /sci-libs | |
parent | stable amd64, bug 300258 (diff) | |
download | gentoo-2-6f20fbe1da4f44eb3c1dd5afb6afcce111238a11.tar.gz gentoo-2-6f20fbe1da4f44eb3c1dd5afb6afcce111238a11.tar.bz2 gentoo-2-6f20fbe1da4f44eb3c1dd5afb6afcce111238a11.zip |
stable amd64, bug 300734
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/shapelib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/shapelib/shapelib-1.2.10-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/shapelib/ChangeLog b/sci-libs/shapelib/ChangeLog index d63f28124bf2..82ccffaae42c 100644 --- a/sci-libs/shapelib/ChangeLog +++ b/sci-libs/shapelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/shapelib -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.11 2009/10/18 07:05:49 nerdboy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/ChangeLog,v 1.12 2010/05/21 21:04:06 pacho Exp $ + + 21 May 2010; Pacho Ramos <pacho@gentoo.org> shapelib-1.2.10-r1.ebuild: + stable amd64, bug 300734 18 Oct 2009; Steve Arnold <nerdboy@gentoo.org> shapelib-1.2.10-r1.ebuild, +files/makefile-fix.patch: diff --git a/sci-libs/shapelib/shapelib-1.2.10-r1.ebuild b/sci-libs/shapelib/shapelib-1.2.10-r1.ebuild index 4da6c07756c2..879b290d7803 100644 --- a/sci-libs/shapelib/shapelib-1.2.10-r1.ebuild +++ b/sci-libs/shapelib/shapelib-1.2.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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-r1.ebuild,v 1.4 2009/10/18 07:05:49 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shapelib/shapelib-1.2.10-r1.ebuild,v 1.5 2010/05/21 21:04:06 pacho Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://dl.maptools.org/dl/shapelib//${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="" |