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.ebuild ChangeLog
@ 2012-02-24  8:42 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-24  8:42 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/24 08:42:06

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Restricting py 2.5
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.2&r2=1.3

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-geoclue-0.1.0.ebuild	16 Feb 2012 04:21:04 -0000	1.2
+++ python-geoclue-0.1.0.ebuild	24 Feb 2012 08:42:06 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 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.ebuild,v 1.2 2012/02/16 04:21:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.3 2012/02/24 08:42:06 patrick Exp $
 
 EAPI=4
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.5"
 PYTHON_MODNAME="Geoclue"
 
 inherit distutils



1.2                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	15 Feb 2012 16:18:22 -0000	1.1
+++ ChangeLog	24 Feb 2012 08:42:06 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.1 2012/02/15 16:18:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.2 2012/02/24 08:42:06 patrick Exp $
+
+  24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Restricting py 2.5
 
 *python-geoclue-0.1.0 (15 Feb 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2012-02-24  8:55 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-24  8:55 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/24 08:55:42

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Restricting pypy and jython
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.3&r2=1.4

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-geoclue-0.1.0.ebuild	24 Feb 2012 08:42:06 -0000	1.3
+++ python-geoclue-0.1.0.ebuild	24 Feb 2012 08:55:42 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 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.ebuild,v 1.3 2012/02/24 08:42:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.4 2012/02/24 08:55:42 patrick Exp $
 
 EAPI=4
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.5"
+RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-* *-jython"
 PYTHON_MODNAME="Geoclue"
 
 inherit distutils



1.3                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Feb 2012 08:42:06 -0000	1.2
+++ ChangeLog	24 Feb 2012 08:55:42 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.2 2012/02/24 08:42:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.3 2012/02/24 08:55:42 patrick Exp $
+
+  24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Restricting pypy and jython
 
   24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild:
   Restricting py 2.5






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2012-12-31 14:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 14:22 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 14:22:00

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-python/python-geoclue/python-geoclue-0.1.0.ebuild

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

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-geoclue-0.1.0.ebuild	19 Jun 2012 10:31:48 -0000	1.5
+++ python-geoclue-0.1.0.ebuild	31 Dec 2012 14:22:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.ebuild,v 1.5 2012/06/19 10:31:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.6 2012/12/31 14:22:00 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.5                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Jun 2012 10:31:48 -0000	1.4
+++ ChangeLog	31 Dec 2012 14:22:00 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.4 2012/06/19 10:31:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.5 2012/12/31 14:22:00 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~ppc, wrt bug #449220
 
   19 Jun 2012; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0.ebuild:
   Use virtualx for during src_test, #421911
@@ -16,4 +19,3 @@
   15 Feb 2012; Justin Lecher <jlec@gentoo.org> +python-geoclue-0.1.0.ebuild,
   +metadata.xml:
   Initial commit, added by me
-





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2012-12-31 15:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 15:33 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 15:33:52

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~ppc64, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-python/python-geoclue/python-geoclue-0.1.0.ebuild

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

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-geoclue-0.1.0.ebuild	31 Dec 2012 14:22:00 -0000	1.6
+++ python-geoclue-0.1.0.ebuild	31 Dec 2012 15:33:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.ebuild,v 1.6 2012/12/31 14:22:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.7 2012/12/31 15:33:52 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.6                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	31 Dec 2012 14:22:00 -0000	1.5
+++ ChangeLog	31 Dec 2012 15:33:52 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.5 2012/12/31 14:22:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.6 2012/12/31 15:33:52 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~ppc64, wrt bug #449220
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
   Add ~ppc, wrt bug #449220





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2013-01-01 11:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 11:48 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/01 11:48:26

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~ia64, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.7&r2=1.8

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-geoclue-0.1.0.ebuild	31 Dec 2012 15:33:52 -0000	1.7
+++ python-geoclue-0.1.0.ebuild	1 Jan 2013 11:48:26 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.ebuild,v 1.7 2012/12/31 15:33:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.8 2013/01/01 11:48:26 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.7                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Dec 2012 15:33:52 -0000	1.6
+++ ChangeLog	1 Jan 2013 11:48:26 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-geoclue
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.6 2012/12/31 15:33:52 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.7 2013/01/01 11:48:26 ago Exp $
+
+  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~ia64, wrt bug #449220
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
   Add ~ppc64, wrt bug #449220





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2013-01-01 14:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 14:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/01 14:16:12

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~alpha, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.8&r2=1.9

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-geoclue-0.1.0.ebuild	1 Jan 2013 11:48:26 -0000	1.8
+++ python-geoclue-0.1.0.ebuild	1 Jan 2013 14:16:12 -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.ebuild,v 1.8 2013/01/01 11:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.9 2013/01/01 14:16:12 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.8                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Jan 2013 11:48:26 -0000	1.7
+++ ChangeLog	1 Jan 2013 14:16:12 -0000	1.8
@@ -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.7 2013/01/01 11:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.8 2013/01/01 14:16:12 ago Exp $
+
+  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~alpha, wrt bug #449220
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
   Add ~ia64, wrt bug #449220





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

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

ago         13/01/06 09:30:09

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~sparc, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.9&r2=1.10

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-geoclue-0.1.0.ebuild	1 Jan 2013 14:16:12 -0000	1.9
+++ python-geoclue-0.1.0.ebuild	6 Jan 2013 09:30:09 -0000	1.10
@@ -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.ebuild,v 1.9 2013/01/01 14:16:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.10 2013/01/06 09:30:09 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3"
 IUSE="test"
 



1.9                  dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	1 Jan 2013 14:16:12 -0000	1.8
+++ ChangeLog	6 Jan 2013 09:30:09 -0000	1.9
@@ -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.8 2013/01/01 14:16:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.9 2013/01/06 09:30:09 ago Exp $
+
+  06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~sparc, wrt bug #449220
 
   01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
   Add ~alpha, wrt bug #449220





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog
@ 2013-02-02 22:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-02 22:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/02 22:30:15

  Modified:             python-geoclue-0.1.0.ebuild ChangeLog
  Log:
  Add ~arm, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.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.ebuild?r1=1.10&r2=1.11

Index: python-geoclue-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-geoclue-0.1.0.ebuild	6 Jan 2013 09:30:09 -0000	1.10
+++ python-geoclue-0.1.0.ebuild	2 Feb 2013 22:30:15 -0000	1.11
@@ -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.ebuild,v 1.10 2013/01/06 09:30:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.11 2013/02/02 22:30:15 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~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.10                 dev-python/python-geoclue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Jan 2013 09:30:09 -0000	1.9
+++ ChangeLog	2 Feb 2013 22:30:15 -0000	1.10
@@ -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.9 2013/01/06 09:30:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.10 2013/02/02 22:30:15 ago Exp $
+
+  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
+  Add ~arm, wrt bug #449220
 
   06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0.ebuild:
   Add ~sparc, wrt bug #449220





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

end of thread, other threads:[~2013-02-02 22:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31 14:22 [gentoo-commits] gentoo-x86 commit in dev-python/python-geoclue: python-geoclue-0.1.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-02 22:30 Agostino Sarubbo (ago)
2013-01-06  9:30 Agostino Sarubbo (ago)
2013-01-01 14:16 Agostino Sarubbo (ago)
2013-01-01 11:48 Agostino Sarubbo (ago)
2012-12-31 15:33 Agostino Sarubbo (ago)
2012-02-24  8:55 Patrick Lauer (patrick)
2012-02-24  8:42 Patrick Lauer (patrick)

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