public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-08-21 13:44 Justin Lecher (jlec)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2013-08-21 13:44 UTC (permalink / raw
  To: gentoo-commits

jlec        13/08/21 13:44:03

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  dev-python/python-geoclue: Only drop to serial build when testing
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

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

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-geoclue-0.1.0-r1.ebuild	21 Aug 2013 13:41:14 -0000	1.1
+++ python-geoclue-0.1.0-r1.ebuild	21 Aug 2013 13:44:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.1 2013/08/21 13:41:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.2 2013/08/21 13:44:03 jlec Exp $
 
 EAPI=5
 
@@ -24,7 +24,10 @@
 
 S="${WORKDIR}"/${PN}
 
-DISTUTILS_NO_PARALLEL_BUILD=true
+python_prepare_all() {
+	use test && DISTUTILS_NO_PARALLEL_BUILD=true
+	distutils-r1_python_prepare_all
+}
 
 python_test() {
 	VIRTUALX_COMMAND="${PYTHON}"



1.12                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Aug 2013 13:41:14 -0000	1.11
+++ ChangeLog	21 Aug 2013 13:44:03 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.11 2013/08/21 13:41:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.12 2013/08/21 13:44:03 jlec Exp $
+
+  21 Aug 2013; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Only drop to serial build when testing
 
 *python-geoclue-0.1.0-r1 (21 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-09-03 13:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-03 13:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/03 13:31:32

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #481896
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

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

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-geoclue-0.1.0-r1.ebuild	21 Aug 2013 13:44:03 -0000	1.2
+++ python-geoclue-0.1.0-r1.ebuild	3 Sep 2013 13:31:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.2 2013/08/21 13:44:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.3 2013/09/03 13:31:31 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.13                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Aug 2013 13:44:03 -0000	1.12
+++ ChangeLog	3 Sep 2013 13:31:32 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.12 2013/08/21 13:44:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.13 2013/09/03 13:31:32 ago Exp $
+
+  03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for ia64, wrt bug #481896
 
   21 Aug 2013; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   Only drop to serial build when testing





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-09-04  9:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-04  9:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/04 09:00:35

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #481896
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

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

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-geoclue-0.1.0-r1.ebuild	3 Sep 2013 13:31:31 -0000	1.3
+++ python-geoclue-0.1.0-r1.ebuild	4 Sep 2013 09:00:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.3 2013/09/03 13:31:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.4 2013/09/04 09:00:35 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.14                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 Sep 2013 13:31:32 -0000	1.13
+++ ChangeLog	4 Sep 2013 09:00:35 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.13 2013/09/03 13:31:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.14 2013/09/04 09:00:35 ago Exp $
+
+  04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for ppc, wrt bug #481896
 
   03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   Stable for ia64, wrt bug #481896





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-09-08 12:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-08 12:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/08 12:24:25

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #481896
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

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

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-geoclue-0.1.0-r1.ebuild	4 Sep 2013 09:00:35 -0000	1.4
+++ python-geoclue-0.1.0-r1.ebuild	8 Sep 2013 12:24:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.4 2013/09/04 09:00:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.5 2013/09/08 12:24:25 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.15                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Sep 2013 09:00:35 -0000	1.14
+++ ChangeLog	8 Sep 2013 12:24:25 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.14 2013/09/04 09:00:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.15 2013/09/08 12:24:25 ago Exp $
+
+  08 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for amd64, wrt bug #481896
 
   04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   Stable for ppc, wrt bug #481896





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-09-23 17:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 17:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/23 17:42:41

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #481896
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.7&r2=1.8

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-geoclue-0.1.0-r1.ebuild	17 Sep 2013 16:22:28 -0000	1.7
+++ python-geoclue-0.1.0-r1.ebuild	23 Sep 2013 17:42:41 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.7 2013/09/17 16:22:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.8 2013/09/23 17:42:41 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.18                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	17 Sep 2013 16:22:28 -0000	1.17
+++ ChangeLog	23 Sep 2013 17:42:41 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.17 2013/09/17 16:22:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.18 2013/09/23 17:42:41 ago Exp $
+
+  23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for ppc64, wrt bug #481896
 
   17 Sep 2013; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0.ebuild,
   python-geoclue-0.1.0-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2013-12-07 22:36 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-07 22:36 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/07 22:36:28

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #481896
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.9                  dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.8&r2=1.9

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-geoclue-0.1.0-r1.ebuild	23 Sep 2013 17:42:41 -0000	1.8
+++ python-geoclue-0.1.0-r1.ebuild	7 Dec 2013 22:36:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.8 2013/09/23 17:42:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.9 2013/12/07 22:36:28 pacho Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.19                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	23 Sep 2013 17:42:41 -0000	1.18
+++ ChangeLog	7 Dec 2013 22:36:28 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.18 2013/09/23 17:42:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.19 2013/12/07 22:36:28 pacho Exp $
+
+  07 Dec 2013; Pacho Ramos <pacho@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  x86 stable, bug #481896
 
   23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   Stable for ppc64, wrt bug #481896





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2014-01-05 17:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-05 17:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/05 17:51:23

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

Revision  Changes    Path
1.10                 dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.9&r2=1.10

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-geoclue-0.1.0-r1.ebuild	7 Dec 2013 22:36:28 -0000	1.9
+++ python-geoclue-0.1.0-r1.ebuild	5 Jan 2014 17:51:23 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.9 2013/12/07 22:36:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.10 2014/01/05 17:51:23 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.20                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Dec 2013 22:36:28 -0000	1.19
+++ ChangeLog	5 Jan 2014 17:51:23 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.19 2013/12/07 22:36:28 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.20 2014/01/05 17:51:23 ago Exp $
+
+  05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for alpha, wrt bug #481896
 
   07 Dec 2013; Pacho Ramos <pacho@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   x86 stable, bug #481896





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2014-01-05 17:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-05 17:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/05 17:51:41

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

Revision  Changes    Path
1.11                 dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.10&r2=1.11

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-geoclue-0.1.0-r1.ebuild	5 Jan 2014 17:51:23 -0000	1.10
+++ python-geoclue-0.1.0-r1.ebuild	5 Jan 2014 17:51:41 -0000	1.11
@@ -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/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.10 2014/01/05 17:51:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.11 2014/01/05 17:51:41 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.21                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	5 Jan 2014 17:51:23 -0000	1.20
+++ ChangeLog	5 Jan 2014 17:51:41 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.20 2014/01/05 17:51:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.21 2014/01/05 17:51:41 ago Exp $
+
+  05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Stable for sparc, wrt bug #481896
 
   05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
   Stable for alpha, wrt bug #481896





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog
@ 2014-01-21 22:47 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-01-21 22:47 UTC (permalink / raw
  To: gentoo-commits

eva         14/01/21 22:47:21

  Modified:             python-geoclue-0.1.0-r1.ebuild ChangeLog
  Log:
  Pin geoclue dependency to slot 0.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.12                 dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.11&r2=1.12

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-geoclue-0.1.0-r1.ebuild	5 Jan 2014 17:51:41 -0000	1.11
+++ python-geoclue-0.1.0-r1.ebuild	21 Jan 2014 22:47:21 -0000	1.12
@@ -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/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.11 2014/01/05 17:51:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.12 2014/01/21 22:47:21 eva Exp $
 
 EAPI=5
 
@@ -18,10 +18,10 @@
 IUSE="test"
 
 RDEPEND="
-	app-misc/geoclue
+	app-misc/geoclue:0
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	dev-python/pygobject:2[${PYTHON_USEDEP}]"
-DEPEND="test? ( app-misc/geoclue )"
+DEPEND="test? ( app-misc/geoclue:0 )"
 
 S="${WORKDIR}"/${PN}
 



1.23                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Jan 2014 08:20:39 -0000	1.22
+++ ChangeLog	21 Jan 2014 22:47:21 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.22 2014/01/06 08:20:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.23 2014/01/21 22:47:21 eva Exp $
+
+  21 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org>
+  python-geoclue-0.1.0-r1.ebuild:
+  Pin geoclue dependency to slot 0.
 
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> -python-geoclue-0.1.0.ebuild:
   Drop old





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

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

mgorny      15/04/08 08:05:04

  Modified:             python-geoclue-0.1.0-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.13                 dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild?r1=1.12&r2=1.13

Index: python-geoclue-0.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-geoclue-0.1.0-r1.ebuild	21 Jan 2014 22:47:21 -0000	1.12
+++ python-geoclue-0.1.0-r1.ebuild	8 Apr 2015 08:05:04 -0000	1.13
@@ -1,10 +1,10 @@
-# 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/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.12 2014/01/21 22:47:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.13 2015/04/08 08:05:04 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 virtualx
 



1.24                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Jan 2014 22:47:21 -0000	1.23
+++ ChangeLog	8 Apr 2015 08:05:04 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.23 2014/01/21 22:47:21 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.24 2015/04/08 08:05:04 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
+  Drop old Python implementations
 
   21 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org>
   python-geoclue-0.1.0-r1.ebuild:





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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 17:51 [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2014-01-21 22:47 Gilles Dartiguelongue (eva)
2014-01-05 17:51 Agostino Sarubbo (ago)
2013-12-07 22:36 Pacho Ramos (pacho)
2013-09-23 17:42 Agostino Sarubbo (ago)
2013-09-08 12:24 Agostino Sarubbo (ago)
2013-09-04  9:00 Agostino Sarubbo (ago)
2013-09-03 13:31 Agostino Sarubbo (ago)
2013-08-21 13:44 Justin Lecher (jlec)

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