public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-04-04 20:54 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-04 20:54 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/04 20:54:29

  Modified:             ChangeLog
  Added:                twisted-runner-11.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	21 Jan 2011 08:33:04 -0000	1.46
+++ ChangeLog	4 Apr 2011 20:54:29 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.46 2011/01/21 08:33:04 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.47 2011/04/04 20:54:29 arfrever Exp $
+
+*twisted-runner-11.0.0 (04 Apr 2011)
+
+  04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +twisted-runner-11.0.0.ebuild:
+  Version bump.
 
   21 Jan 2011; Thomas Kahle <tomka@gentoo.org> twisted-runner-10.2.0.ebuild:
   x86 stable per bug 350894



1.1                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.1 2011/04/04 20:54:29 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Runner"

inherit twisted versionator

DESCRIPTION="Twisted Runner is a process management library and inetd replacement."

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
RDEPEND="${DEPEND}"

PROVIDE="virtual/inetd"

PYTHON_MODNAME="twisted/runner"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-05-09  9:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-09  9:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/09 09:50:41

  Modified:             ChangeLog twisted-runner-11.0.0.ebuild
  Log:
  Stable on amd64 wrt bug #366131
  
  (Portage version: 2.1.9.47/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	16 Apr 2011 19:09:21 -0000	1.48
+++ ChangeLog	9 May 2011 09:50:41 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.48 2011/04/16 19:09:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.49 2011/05/09 09:50:41 hwoarang Exp $
+
+  09 May 2011; Markos Chandras <hwoarang@gentoo.org>
+  twisted-runner-11.0.0.ebuild:
+  Stable on amd64 wrt bug #366131
 
   16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> twisted-runner-10.2.0.ebuild,
   twisted-runner-11.0.0.ebuild:



1.3                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-runner-11.0.0.ebuild	16 Apr 2011 19:09:21 -0000	1.2
+++ twisted-runner-11.0.0.ebuild	9 May 2011 09:50:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.2 2011/04/16 19:09:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.3 2011/05/09 09:50:41 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-05-26 15:54 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-26 15:54 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/05/26 15:54:32

  Modified:             ChangeLog twisted-runner-11.0.0.ebuild
  Log:
  x86 stable wrt bug #366131
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.50                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	9 May 2011 09:50:41 -0000	1.49
+++ ChangeLog	26 May 2011 15:54:32 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.49 2011/05/09 09:50:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.50 2011/05/26 15:54:32 phajdan.jr Exp $
+
+  26 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  twisted-runner-11.0.0.ebuild:
+  x86 stable wrt bug #366131
 
   09 May 2011; Markos Chandras <hwoarang@gentoo.org>
   twisted-runner-11.0.0.ebuild:



1.4                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twisted-runner-11.0.0.ebuild	9 May 2011 09:50:41 -0000	1.3
+++ twisted-runner-11.0.0.ebuild	26 May 2011 15:54:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.3 2011/05/09 09:50:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.4 2011/05/26 15:54:32 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-06-03 14:17 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-06-03 14:17 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/03 14:17:53

  Modified:             ChangeLog twisted-runner-11.0.0.ebuild
  Log:
  Marking twisted-runner-11.0.0 ppc for bug 366131
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.51                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	26 May 2011 15:54:32 -0000	1.50
+++ ChangeLog	3 Jun 2011 14:17:53 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.50 2011/05/26 15:54:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.51 2011/06/03 14:17:53 ranger Exp $
+
+  03 Jun 2011; Brent Baude <ranger@gentoo.org> twisted-runner-11.0.0.ebuild:
+  Marking twisted-runner-11.0.0 ppc stable for bug 366131
 
   26 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   twisted-runner-11.0.0.ebuild:



1.5                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twisted-runner-11.0.0.ebuild	26 May 2011 15:54:32 -0000	1.4
+++ twisted-runner-11.0.0.ebuild	3 Jun 2011 14:17:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.4 2011/05/26 15:54:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.5 2011/06/03 14:17:53 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-06-12 14:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-12 14:47 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/12 14:47:24

  Modified:             ChangeLog twisted-runner-11.0.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #366131
  
  (Portage version: 2.1.10/cvs/Linux ia64)

Revision  Changes    Path
1.52                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	3 Jun 2011 14:17:53 -0000	1.51
+++ ChangeLog	12 Jun 2011 14:47:24 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.51 2011/06/03 14:17:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.52 2011/06/12 14:47:24 armin76 Exp $
+
+  12 Jun 2011; Raúl Porcel <armin76@gentoo.org> twisted-runner-11.0.0.ebuild:
+  alpha/ia64/sparc stable wrt #366131
 
   03 Jun 2011; Brent Baude <ranger@gentoo.org> twisted-runner-11.0.0.ebuild:
   Marking twisted-runner-11.0.0 ppc stable for bug 366131



1.6                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- twisted-runner-11.0.0.ebuild	3 Jun 2011 14:17:53 -0000	1.5
+++ twisted-runner-11.0.0.ebuild	12 Jun 2011 14:47:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.5 2011/06/03 14:17:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.6 2011/06/12 14:47:24 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
 
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild
@ 2011-07-17 11:00 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-17 11:00 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/17 11:00:18

  Modified:             ChangeLog twisted-runner-11.0.0.ebuild
  Log:
  ppc64 stable wrt #366131
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 dev-python/twisted-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	12 Jun 2011 14:47:24 -0000	1.52
+++ ChangeLog	17 Jul 2011 11:00:18 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.52 2011/06/12 14:47:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.53 2011/07/17 11:00:18 xarthisius Exp $
+
+  17 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  twisted-runner-11.0.0.ebuild:
+  ppc64 stable wrt #366131
 
   12 Jun 2011; Raúl Porcel <armin76@gentoo.org> twisted-runner-11.0.0.ebuild:
   alpha/ia64/sparc stable wrt #366131



1.7                  dev-python/twisted-runner/twisted-runner-11.0.0.ebuild

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

Index: twisted-runner-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- twisted-runner-11.0.0.ebuild	12 Jun 2011 14:47:24 -0000	1.6
+++ twisted-runner-11.0.0.ebuild	17 Jul 2011 11:00:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.6 2011/06/12 14:47:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.7 2011/07/17 11:00:18 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
 
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"






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

end of thread, other threads:[~2011-07-17 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 20:54 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: ChangeLog twisted-runner-11.0.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-09  9:50 Markos Chandras (hwoarang)
2011-05-26 15:54 PaweA Hajdan (phajdan.jr)
2011-06-03 14:17 Brent Baude (ranger)
2011-06-12 14:47 Raul Porcel (armin76)
2011-07-17 11:00 Kacper Kowalik (xarthisius)

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