public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-14 18:35 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-01-14 18:35 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/14 18:35:45

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  Marking pytest-2.0.0 ppc for bug 351493
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Dec 2010 13:43:32 -0000	1.2
+++ ChangeLog	14 Jan 2011 18:35:45 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.2 2010/12/13 13:43:32 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.3 2011/01/14 18:35:45 ranger Exp $
+
+  14 Jan 2011; Brent Baude <ranger@gentoo.org> pytest-2.0.0.ebuild:
+  Marking pytest-2.0.0 ppc for bug 351493
 
 *pytest-1.3 (13 Dec 2010)
 



1.2                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytest-2.0.0.ebuild	13 Dec 2010 13:30:30 -0000	1.1
+++ pytest-2.0.0.ebuild	14 Jan 2011 18:35:45 -0000	1.2
@@ -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/pytest/pytest-2.0.0.ebuild,v 1.1 2010/12/13 13:30:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.2 2011/01/14 18:35:45 ranger Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-17 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-17 21:16 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/17 21:16:39

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  Fix test failures with nose 1.0 and Python 3.
  
  (Portage version: 2.2.0_alpha15_p12/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Jan 2011 18:35:45 -0000	1.3
+++ ChangeLog	17 Jan 2011 21:16:39 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.3 2011/01/14 18:35:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.4 2011/01/17 21:16:39 arfrever Exp $
+
+  17 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pytest-2.0.0.ebuild, +files/pytest-2.0.0-nose-1.0+python-3.patch:
+  Fix test failures with nose 1.0 and Python 3.
 
   14 Jan 2011; Brent Baude <ranger@gentoo.org> pytest-2.0.0.ebuild:
   Marking pytest-2.0.0 ppc for bug 351493



1.3                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytest-2.0.0.ebuild	14 Jan 2011 18:35:45 -0000	1.2
+++ pytest-2.0.0.ebuild	17 Jan 2011 21:16:39 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.2 2011/01/14 18:35:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.3 2011/01/17 21:16:39 arfrever Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
 
-inherit distutils
+inherit distutils eutils
 
 DESCRIPTION="py.test: simple powerful testing with Python"
 HOMEPAGE="http://pytest.org/ http://pypi.python.org/pypi/pytest"
@@ -26,6 +26,7 @@
 
 src_prepare() {
 	distutils_src_prepare
+	epatch "${FILESDIR}/${P}-nose-1.0+python-3.patch"
 
 	# Disable versioning of py.test script to avoid collision with versioning performed by distutils_src_install().
 	sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-18  5:19 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-18  5:19 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/18 05:19:41

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  ppc64 stable wrt #351493
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Jan 2011 21:16:39 -0000	1.4
+++ ChangeLog	18 Jan 2011 05:19:41 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.4 2011/01/17 21:16:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.5 2011/01/18 05:19:41 xarthisius Exp $
+
+  18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> pytest-2.0.0.ebuild:
+  ppc64 stable wrt #351493
 
   17 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pytest-2.0.0.ebuild, +files/pytest-2.0.0-nose-1.0+python-3.patch:



1.4                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytest-2.0.0.ebuild	17 Jan 2011 21:16:39 -0000	1.3
+++ pytest-2.0.0.ebuild	18 Jan 2011 05:19:41 -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/pytest/pytest-2.0.0.ebuild,v 1.3 2011/01/17 21:16:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.4 2011/01/18 05:19:41 xarthisius Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-20 14:33 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-20 14:33 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/20 14:33:40

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  Stable on amd64 wrt bug #351493
  
  (Portage version: 2.1.9.33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Jan 2011 05:19:41 -0000	1.5
+++ ChangeLog	20 Jan 2011 14:33:40 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.5 2011/01/18 05:19:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.6 2011/01/20 14:33:40 hwoarang Exp $
+
+  20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pytest-2.0.0.ebuild:
+  Stable on amd64 wrt bug #351493
 
   18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> pytest-2.0.0.ebuild:
   ppc64 stable wrt #351493



1.5                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pytest-2.0.0.ebuild	18 Jan 2011 05:19:41 -0000	1.4
+++ pytest-2.0.0.ebuild	20 Jan 2011 14:33:40 -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/pytest/pytest-2.0.0.ebuild,v 1.4 2011/01/18 05:19:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.5 2011/01/20 14:33:40 hwoarang Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-25 16:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-25 16:54 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/25 16:54:18

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  Stable for HPPA (bug #351493).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Jan 2011 14:33:40 -0000	1.6
+++ ChangeLog	25 Jan 2011 16:54:18 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.6 2011/01/20 14:33:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.7 2011/01/25 16:54:18 jer Exp $
+
+  25 Jan 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.0.ebuild:
+  Stable for HPPA (bug #351493).
 
   20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pytest-2.0.0.ebuild:
   Stable on amd64 wrt bug #351493



1.6                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pytest-2.0.0.ebuild	20 Jan 2011 14:33:40 -0000	1.5
+++ pytest-2.0.0.ebuild	25 Jan 2011 16:54:18 -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/pytest/pytest-2.0.0.ebuild,v 1.5 2011/01/20 14:33:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.6 2011/01/25 16:54:18 jer Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-29  9:21 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-29  9:21 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/29 09:21:39

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  x86 stable wrt bug #351493
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Jan 2011 16:54:18 -0000	1.7
+++ ChangeLog	29 Jan 2011 09:21:39 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.7 2011/01/25 16:54:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.8 2011/01/29 09:21:39 phajdan.jr Exp $
+
+  29 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pytest-2.0.0.ebuild:
+  x86 stable wrt bug #351493
 
   25 Jan 2011; Jeroen Roovers <jer@gentoo.org> pytest-2.0.0.ebuild:
   Stable for HPPA (bug #351493).



1.7                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytest-2.0.0.ebuild	25 Jan 2011 16:54:18 -0000	1.6
+++ pytest-2.0.0.ebuild	29 Jan 2011 09:21:39 -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/pytest/pytest-2.0.0.ebuild,v 1.6 2011/01/25 16:54:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.7 2011/01/29 09:21:39 phajdan.jr Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild
@ 2011-01-30 18:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 18:01 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/30 18:01:42

  Modified:             ChangeLog pytest-2.0.0.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #351493
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.9                  dev-python/pytest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Jan 2011 09:21:39 -0000	1.8
+++ ChangeLog	30 Jan 2011 18:01:42 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.8 2011/01/29 09:21:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.9 2011/01/30 18:01:42 armin76 Exp $
+
+  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pytest-2.0.0.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #351493
 
   29 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pytest-2.0.0.ebuild:
   x86 stable wrt bug #351493



1.8                  dev-python/pytest/pytest-2.0.0.ebuild

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

Index: pytest-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pytest-2.0.0.ebuild	29 Jan 2011 09:21:39 -0000	1.7
+++ pytest-2.0.0.ebuild	30 Jan 2011 18:01:42 -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/pytest/pytest-2.0.0.ebuild,v 1.7 2011/01/29 09:21:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.0.0.ebuild,v 1.8 2011/01/30 18:01:42 armin76 Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/py-1.4.0"






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

end of thread, other threads:[~2011-01-30 18:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 14:33 [gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.0.0.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 18:01 Raul Porcel (armin76)
2011-01-29  9:21 PaweA Hajdan (phajdan.jr)
2011-01-25 16:54 Jeroen Roovers (jer)
2011-01-18  5:19 Kacper Kowalik (xarthisius)
2011-01-17 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-01-14 18:35 Brent Baude (ranger)

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