idella4 14/10/12 14:14:36 Modified: tornado-3.1.1-r1.ebuild ChangeLog Log: add py3.4 clean old pypy impl, tidy (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 www-servers/tornado/tornado-3.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?r1=1.4&r2=1.5 Index: tornado-3.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tornado-3.1.1-r1.ebuild 13 Aug 2014 18:24:16 -0000 1.4 +++ tornado-3.1.1-r1.ebuild 12 Oct 2014 14:14:36 -0000 1.5 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.4 2014/08/13 18:24:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.5 2014/10/12 14:14:36 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="curl test" -RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )" +RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep python2_7)] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -26,7 +26,7 @@ ) " -REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )" +REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2_7) ) )" PATCHES=( "${FILESDIR}/unittest2-import-issue-1005.patch" 1.53 www-servers/tornado/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 27 Sep 2014 11:37:40 -0000 1.52 +++ ChangeLog 12 Oct 2014 14:14:36 -0000 1.53 @@ -1,6 +1,9 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.52 2014/09/27 11:37:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.53 2014/10/12 14:14:36 idella4 Exp $ + + 12 Oct 2014; Ian Delaney <[email protected]> tornado-3.1.1-r1.ebuild: + add py3.4 clean old pypy impl, tidy 27 Sep 2014; Markus Meier <[email protected]> tornado-4.0.1.ebuild: add ~arm, bug #521954
