floppym 14/11/23 17:10:41 Modified: testrepository-0.0.17-r2.ebuild ChangeLog Log: Remove weird python_gen_usedep usage. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.5 dev-python/testrepository/testrepository-0.0.17-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.17-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.17-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.17-r2.ebuild?r1=1.4&r2=1.5 Index: testrepository-0.0.17-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.17-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- testrepository-0.0.17-r2.ebuild 20 Aug 2014 20:33:16 -0000 1.4 +++ testrepository-0.0.17-r2.ebuild 23 Nov 2014 17:10:41 -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/testrepository/testrepository-0.0.17-r2.ebuild,v 1.4 2014/08/20 20:33:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.17-r2.ebuild,v 1.5 2014/11/23 17:10:41 floppym 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}] )" #>=dev-python/subunit-0.0.10[${PYTHON_USEDEP}] @@ -30,7 +30,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.15 dev-python/testrepository/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 20 Aug 2014 20:33:16 -0000 1.14 +++ ChangeLog 23 Nov 2014 17:10:41 -0000 1.15 @@ -1,6 +1,10 @@ # 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.14 2014/08/20 20:33:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.15 2014/11/23 17:10:41 floppym Exp $ + + 23 Nov 2014; Mike Gilbert <[email protected]> + testrepository-0.0.17-r2.ebuild: + Remove weird python_gen_usedep usage. 20 Aug 2014; Anthony G. Basile <[email protected]> testrepository-0.0.17-r1.ebuild, testrepository-0.0.17-r2.ebuild,
