Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-3.2.ebuild ChangeLog
Date: Sat, 24 May 2014 02:22:05
Message-Id: 20140524022201.D2B402004E@flycatcher.gentoo.org
1 idella4 14/05/24 02:22:01
2
3 Modified: tornado-3.2.ebuild ChangeLog
4 Log:
5 re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps. Also arm fine on testing for -3.2.1
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 www-servers/tornado/tornado-3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?r1=1.2&r2=1.3
15
16 Index: tornado-3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- tornado-3.2.ebuild 31 Mar 2014 21:24:58 -0000 1.2
23 +++ tornado-3.2.ebuild 24 May 2014 02:22:01 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.2 2014/03/31 21:24:58 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.3 2014/05/24 02:22:01 idella4 Exp $
29
30 EAPI=5
31
32 @@ -14,12 +14,10 @@
33
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
38 IUSE="curl test"
39
40 -RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )
41 - test? ( virtual/python-unittest2 )
42 -"
43 +RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )"
44 DEPEND="${RDEPEND}
45 dev-python/setuptools[${PYTHON_USEDEP}]
46 test? (
47
48
49
50 1.46 www-servers/tornado/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.46&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.46&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.45&r2=1.46
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
59 retrieving revision 1.45
60 retrieving revision 1.46
61 diff -u -r1.45 -r1.46
62 --- ChangeLog 6 May 2014 04:34:46 -0000 1.45
63 +++ ChangeLog 24 May 2014 02:22:01 -0000 1.46
64 @@ -1,6 +1,10 @@
65 # ChangeLog for www-servers/tornado
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.45 2014/05/06 04:34:46 radhermit Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.46 2014/05/24 02:22:01 idella4 Exp $
69 +
70 + 24 May 2014; Ian Delaney <idella4@g.o> tornado-3.2.ebuild:
71 + re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps.
72 + Also arm fine on testing for -3.2.1
73
74 *tornado-3.2.1 (06 May 2014)