jer         15/03/04 14:48:41

  Modified:             ChangeLog
  Added:                geoipupdate-2.2.1.ebuild
  Removed:              geoipupdate-2.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.39                 net-misc/geoipupdate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   28 Feb 2015 13:33:51 -0000      1.38
+++ ChangeLog   4 Mar 2015 14:48:41 -0000       1.39
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/geoipupdate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.38 
2015/02/28 13:33:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.39 
2015/03/04 14:48:41 jer Exp $
+
+*geoipupdate-2.2.1 (04 Mar 2015)
+
+  04 Mar 2015; Jeroen Roovers <[email protected]> -geoipupdate-2.0.2.ebuild,
+  +geoipupdate-2.2.1.ebuild:
+  Version bump.
 
   28 Feb 2015; Agostino Sarubbo <[email protected]> geoipupdate-2.1.0.ebuild:
   Stable for ia64, wrt bug #533668



1.1                  net-misc/geoipupdate/geoipupdate-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild?rev=1.1&content-type=text/plain

Index: geoipupdate-2.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.2.1.ebuild,v 1.1 
2015/03/04 14:48:41 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 ~sparc ~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
}




Reply via email to