patrick     14/03/31 07:32:45

  Modified:             testrepository-0.0.18.ebuild ChangeLog
  Log:
  Fix bad dep strings
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/testrepository/testrepository-0.0.18.ebuild

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

Index: testrepository-0.0.18.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testrepository-0.0.18.ebuild        19 Mar 2014 23:09:31 -0000      1.3
+++ testrepository-0.0.18.ebuild        31 Mar 2014 07:32:44 -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/testrepository/testrepository-0.0.18.ebuild,v
 1.3 2014/03/19 23:09:31 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18.ebuild,v
 1.4 2014/03/31 07:32:44 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -18,8 +18,8 @@
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                test? ( ${RDEPEND}
-                       dev-python/testresources[$(python_gen_usedep 
python{2_7,3_2})]
-                       dev-python/testscenarios[$(python_gen_usedep 
python{2_7,3_2})]
+                       dev-python/testresources[${PYTHON_USEDEP}]
+                       dev-python/testscenarios[${PYTHON_USEDEP}]
                        dev-python/pytz[${PYTHON_USEDEP}]
                )"
 #bzr is listed but presumably req'd for a live repo test run
@@ -27,7 +27,6 @@
                >=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
                dev-python/fixtures[${PYTHON_USEDEP}]"
 
-REQUIRED_USE="test? ( $(python_gen_useflags python{2_7,3_2}) )"
 # Required for test phase
 DISTUTILS_IN_SOURCE_BUILD=1
 



1.7                  dev-python/testrepository/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Mar 2014 23:09:31 -0000      1.6
+++ ChangeLog   31 Mar 2014 07:32:44 -0000      1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testrepository
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.6 
2014/03/19 23:09:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.7 
2014/03/31 07:32:44 patrick Exp $
+
+  31 Mar 2014; Patrick Lauer <[email protected]> testrepository-0.0.18.ebuild:
+  Fix bad dep strings
 
   19 Mar 2014; Sébastien Fabbro <[email protected]>
   testrepository-0.0.18.ebuild:




Reply via email to