Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipupdate/
Date: Fri, 09 Aug 2019 08:01:32
Message-Id: 1565337654.c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c.patrick@gentoo
1 commit: c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 9 08:00:54 2019 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 9 08:00:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c4a605
7
8 net-misc/geoipupdate: Fixes
9
10 Fix #691730
11 Fix #691732
12
13 Package-Manager: Portage-2.3.71, Repoman-2.3.17
14 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
15
16 .../{geoipupdate-4.0.3.ebuild => geoipupdate-4.0.3-r1.ebuild} | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/net-misc/geoipupdate/geoipupdate-4.0.3.ebuild b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
20 similarity index 93%
21 rename from net-misc/geoipupdate/geoipupdate-4.0.3.ebuild
22 rename to net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
23 index 9e2b124631e..f8f05abf74d 100644
24 --- a/net-misc/geoipupdate/geoipupdate-4.0.3.ebuild
25 +++ b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild
26 @@ -32,6 +32,9 @@ src_compile() {
27 # the horror, the horror ... but it's all automagic
28 export GO111MODULE=on
29 export GOFLAGS=-mod=vendor
30 + export CONFFILE=/etc/GeoIP.conf
31 + export DATADIR=/usr/share/GeoIP
32 + export VERSION=${PV}
33 default
34 }