public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog
@ 2013-05-26 19:07 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-26 19:07 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/26 19:07:58

  Modified:             ChangeLog
  Added:                geoip-python-1.2.8-r1.ebuild
  Log:
  revbump; migrate -> distutils-r1
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.32                 dev-python/geoip-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	20 May 2013 12:42:23 -0000	1.31
+++ ChangeLog	26 May 2013 19:07:58 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.31 2013/05/20 12:42:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.32 2013/05/26 19:07:58 idella4 Exp $
+
+*geoip-python-1.2.8-r1 (26 May 2013)
+
+  26 May 2013; Ian Delaney <idella4@gentoo.org> +geoip-python-1.2.8-r1.ebuild:
+  revbump; migrate -> distutils-r1
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> geoip-python-1.2.8.ebuild:
   Stable for ppc, wrt bug #470450



1.1                  dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: geoip-python-1.2.8-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.1 2013/05/26 19:07:58 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit distutils-r1

MY_PN="GeoIP-Python"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Python bindings for GeoIP"
HOMEPAGE="http://www.maxmind.com/app/python"
SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=">=dev-libs/geoip-1.4.8"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

DOCS=( README ChangeLog test.py test_city.py test_org.py )

python_test() {
	if "${PYTHON}" -m test; then
		einfo "tests passed unde ${EPYTHON}"
	else
		die "tests failed under ${EPYTHON}"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:21

  Modified:             geoip-python-1.2.8-r1.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?r1=1.1&r2=1.2

Index: geoip-python-1.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoip-python-1.2.8-r1.ebuild	26 May 2013 19:07:58 -0000	1.1
+++ geoip-python-1.2.8-r1.ebuild	5 Sep 2013 18:46:21 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.1 2013/05/26 19:07:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.2 2013/09/05 18:46:21 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1
 



1.33                 dev-python/geoip-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 May 2013 19:07:58 -0000	1.32
+++ ChangeLog	5 Sep 2013 18:46:21 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.32 2013/05/26 19:07:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.33 2013/09/05 18:46:21 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> geoip-python-1.2.8-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *geoip-python-1.2.8-r1 (26 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog
@ 2014-03-02 10:44 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-02 10:44 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/02 10:44:10

  Modified:             geoip-python-1.2.8-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #495586
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?r1=1.3&r2=1.4

Index: geoip-python-1.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoip-python-1.2.8-r1.ebuild	24 Feb 2014 01:50:33 -0000	1.3
+++ geoip-python-1.2.8-r1.ebuild	2 Mar 2014 10:44:10 -0000	1.4
@@ -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/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.3 2014/02/24 01:50:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.4 2014/03/02 10:44:10 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-libs/geoip-1.4.8"



1.35                 dev-python/geoip-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Feb 2014 01:50:33 -0000	1.34
+++ ChangeLog	2 Mar 2014 10:44:10 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.34 2014/02/24 01:50:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.35 2014/03/02 10:44:10 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> geoip-python-1.2.8-r1.ebuild:
+  amd64 stable, bug #495586
 
   24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   geoip-python-1.2.8-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog
@ 2014-03-05 15:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-05 15:36 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/05 15:36:32

  Modified:             geoip-python-1.2.8-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495586
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?r1=1.4&r2=1.5

Index: geoip-python-1.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geoip-python-1.2.8-r1.ebuild	2 Mar 2014 10:44:10 -0000	1.4
+++ geoip-python-1.2.8-r1.ebuild	5 Mar 2014 15:36:32 -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/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.4 2014/03/02 10:44:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.5 2014/03/05 15:36:32 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-libs/geoip-1.4.8"



1.36                 dev-python/geoip-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	2 Mar 2014 10:44:10 -0000	1.35
+++ ChangeLog	5 Mar 2014 15:36:32 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.35 2014/03/02 10:44:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.36 2014/03/05 15:36:32 ago Exp $
+
+  05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> geoip-python-1.2.8-r1.ebuild:
+  Stable for ppc, wrt bug #495586
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> geoip-python-1.2.8-r1.ebuild:
   amd64 stable, bug #495586





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

* [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog
@ 2015-04-08  8:04 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:04 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:04:57

  Modified:             geoip-python-1.2.8-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild?r1=1.5&r2=1.6

Index: geoip-python-1.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geoip-python-1.2.8-r1.ebuild	5 Mar 2014 15:36:32 -0000	1.5
+++ geoip-python-1.2.8-r1.ebuild	8 Apr 2015 08:04:57 -0000	1.6
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.5 2014/03/05 15:36:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8-r1.ebuild,v 1.6 2015/04/08 08:04:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.41                 dev-python/geoip-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Jan 2015 06:02:56 -0000	1.40
+++ ChangeLog	8 Apr 2015 08:04:57 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.40 2015/01/26 06:02:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.41 2015/04/08 08:04:57 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> geoip-python-1.2.8-r1.ebuild:
+  Drop old Python implementations
 
   26 Jan 2015; Ian Delaney <idella4@gentoo.org> geoip-python-1.3.1.ebuild,
   geoip-python-1.3.2.ebuild:





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

end of thread, other threads:[~2015-04-08  8:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:04 [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-05 15:36 Agostino Sarubbo (ago)
2014-03-02 10:44 Pacho Ramos (pacho)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-05-26 19:07 Ian Delaney (idella4)

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