summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-02 20:17:16 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-02 20:17:16 +0000
commitb061c6859b61d42b8baf9daa4d22ed7213329633 (patch)
tree7bca36b2083eb11793106d0605464126cda58e8f /net-misc/geoipupdate
parentOld. (diff)
downloadgentoo-2-b061c6859b61d42b8baf9daa4d22ed7213329633.tar.gz
gentoo-2-b061c6859b61d42b8baf9daa4d22ed7213329633.tar.bz2
gentoo-2-b061c6859b61d42b8baf9daa4d22ed7213329633.zip
Old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/geoipupdate')
-rw-r--r--net-misc/geoipupdate/ChangeLog6
-rw-r--r--net-misc/geoipupdate/geoipupdate-2.0.0.ebuild23
-rw-r--r--net-misc/geoipupdate/geoipupdate-2.0.1.ebuild28
3 files changed, 5 insertions, 52 deletions
diff --git a/net-misc/geoipupdate/ChangeLog b/net-misc/geoipupdate/ChangeLog
index 29c2ea46304f..12501d997e81 100644
--- a/net-misc/geoipupdate/ChangeLog
+++ b/net-misc/geoipupdate/ChangeLog
@@ -1,6 +1,10 @@
# 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.28 2014/11/02 09:02:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.29 2014/11/02 20:17:16 jer Exp $
+
+ 02 Nov 2014; Jeroen Roovers <jer@gentoo.org> -geoipupdate-2.0.0.ebuild,
+ -geoipupdate-2.0.1.ebuild:
+ Old.
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> geoipupdate-2.0.2.ebuild:
Stable for alpha, wrt bug #523032
diff --git a/net-misc/geoipupdate/geoipupdate-2.0.0.ebuild b/net-misc/geoipupdate/geoipupdate-2.0.0.ebuild
deleted file mode 100644
index d612e2829607..000000000000
--- a/net-misc/geoipupdate/geoipupdate-2.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.0.ebuild,v 1.12 2014/04/05 18:31:09 ago 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
-"
diff --git a/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild b/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild
deleted file mode 100644
index 9e809556f5ea..000000000000
--- a/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.1.ebuild,v 1.8 2014/08/03 18:38:20 ago 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
-}