jer 14/07/23 08:39:28 Modified: ChangeLog Added: geoipupdate-2.0.2.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.18 net-misc/geoipupdate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 22 Jul 2014 12:06:12 -0000 1.17 +++ ChangeLog 23 Jul 2014 08:39:28 -0000 1.18 @@ -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 <j...@gentoo.org> +geoipupdate-2.0.2.ebuild: + Version bump. 22 Jul 2014; Chema Alonso <nim...@gentoo.org> geoipupdate-2.0.1.ebuild: Stable for amd64 wrt bug #513120 1.1 net-misc/geoipupdate/geoipupdate-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.2.ebuild?rev=1.1&content-type=text/plain Index: geoipupdate-2.0.2.ebuild =================================================================== # 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 }