diff options
author | 2014-07-23 08:39:28 +0000 | |
---|---|---|
committer | 2014-07-23 08:39:28 +0000 | |
commit | 40a1e94733a71b4d03b1a0b14e04f1e04ee38f2f (patch) | |
tree | 1cd4aa07dbd92023369f5439d6d66e8d0e5a41cb /net-misc/geoipupdate | |
parent | app-admin/ansible: Version Bump (diff) | |
download | gentoo-2-40a1e94733a71b4d03b1a0b14e04f1e04ee38f2f.tar.gz gentoo-2-40a1e94733a71b4d03b1a0b14e04f1e04ee38f2f.tar.bz2 gentoo-2-40a1e94733a71b4d03b1a0b14e04f1e04ee38f2f.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/geoipupdate')
-rw-r--r-- | net-misc/geoipupdate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/geoipupdate/geoipupdate-2.0.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/net-misc/geoipupdate/ChangeLog b/net-misc/geoipupdate/ChangeLog index 51814c721dae..7bd33831ca47 100644 --- a/net-misc/geoipupdate/ChangeLog +++ b/net-misc/geoipupdate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/geoipupdate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.17 2014/07/22 12:06:12 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.18 2014/07/23 08:39:28 jer Exp $ + +*geoipupdate-2.0.2 (23 Jul 2014) + + 23 Jul 2014; Jeroen Roovers <jer@gentoo.org> +geoipupdate-2.0.2.ebuild: + Version bump. 22 Jul 2014; Chema Alonso <nimiux@gentoo.org> geoipupdate-2.0.1.ebuild: Stable for amd64 wrt bug #513120 diff --git a/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild b/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild new file mode 100644 index 000000000000..c060276a050d --- /dev/null +++ b/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild,v 1.1 2014/07/23 08:39:28 jer Exp $ + +EAPI=5 + +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 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=" + net-misc/curl + sys-libs/zlib +" +RDEPEND=" + ${DEPEND} + !<dev-libs/geoip-1.6.0 +" + +src_install() { + default + keepdir /usr/share/GeoIP +} |