floppym     14/04/09 02:33:49

  Modified:             cffi-0.8.2.ebuild cffi-0.8.1.ebuild ChangeLog
  Log:
  Add || die to python_test.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cffi-0.8.2.ebuild   2 Apr 2014 20:58:12 -0000       1.3
+++ cffi-0.8.2.ebuild   9 Apr 2014 02:33:49 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.3 
2014/04/02 20:58:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.4 
2014/04/09 02:33:49 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -26,7 +26,7 @@
 }
 
 python_test() {
-       py.test -x -v --ignore testing/test_zintegration.py c/ testing/
+       py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
"Testing failed with ${EPYTHON}"
 }
 
 python_install_all() {



1.10                 dev-python/cffi/cffi-0.8.1.ebuild

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

Index: cffi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cffi-0.8.1.ebuild   31 Mar 2014 20:41:09 -0000      1.9
+++ cffi-0.8.1.ebuild   9 Apr 2014 02:33:49 -0000       1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.9 
2014/03/31 20:41:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.10 
2014/04/09 02:33:49 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -26,7 +26,7 @@
 }
 
 python_test() {
-       py.test -x -v --ignore testing/test_zintegration.py c/ testing/
+       py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
"Testing failed with ${EPYTHON}"
 }
 
 python_install_all() {



1.31                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   2 Apr 2014 20:58:12 -0000       1.30
+++ ChangeLog   9 Apr 2014 02:33:49 -0000       1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.30 2014/04/02 
20:58:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.31 2014/04/09 
02:33:49 floppym Exp $
+
+  09 Apr 2014; Mike Gilbert <[email protected]> cffi-0.8.1.ebuild,
+  cffi-0.8.2.ebuild:
+  Add || die to python_test.
 
   02 Apr 2014; Tim Harder <[email protected]> cffi-0.8.2.ebuild:
   Add python3_4 support.




Reply via email to