* [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild ChangeLog
@ 2013-05-20 15:51 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-05-20 15:51 UTC (permalink / raw
To: gentoo-commits
mgorny 13/05/20 15:51:14
Modified: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild
ChangeLog
Log:
Add missing || to PYTHON_USEDEP. Bug #469258.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.4 www-servers/tornado/tornado-2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?r1=1.3&r2=1.4
Index: tornado-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tornado-2.4-r1.ebuild 30 Mar 2013 13:10:10 -0000 1.3
+++ tornado-2.4-r1.ebuild 20 May 2013 15:51:14 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.3 2013/03/30 13:10:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.4 2013/05/20 15:51:14 mgorny Exp $
EAPI=5
@@ -23,7 +23,7 @@
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
-REQUIRED_USE="curl? ( $(python_gen_useflags python2*) )"
+REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )"
src_test() {
# The test server tries to bind at an unused port but suffers
1.2 www-servers/tornado/tornado-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?r1=1.1&r2=1.2
Index: tornado-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tornado-2.4.1.ebuild 9 May 2013 17:13:31 -0000 1.1
+++ tornado-2.4.1.ebuild 20 May 2013 15:51:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.1 2013/05/09 17:13:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.2 2013/05/20 15:51:14 mgorny Exp $
EAPI=5
@@ -23,7 +23,7 @@
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
-REQUIRED_USE="curl? ( $(python_gen_useflags python2*) )"
+REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )"
src_test() {
# The test server tries to bind at an unused port but suffers
1.35 www-servers/tornado/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 9 May 2013 17:13:31 -0000 1.34
+++ ChangeLog 20 May 2013 15:51:14 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/tornado
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.34 2013/05/09 17:13:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.35 2013/05/20 15:51:14 mgorny Exp $
+
+ 20 May 2013; Michał Górny <mgorny@gentoo.org> tornado-2.4-r1.ebuild,
+ tornado-2.4.1.ebuild:
+ Add missing || to PYTHON_USEDEP. Bug #469258.
*tornado-2.4.1 (09 May 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 19:44:44
Modified: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild
ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.6 www-servers/tornado/tornado-2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?r1=1.5&r2=1.6
Index: tornado-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tornado-2.4-r1.ebuild 5 Sep 2013 14:14:28 -0000 1.5
+++ tornado-2.4-r1.ebuild 5 Sep 2013 19:44:44 -0000 1.6
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.5 2013/09/05 14:14:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.6 2013/09/05 19:44:44 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
1.4 www-servers/tornado/tornado-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?r1=1.3&r2=1.4
Index: tornado-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tornado-2.4.1.ebuild 5 Sep 2013 14:14:28 -0000 1.3
+++ tornado-2.4.1.ebuild 5 Sep 2013 19:44:44 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.3 2013/09/05 14:14:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.4 2013/09/05 19:44:44 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
1.37 www-servers/tornado/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 5 Sep 2013 14:14:28 -0000 1.36
+++ ChangeLog 5 Sep 2013 19:44:44 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/tornado
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.36 2013/09/05 14:14:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.37 2013/09/05 19:44:44 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> tornado-2.4-r1.ebuild,
+ tornado-2.4.1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> tornado-2.4-r1.ebuild,
tornado-2.4.1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-05 19:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 15:51 [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2013-09-05 19:44 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox