public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog
@ 2013-01-15 21:50 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-15 21:50 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/01/15 21:50:22

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Improve grammar. Thanks to radhermit.
  
  (Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.2                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sphinx-1.1.3-r5.ebuild	15 Jan 2013 21:31:21 -0000	1.1
+++ sphinx-1.1.3-r5.ebuild	15 Jan 2013 21:50:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.1 2013/01/15 21:31:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.2 2013/01/15 21:50:22 mgorny Exp $
 
 EAPI=5
 
@@ -48,7 +48,7 @@
 		fi
 	fi
 
-	# Generate the grammar. It will be catched by install somehow.
+	# Generate the grammar. It will be caught by install somehow.
 	# Note that the tests usually do it for us. However, I don't want
 	# to trust USE=test really running all the tests, especially
 	# with FEATURES=test-fail-continue.



1.124                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	15 Jan 2013 21:31:21 -0000	1.123
+++ ChangeLog	15 Jan 2013 21:50:22 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.123 2013/01/15 21:31:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.124 2013/01/15 21:50:22 mgorny Exp $
+
+  15 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Improve grammar. Thanks to radhermit.
 
 *sphinx-1.1.3-r5 (15 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog
@ 2013-01-18 11:12 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-18 11:12 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/01/18 11:12:00

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Enable python3.3. Properly die on test failure.
  
  (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.3                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sphinx-1.1.3-r5.ebuild	15 Jan 2013 21:50:22 -0000	1.2
+++ sphinx-1.1.3-r5.ebuild	18 Jan 2013 11:12:00 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.2 2013/01/15 21:50:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.3 2013/01/18 11:12:00 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
 
 inherit distutils-r1 versionator
 
@@ -62,7 +62,8 @@
 }
 
 python_test() {
-	nosetests -w "${BUILD_DIR}"/lib/tests || ewarn "Tests fail with ${EPYTHON}"
+	nosetests -w "${BUILD_DIR}"/lib/tests \
+		|| die "Tests fail with ${EPYTHON}"
 }
 
 python_install_all() {



1.125                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	15 Jan 2013 21:50:22 -0000	1.124
+++ ChangeLog	18 Jan 2013 11:12:00 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.124 2013/01/15 21:50:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.125 2013/01/18 11:12:00 mgorny Exp $
+
+  18 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Enable python3.3. Properly die on test failure.
 
   15 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
   Improve grammar. Thanks to radhermit.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog
@ 2013-01-19 23:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-19 23:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/01/19 23:58:20

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Enable pypy2.0 for deps.
  
  (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.4                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sphinx-1.1.3-r5.ebuild	18 Jan 2013 11:12:00 -0000	1.3
+++ sphinx-1.1.3-r5.ebuild	19 Jan 2013 23:58:19 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.3 2013/01/18 11:12:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.4 2013/01/19 23:58:19 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
 
 inherit distutils-r1 versionator
 



1.126                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	18 Jan 2013 11:12:00 -0000	1.125
+++ ChangeLog	19 Jan 2013 23:58:19 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.125 2013/01/18 11:12:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.126 2013/01/19 23:58:19 mgorny Exp $
+
+  19 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Enable pypy2.0 for deps.
 
   18 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
   Enable python3.3. Properly die on test failure.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog
@ 2013-02-02 21:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-02 21:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/02 21:54:00

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #454314
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sphinx-1.1.3-r5.ebuild	19 Jan 2013 23:58:19 -0000	1.4
+++ sphinx-1.1.3-r5.ebuild	2 Feb 2013 21:54:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.4 2013/01/19 23:58:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.5 2013/02/02 21:54:00 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc latex test"
 
 RDEPEND=">=dev-python/docutils-0.7[${PYTHON_USEDEP}]



1.127                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	19 Jan 2013 23:58:19 -0000	1.126
+++ ChangeLog	2 Feb 2013 21:54:00 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.126 2013/01/19 23:58:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.127 2013/02/02 21:54:00 ago Exp $
+
+  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Stable for amd64, wrt bug #454314
 
   19 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
   Enable pypy2.0 for deps.





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

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

ago         13/02/02 22:00:37

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #454314
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sphinx-1.1.3-r5.ebuild	2 Feb 2013 21:54:00 -0000	1.5
+++ sphinx-1.1.3-r5.ebuild	2 Feb 2013 22:00:37 -0000	1.6
@@ -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/sphinx/sphinx-1.1.3-r5.ebuild,v 1.5 2013/02/02 21:54:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.6 2013/02/02 22:00:37 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc latex test"
 
 RDEPEND=">=dev-python/docutils-0.7[${PYTHON_USEDEP}]



1.128                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	2 Feb 2013 21:54:00 -0000	1.127
+++ ChangeLog	2 Feb 2013 22:00:37 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.127 2013/02/02 21:54:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.128 2013/02/02 22:00:37 ago Exp $
+
+  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Stable for x86, wrt bug #454314
 
   02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sphinx-1.1.3-r5.ebuild:
   Stable for amd64, wrt bug #454314





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog
@ 2013-02-03 10:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-02-03 10:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/02/03 10:57:05

  Modified:             sphinx-1.1.3-r5.ebuild ChangeLog
  Log:
  Fix installing "tests" package. Move test conversion to python_test() phase.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.7                  dev-python/sphinx/sphinx-1.1.3-r5.ebuild

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

Index: sphinx-1.1.3-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sphinx-1.1.3-r5.ebuild	2 Feb 2013 22:00:37 -0000	1.6
+++ sphinx-1.1.3-r5.ebuild	3 Feb 2013 10:57:05 -0000	1.7
@@ -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/sphinx/sphinx-1.1.3-r5.ebuild,v 1.6 2013/02/02 22:00:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.7 2013/02/03 10:57:05 mgorny Exp $
 
 EAPI=5
 
@@ -40,14 +40,6 @@
 python_compile() {
 	distutils-r1_python_compile
 
-	if use test; then
-		cp -r -l tests "${BUILD_DIR}"/lib || die
-
-		if [[ ${EPYTHON} == python3* ]]; then
-			2to3 -w --no-diffs "${BUILD_DIR}"/lib/tests || die
-		fi
-	fi
-
 	# Generate the grammar. It will be caught by install somehow.
 	# Note that the tests usually do it for us. However, I don't want
 	# to trust USE=test really running all the tests, especially
@@ -62,7 +54,13 @@
 }
 
 python_test() {
-	nosetests -w "${BUILD_DIR}"/lib/tests \
+	cp -r -l tests "${BUILD_DIR}"/ || die
+
+	if [[ ${EPYTHON} == python3* ]]; then
+		2to3 -w --no-diffs "${BUILD_DIR}"/tests || die
+	fi
+
+	nosetests -w "${BUILD_DIR}"/tests \
 		|| die "Tests fail with ${EPYTHON}"
 }
 



1.129                dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	2 Feb 2013 22:00:37 -0000	1.128
+++ ChangeLog	3 Feb 2013 10:57:05 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.128 2013/02/02 22:00:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.129 2013/02/03 10:57:05 mgorny Exp $
+
+  03 Feb 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
+  Fix installing "tests" package. Move test conversion to python_test() phase.
 
   02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sphinx-1.1.3-r5.ebuild:
   Stable for x86, wrt bug #454314





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

end of thread, other threads:[~2013-02-03 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 22:00 [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.1.3-r5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-03 10:57 Michal Gorny (mgorny)
2013-02-02 21:54 Agostino Sarubbo (ago)
2013-01-19 23:58 Michal Gorny (mgorny)
2013-01-18 11:12 Michal Gorny (mgorny)
2013-01-15 21:50 Michal Gorny (mgorny)

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