diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-09-11 10:55:58 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-09-11 14:51:06 +0200 |
commit | 3e0a40c60c0a424a9d88a982c841ad5491dcee38 (patch) | |
tree | 5aa6cf246cb41ed505cf707a284c51f909ba14b8 /net-misc/geoipupdate/geoipupdate-3.1.1.ebuild | |
parent | sys-apps/less: Removed old. (diff) | |
download | gentoo-3e0a40c60c0a424a9d88a982c841ad5491dcee38.tar.gz gentoo-3e0a40c60c0a424a9d88a982c841ad5491dcee38.tar.bz2 gentoo-3e0a40c60c0a424a9d88a982c841ad5491dcee38.zip |
net-misc/geoipupdate: Version 3.1.1.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-misc/geoipupdate/geoipupdate-3.1.1.ebuild')
-rw-r--r-- | net-misc/geoipupdate/geoipupdate-3.1.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/geoipupdate/geoipupdate-3.1.1.ebuild b/net-misc/geoipupdate/geoipupdate-3.1.1.ebuild new file mode 100644 index 000000000000..bced45a506fb --- /dev/null +++ b/net-misc/geoipupdate/geoipupdate-3.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 +} |