public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/zsi: zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
@ 2010-05-25 21:01 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-25 21:01 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/25 21:01:39

  Modified:             zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
  Log:
  Force python2 since the build system is broken on python3
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/zsi/zsi-2.1_alpha1.ebuild

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

Index: zsi-2.1_alpha1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zsi-2.1_alpha1.ebuild	23 May 2009 16:00:48 -0000	1.2
+++ zsi-2.1_alpha1.ebuild	25 May 2010 21:01:39 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.2 2009/05/23 16:00:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.3 2010/05/25 21:01:39 angelos Exp $
 
 EAPI=2
-NEED_PYTHON=2.4
+PYTHON_DEPEND="2:2.4"
 inherit distutils
 
 MY_PN=ZSI
@@ -26,6 +26,10 @@
 S=${WORKDIR}/${MY_P}
 PYTHON_MODNAME=${MY_PN}
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_prepare() {
 	if ! use twisted; then
 		sed -i \



1.9                  dev-python/zsi/zsi-2.0.ebuild

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

Index: zsi-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- zsi-2.0.ebuild	13 Mar 2009 16:26:36 -0000	1.8
+++ zsi-2.0.ebuild	25 May 2010 21:01:39 -0000	1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.8 2009/03/13 16:26:36 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.9 2010/05/25 21:01:39 angelos Exp $
+
+PYTHON_DEPEND="2:2.4"
 
 inherit distutils
 
@@ -26,6 +28,10 @@
 S="${WORKDIR}/${MY_P}"
 PYTHON_MODNAME=${MY_PN}
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"



1.12                 dev-python/zsi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 May 2009 15:51:17 -0000	1.11
+++ ChangeLog	25 May 2010 21:01:39 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/zsi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.11 2009/05/23 15:51:17 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.12 2010/05/25 21:01:39 angelos Exp $
+
+  25 May 2010; Christoph Mende <angelos@gentoo.org> zsi-2.0.ebuild,
+  zsi-2.1_alpha1.ebuild:
+  Force python2 since the build system is broken on python3
 
 *zsi-2.1_alpha1 (23 May 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/zsi: zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
@ 2010-10-10 19:00 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-10 19:00 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/10/10 19:00:20

  Modified:             zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
  Log:
  Update EAPI. Call python_pkg_setup().
  
  (Portage version: 2.2_rc91_p7/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/zsi/zsi-2.1_alpha1.ebuild

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

Index: zsi-2.1_alpha1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zsi-2.1_alpha1.ebuild	25 May 2010 21:01:39 -0000	1.3
+++ zsi-2.1_alpha1.ebuild	10 Oct 2010 19:00:20 -0000	1.4
@@ -1,13 +1,14 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.3 2010/05/25 21:01:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.4 2010/10/10 19:00:20 arfrever Exp $
 
-EAPI=2
+EAPI="3"
 PYTHON_DEPEND="2:2.4"
+
 inherit distutils
 
-MY_PN=ZSI
-MY_P=${MY_PN}-${PV/_alpha/-a}
+MY_PN="ZSI"
+MY_P="${MY_PN}-${PV/_alpha/-a}"
 
 DESCRIPTION="Web Services for Python"
 HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html"
@@ -23,11 +24,12 @@
 	twisted? ( >=dev-python/twisted-2
 		>=dev-python/twisted-web-0.5 )"
 
-S=${WORKDIR}/${MY_P}
-PYTHON_MODNAME=${MY_PN}
+S="${WORKDIR}/${MY_P}"
+PYTHON_MODNAME="${MY_PN}"
 
 pkg_setup() {
 	python_set_active_version 2
+	python_pkg_setup
 }
 
 src_prepare() {



1.10                 dev-python/zsi/zsi-2.0.ebuild

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

Index: zsi-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zsi-2.0.ebuild	25 May 2010 21:01:39 -0000	1.9
+++ zsi-2.0.ebuild	10 Oct 2010 19:00:20 -0000	1.10
@@ -1,7 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.9 2010/05/25 21:01:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.10 2010/10/10 19:00:20 arfrever Exp $
 
+EAPI="3"
 PYTHON_DEPEND="2:2.4"
 
 inherit distutils
@@ -26,17 +27,15 @@
 			>=dev-lang/python-2.4 )"
 
 S="${WORKDIR}/${MY_P}"
-PYTHON_MODNAME=${MY_PN}
+PYTHON_MODNAME="${MY_PN}"
 
 pkg_setup() {
 	python_set_active_version 2
+	python_pkg_setup
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	if ! use twisted ; then
+src_prepare() {
+	if ! use twisted; then
 		sed -i \
 			-e "/version_info/d"\
 			-e "/ZSI.twisted/d"\
@@ -47,11 +46,11 @@
 src_install() {
 	distutils_src_install
 
-	if use doc ; then
+	if use doc; then
 		dohtml doc/*.html doc/*.css doc/*.png
 	fi
 
-	if use examples ; then
+	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
 		doins -r doc/examples/* samples/*
 	fi



1.13                 dev-python/zsi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 May 2010 21:01:39 -0000	1.12
+++ ChangeLog	10 Oct 2010 19:00:20 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/zsi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.12 2010/05/25 21:01:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.13 2010/10/10 19:00:20 arfrever Exp $
+
+  10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  zsi-2.0.ebuild, zsi-2.1_alpha1.ebuild:
+  Update EAPI. Call python_pkg_setup().
 
   25 May 2010; Christoph Mende <angelos@gentoo.org> zsi-2.0.ebuild,
   zsi-2.1_alpha1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/zsi: zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
@ 2011-06-19 16:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-19 16:43 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/19 16:43:18

  Modified:             zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
  Log:
  Drop sparc keywords
  
  (Portage version: 2.1.10.3/cvs/Linux ia64)

Revision  Changes    Path
1.8                  dev-python/zsi/zsi-2.1_alpha1.ebuild

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

Index: zsi-2.1_alpha1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zsi-2.1_alpha1.ebuild	31 May 2011 15:41:24 -0000	1.7
+++ zsi-2.1_alpha1.ebuild	19 Jun 2011 16:43:18 -0000	1.8
@@ -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/zsi/zsi-2.1_alpha1.ebuild,v 1.7 2011/05/31 15:41:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.8 2011/06/19 16:43:18 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.4"
@@ -14,7 +14,7 @@
 HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html"
 SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="PYTHON"
 IUSE="examples doc twisted"



1.12                 dev-python/zsi/zsi-2.0.ebuild

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

Index: zsi-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- zsi-2.0.ebuild	15 Oct 2010 18:55:06 -0000	1.11
+++ zsi-2.0.ebuild	19 Jun 2011 16:43:18 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.11 2010/10/15 18:55:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.12 2011/06/19 16:43:18 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.4"
@@ -14,7 +14,7 @@
 HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html"
 SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="PYTHON"
 IUSE="examples doc twisted"



1.18                 dev-python/zsi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	31 May 2011 15:41:24 -0000	1.17
+++ ChangeLog	19 Jun 2011 16:43:18 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/zsi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.17 2011/05/31 15:41:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.18 2011/06/19 16:43:18 armin76 Exp $
+
+  19 Jun 2011; Raúl Porcel <armin76@gentoo.org> zsi-2.0.ebuild,
+  zsi-2.1_alpha1.ebuild:
+  Drop sparc keywords
 
   31 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> zsi-2.1_alpha1.ebuild:
   x86 stable wrt bug #367951






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

* [gentoo-commits] gentoo-x86 commit in dev-python/zsi: zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
@ 2011-07-09 22:06 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-09 22:06 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/09 22:06:40

  Modified:             zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog
  Log:
  ppc stable wrt #367951. Dropped ~ppc64
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/zsi/zsi-2.1_alpha1.ebuild

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

Index: zsi-2.1_alpha1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- zsi-2.1_alpha1.ebuild	19 Jun 2011 16:43:18 -0000	1.8
+++ zsi-2.1_alpha1.ebuild	9 Jul 2011 22:06:40 -0000	1.9
@@ -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/zsi/zsi-2.1_alpha1.ebuild,v 1.8 2011/06/19 16:43:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.9 2011/07/09 22:06:40 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.4"
@@ -14,7 +14,7 @@
 HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html"
 SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 LICENSE="PYTHON"
 IUSE="examples doc twisted"



1.13                 dev-python/zsi/zsi-2.0.ebuild

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

Index: zsi-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- zsi-2.0.ebuild	19 Jun 2011 16:43:18 -0000	1.12
+++ zsi-2.0.ebuild	9 Jul 2011 22:06:40 -0000	1.13
@@ -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/zsi/zsi-2.0.ebuild,v 1.12 2011/06/19 16:43:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.13 2011/07/09 22:06:40 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.4"
@@ -14,7 +14,7 @@
 HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html"
 SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 LICENSE="PYTHON"
 IUSE="examples doc twisted"



1.19                 dev-python/zsi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Jun 2011 16:43:18 -0000	1.18
+++ ChangeLog	9 Jul 2011 22:06:40 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/zsi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.18 2011/06/19 16:43:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.19 2011/07/09 22:06:40 xarthisius Exp $
+
+  09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> zsi-2.0.ebuild,
+  zsi-2.1_alpha1.ebuild:
+  ppc stable wrt #367951. Dropped ~ppc64
 
   19 Jun 2011; Raúl Porcel <armin76@gentoo.org> zsi-2.0.ebuild,
   zsi-2.1_alpha1.ebuild:






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

end of thread, other threads:[~2011-07-09 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 16:43 [gentoo-commits] gentoo-x86 commit in dev-python/zsi: zsi-2.1_alpha1.ebuild zsi-2.0.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09 22:06 Kacper Kowalik (xarthisius)
2010-10-10 19:00 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-05-25 21:01 Christoph Mende (angelos)

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