diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-05-15 16:22:00 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-05-15 16:22:00 +0000 |
commit | e867d777403dcde4f2a70e5bf874fa3ceee8f53b (patch) | |
tree | fffed58fc51e6112f46372a826f33044081d4d08 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-e867d777403dcde4f2a70e5bf874fa3ceee8f53b.tar.gz gentoo-2-e867d777403dcde4f2a70e5bf874fa3ceee8f53b.tar.bz2 gentoo-2-e867d777403dcde4f2a70e5bf874fa3ceee8f53b.zip |
Add prefix keywords and one small offset fix, bug 416019
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/geoip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.4.8.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-libs/geoip/ChangeLog b/dev-libs/geoip/ChangeLog index defc1491984e..83bc7118f256 100644 --- a/dev-libs/geoip/ChangeLog +++ b/dev-libs/geoip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/geoip -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.128 2011/11/27 22:33:48 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.129 2012/05/15 16:22:00 darkside Exp $ + + 15 May 2012; Jeremy Olexa <darkside@gentoo.org> geoip-1.4.8.ebuild: + Add prefix keywords and one small offset fix, bug 416019 27 Nov 2011; Jeroen Roovers <jer@gentoo.org> geoip-1.4.8.ebuild: Do not use autotools-utils.eclass (bug #392067). diff --git a/dev-libs/geoip/geoip-1.4.8.ebuild b/dev-libs/geoip/geoip-1.4.8.ebuild index 1372d3a25375..d1e4a82c0b2f 100644 --- a/dev-libs/geoip/geoip-1.4.8.ebuild +++ b/dev-libs/geoip/geoip-1.4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.8.ebuild,v 1.9 2011/11/27 22:33:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.8.ebuild,v 1.10 2012/05/15 16:22:00 darkside Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI=" # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db LICENSE="LGPL-2.1 GPL-2 MaxMind2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="ipv6 perl-geoipupdate static-libs" RDEPEND=" @@ -48,7 +48,7 @@ src_install() { dodoc AUTHORS ChangeLog README TODO conf/GeoIP.conf.default rm "${ED}/etc/GeoIP.conf.default" if ! use static-libs; then - rm -f "${D}"/usr/lib*/lib*.la + rm -f "${ED}"/usr/lib*/lib*.la fi if use ipv6; then |