public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.7.2.ebuild cffi-0.8.ebuild cffi-0.8.1.ebuild ChangeLog
@ 2014-03-17  1:52 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2014-03-17  1:52 UTC (permalink / raw
  To: gentoo-commits

floppym     14/03/17 01:52:38

  Modified:             cffi-0.7.2.ebuild cffi-0.8.ebuild cffi-0.8.1.ebuild
                        ChangeLog
  Log:
  We don't run test_zintegration, so don't need virtualenv. Thanks to Arfrever for pointing this out.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.8                  dev-python/cffi/cffi-0.7.2.ebuild

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

Index: cffi-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cffi-0.7.2.ebuild	16 Mar 2014 16:30:42 -0000	1.7
+++ cffi-0.7.2.ebuild	17 Mar 2014 01:52:38 -0000	1.8
@@ -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.7.2.ebuild,v 1.7 2014/03/16 16:30:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.8 2014/03/17 01:52:38 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -14,13 +14,12 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE="doc test"
+IUSE="doc"
 
 RDEPEND="virtual/libffi
 	dev-python/pycparser[${PYTHON_USEDEP}]
 	dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="$REDEPEND
-	test? ( dev-python/virtualenv )"
+DEPEND="${RDEPEND}"
 
 python_compile_all() {
 	use doc && emake -C doc html



1.5                  dev-python/cffi/cffi-0.8.ebuild

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

Index: cffi-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cffi-0.8.ebuild	16 Mar 2014 16:30:42 -0000	1.4
+++ cffi-0.8.ebuild	17 Mar 2014 01:52:38 -0000	1.5
@@ -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.ebuild,v 1.4 2014/03/16 16:30:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.5 2014/03/17 01:52:38 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -14,13 +14,12 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc test"
+IUSE="doc"
 
 RDEPEND="virtual/libffi
 	dev-python/pycparser[${PYTHON_USEDEP}]
 	dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="$REDEPEND
-	test? ( dev-python/virtualenv )"
+DEPEND="${RDEPEND}"
 
 python_compile_all() {
 	use doc && emake -C doc html



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.6&r2=1.7

Index: cffi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cffi-0.8.1.ebuild	16 Mar 2014 16:30:42 -0000	1.6
+++ cffi-0.8.1.ebuild	17 Mar 2014 01:52:38 -0000	1.7
@@ -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.6 2014/03/16 16:30:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.7 2014/03/17 01:52:38 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -14,13 +14,12 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa x86 ~x86-fbsd"
-IUSE="doc test"
+IUSE="doc"
 
 RDEPEND="virtual/libffi
 	dev-python/pycparser[${PYTHON_USEDEP}]
 	dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="$REDEPEND
-	test? ( dev-python/virtualenv )"
+DEPEND="${RDEPEND}"
 
 python_compile_all() {
 	use doc && emake -C doc html



1.25                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	16 Mar 2014 16:30:42 -0000	1.24
+++ ChangeLog	17 Mar 2014 01:52:38 -0000	1.25
@@ -1,6 +1,11 @@
 # 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.24 2014/03/16 16:30:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.25 2014/03/17 01:52:38 floppym Exp $
+
+  17 Mar 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
+  cffi-0.8.1.ebuild, cffi-0.8.ebuild:
+  We don't run test_zintegration, so don't need virtualenv. Thanks to Arfrever
+  for pointing this out.
 
   16 Mar 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
   cffi-0.8.1.ebuild, cffi-0.8.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-17  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17  1:52 [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.7.2.ebuild cffi-0.8.ebuild cffi-0.8.1.ebuild ChangeLog Mike Gilbert (floppym)

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