Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild ChangeLog
Date: Mon, 20 May 2013 15:51:18
Message-Id: 20130520155114.A07D62171D@flycatcher.gentoo.org
1 mgorny 13/05/20 15:51:14
2
3 Modified: tornado-2.4-r1.ebuild tornado-2.4.1.ebuild
4 ChangeLog
5 Log:
6 Add missing || to PYTHON_USEDEP. Bug #469258.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.4 www-servers/tornado/tornado-2.4-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: tornado-2.4-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- tornado-2.4-r1.ebuild 30 Mar 2013 13:10:10 -0000 1.3
24 +++ tornado-2.4-r1.ebuild 20 May 2013 15:51:14 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.3 2013/03/30 13:10:10 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.4 2013/05/20 15:51:14 mgorny Exp $
30
31 EAPI=5
32
33 @@ -23,7 +23,7 @@
34 DEPEND="${RDEPEND}
35 dev-python/setuptools[${PYTHON_USEDEP}]"
36
37 -REQUIRED_USE="curl? ( $(python_gen_useflags python2*) )"
38 +REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )"
39
40 src_test() {
41 # The test server tries to bind at an unused port but suffers
42
43
44
45 1.2 www-servers/tornado/tornado-2.4.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?r1=1.1&r2=1.2
50
51 Index: tornado-2.4.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- tornado-2.4.1.ebuild 9 May 2013 17:13:31 -0000 1.1
58 +++ tornado-2.4.1.ebuild 20 May 2013 15:51:14 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.1 2013/05/09 17:13:31 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.2 2013/05/20 15:51:14 mgorny Exp $
64
65 EAPI=5
66
67 @@ -23,7 +23,7 @@
68 DEPEND="${RDEPEND}
69 dev-python/setuptools[${PYTHON_USEDEP}]"
70
71 -REQUIRED_USE="curl? ( $(python_gen_useflags python2*) )"
72 +REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )"
73
74 src_test() {
75 # The test server tries to bind at an unused port but suffers
76
77
78
79 1.35 www-servers/tornado/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.35&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.35&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.34&r2=1.35
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
88 retrieving revision 1.34
89 retrieving revision 1.35
90 diff -u -r1.34 -r1.35
91 --- ChangeLog 9 May 2013 17:13:31 -0000 1.34
92 +++ ChangeLog 20 May 2013 15:51:14 -0000 1.35
93 @@ -1,6 +1,10 @@
94 # ChangeLog for www-servers/tornado
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.34 2013/05/09 17:13:31 idella4 Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.35 2013/05/20 15:51:14 mgorny Exp $
98 +
99 + 20 May 2013; Michał Górny <mgorny@g.o> tornado-2.4-r1.ebuild,
100 + tornado-2.4.1.ebuild:
101 + Add missing || to PYTHON_USEDEP. Bug #469258.
102
103 *tornado-2.4.1 (09 May 2013)