public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.0.1.ebuild
@ 2014-05-03 20:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-05-03 20:19 UTC (permalink / raw
  To: gentoo-commits

jer         14/05/03 20:19:16

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

Revision  Changes    Path
1.13                 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	5 Apr 2014 18:31:09 -0000	1.12
+++ ChangeLog	3 May 2014 20:19:16 -0000	1.13
@@ -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.12 2014/04/05 18:31:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.13 2014/05/03 20:19:16 jer Exp $
+
+*geoipupdate-2.0.1 (03 May 2014)
+
+  03 May 2014; Jeroen Roovers <jer@gentoo.org> +geoipupdate-2.0.1.ebuild:
+  Version bump.
 
   05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> geoipupdate-2.0.0.ebuild:
   Stable for alpha, wrt bug #501344



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

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

Index: geoipupdate-2.0.1.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.1.ebuild,v 1.1 2014/05/03 20:19:16 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
"





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.0.1.ebuild
@ 2014-06-14  1:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-14  1:38 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/14 01:38:18

  Modified:             ChangeLog geoipupdate-2.0.1.ebuild
  Log:
  Stable for HPPA (bug #513120).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.14                 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 May 2014 20:19:16 -0000	1.13
+++ ChangeLog	14 Jun 2014 01:38:18 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2014/05/03 20:19:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.14 2014/06/14 01:38:18 jer Exp $
+
+  14 Jun 2014; Jeroen Roovers <jer@gentoo.org> geoipupdate-2.0.1.ebuild:
+  Stable for HPPA (bug #513120).
 
 *geoipupdate-2.0.1 (03 May 2014)
 



1.2                  net-misc/geoipupdate/geoipupdate-2.0.1.ebuild

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

Index: geoipupdate-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoipupdate-2.0.1.ebuild	3 May 2014 20:19:16 -0000	1.1
+++ geoipupdate-2.0.1.ebuild	14 Jun 2014 01:38:18 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2014/05/03 20:19:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v 1.2 2014/06/14 01:38:18 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.0.1.ebuild
@ 2014-07-22 12:06 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 4+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-07-22 12:06 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/07/22 12:06:12

  Modified:             ChangeLog geoipupdate-2.0.1.ebuild
  Log:
  Stable for amd64 wrt bug #513120
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.17                 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	26 Jun 2014 20:21:46 -0000	1.16
+++ ChangeLog	22 Jul 2014 12:06:12 -0000	1.17
@@ -1,6 +1,9 @@
 # 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.16 2014/06/26 20:21:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.17 2014/07/22 12:06:12 nimiux Exp $
+
+  22 Jul 2014; Chema Alonso <nimiux@gentoo.org> geoipupdate-2.0.1.ebuild:
+  Stable for amd64 wrt bug #513120
 
   26 Jun 2014; Jeroen Roovers <jer@gentoo.org> geoipupdate-2.0.1.ebuild:
   Add keepdir /usr/share/GeoIP.



1.5                  net-misc/geoipupdate/geoipupdate-2.0.1.ebuild

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

Index: geoipupdate-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geoipupdate-2.0.1.ebuild	26 Jun 2014 20:21:46 -0000	1.4
+++ geoipupdate-2.0.1.ebuild	22 Jul 2014 12:06:12 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2014/06/26 20:21:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v 1.5 2014/07/22 12:06:12 nimiux Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.0.1.ebuild
@ 2014-07-27 10:41 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-27 10:41 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/07/27 10:41:47

  Modified:             ChangeLog geoipupdate-2.0.1.ebuild
  Log:
  x86 stable wrt bug #513120
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.19                 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	23 Jul 2014 08:39:28 -0000	1.18
+++ ChangeLog	27 Jul 2014 10:41:47 -0000	1.19
@@ -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.18 2014/07/23 08:39:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.19 2014/07/27 10:41:47 phajdan.jr Exp $
+
+  26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  geoipupdate-2.0.1.ebuild:
+  x86 stable wrt bug #513120
 
 *geoipupdate-2.0.2 (23 Jul 2014)
 



1.6                  net-misc/geoipupdate/geoipupdate-2.0.1.ebuild

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

Index: geoipupdate-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geoipupdate-2.0.1.ebuild	22 Jul 2014 12:06:12 -0000	1.5
+++ geoipupdate-2.0.1.ebuild	27 Jul 2014 10:41:47 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.5 2014/07/22 12:06:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v 1.6 2014/07/27 10:41:47 phajdan.jr Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-27 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-03 20:19 [gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.0.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-14  1:38 Jeroen Roovers (jer)
2014-07-22 12:06 JosA MarAa Alonso (nimiux)
2014-07-27 10:41 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox