* [gentoo-commits] gentoo-x86 commit in dev-libs/geoip: geoip-1.5.0.ebuild ChangeLog geoip-1.4.8-r3.ebuild
@ 2013-04-03 18:07 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-04-03 18:07 UTC (permalink / raw
To: gentoo-commits
jer 13/04/03 18:07:03
Modified: geoip-1.5.0.ebuild ChangeLog geoip-1.4.8-r3.ebuild
Log:
Fix city database names by Florian Klink (bug #464388).
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 dev-libs/geoip/geoip-1.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild?r1=1.1&r2=1.2
Index: geoip-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoip-1.5.0.ebuild 9 Mar 2013 17:31:47 -0000 1.1
+++ geoip-1.5.0.ebuild 3 Apr 2013 18:07:03 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v 1.1 2013/03/09 17:31:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v 1.2 2013/04/03 18:07:03 jer Exp $
EAPI=5
@@ -59,11 +59,11 @@
insinto /usr/share/GeoIP
doins "${WORKDIR}/GeoIPASNum.dat"
- use city && doins "${WORKDIR}/GeoLiteCity.dat"
+ use city && newins "${WORKDIR}"/GeoLiteCity.dat GeoIPCity.dat
if use ipv6; then
doins "${WORKDIR}/GeoIPv6.dat"
- use city && doins "${WORKDIR}/GeoLiteCityv6.dat"
+ use city && newins "${WORKDIR}"/GeoLiteCityv6.dat GeoIPCityv6.dat
fi
newsbin "${FILESDIR}/geoipupdate-r2.sh" geoipupdate.sh
1.173 dev-libs/geoip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 29 Mar 2013 14:52:28 -0000 1.172
+++ ChangeLog 3 Apr 2013 18:07:03 -0000 1.173
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/geoip
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.172 2013/03/29 14:52:28 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.173 2013/04/03 18:07:03 jer Exp $
+
+ 03 Apr 2013; Jeroen Roovers <jer@gentoo.org> geoip-1.4.8-r3.ebuild,
+ geoip-1.5.0.ebuild:
+ Fix city database names by Florian Klink (bug #464388).
29 Mar 2013; Christian Ruppert <idl0r@gentoo.org> files/geoipupdate-r2.sh:
Another one..
1.15 dev-libs/geoip/geoip-1.4.8-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.4.8-r3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.4.8-r3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/geoip-1.4.8-r3.ebuild?r1=1.14&r2=1.15
Index: geoip-1.4.8-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.8-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- geoip-1.4.8-r3.ebuild 15 Mar 2013 13:25:20 -0000 1.14
+++ geoip-1.4.8-r3.ebuild 3 Apr 2013 18:07:03 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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-r3.ebuild,v 1.14 2013/03/15 13:25:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.8-r3.ebuild,v 1.15 2013/04/03 18:07:03 jer Exp $
EAPI=4
inherit autotools
@@ -62,11 +62,11 @@
insinto /usr/share/GeoIP
doins "${WORKDIR}/GeoIPASNum.dat"
- use city && doins "${WORKDIR}/GeoLiteCity.dat"
+ use city && newins "${WORKDIR}"/GeoLiteCity.dat GeoIPCity.dat
if use ipv6; then
doins "${WORKDIR}/GeoIPv6.dat"
- use city && doins "${WORKDIR}/GeoLiteCityv6.dat"
+ use city && newins "${WORKDIR}"/GeoLiteCityv6.dat GeoIPCityv6.dat
fi
newsbin "${FILESDIR}/geoipupdate-r2.sh" geoipupdate.sh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-03 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 18:07 [gentoo-commits] gentoo-x86 commit in dev-libs/geoip: geoip-1.5.0.ebuild ChangeLog geoip-1.4.8-r3.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox