mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
net-misc/geoipupdate: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST geoipupdate-2.3.1.tar.gz 362497 SHA256 4f71e911774c4fd32e217889c242d2c311fa5ffd3df56be48a2d1aedfe2e671c SHA512 98537e17ea03dbc0e377bf3fd045a96cbcf2f36f1fbcdf494f0a60d15f9ea5d2f0cd5e127245c6425e0ff8b77028147a2a6316034752298c8e9671007b7245a1 WHIRLPOOL 315a5d99cef9d7d36c4353f57c455549a3bf33787aa6669c72b0f13068f247d7301e1399b029f32675c557d855db424a60a6c2e310cc99b6da439a2ca4606ac5
|
||||
DIST geoipupdate-2.4.0.tar.gz 369949 SHA256 8b4e88ce8d84e9c75bc681704d19ec5c63c54f01e945f7669f97fb0df7e13952 SHA512 6285810380a12ce34c90798fe31954959c9b462060e9b49348b5dbca3af7f3b1798384cf958de3b213ac7d03d42688c6744365d91efc4ad1fe76330bd893d4b1 WHIRLPOOL 759b42c747037bc3b1918c8f2dd5636ee33dc337f35221fca4057efeaacd1762063265b1607bd37040a83c6721338030fae05ec0f674ee9feef7e2677065546a
|
||||
|
||||
26
net-misc/geoipupdate/geoipupdate-2.4.0.ebuild
Normal file
26
net-misc/geoipupdate/geoipupdate-2.4.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2017 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
|
||||
}
|
||||
Reference in New Issue
Block a user