summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-07 09:31:14 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-07 09:31:14 +0100
commitf7deddaa8bd6a4c481fc3b8fa031774f2bfda96c (patch)
tree4fa942fed80397308750d8fbdb302558da582931 /net-misc/geoipupdate/geoipupdate-2.3.1.ebuild
parentnet-libs/libprotoident: Version bump. (diff)
downloadgentoo-f7deddaa8bd6a4c481fc3b8fa031774f2bfda96c.tar.gz
gentoo-f7deddaa8bd6a4c481fc3b8fa031774f2bfda96c.tar.bz2
gentoo-f7deddaa8bd6a4c481fc3b8fa031774f2bfda96c.zip
net-misc/geoipupdate: Version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/geoipupdate/geoipupdate-2.3.1.ebuild')
-rw-r--r--net-misc/geoipupdate/geoipupdate-2.3.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/geoipupdate/geoipupdate-2.3.1.ebuild b/net-misc/geoipupdate/geoipupdate-2.3.1.ebuild
new file mode 100644
index 000000000000..0b3f86bcb6db
--- /dev/null
+++ b/net-misc/geoipupdate/geoipupdate-2.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="performs automatic updates of GeoIP2 and GeoIP Legacy binary databases"
+HOMEPAGE="https://github.com/maxmind/geoipupdate"
+SRC_URI="https://github.com/maxmind/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+
+DEPEND="
+ net-misc/curl
+ sys-libs/zlib
+"
+RDEPEND="
+ ${DEPEND}
+ !<dev-libs/geoip-1.6.0
+"
+
+src_install() {
+ default
+ keepdir /usr/share/GeoIP
+}