Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
Date: Fri, 04 Jul 2014 15:11:59
Message-Id: 20140704151152.51F632004E@flycatcher.gentoo.org
1 idella4 14/07/04 15:11:52
2
3 Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
4 Log:
5 add missing dep setuptools, fixes Bug #515744
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 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.2&r2=1.3
15
16 Index: wsgiproxy2-0.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wsgiproxy2-0.4.1.ebuild 23 May 2014 07:33:25 -0000 1.2
23 +++ wsgiproxy2-0.4.1.ebuild 4 Jul 2014 15:11:52 -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/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.2 2014/05/23 07:33:25 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.3 2014/07/04 15:11:52 idella4 Exp $
29
30 EAPI=5
31
32 @@ -23,7 +23,8 @@
33 dev-python/requests[${PYTHON_USEDEP}]
34 dev-python/webob[${PYTHON_USEDEP}]
35 dev-python/six[${PYTHON_USEDEP}]"
36 -DEPEND="test? ( ${RDEPEND}
37 +DEPEND= "dev-python/setuptools[${PYTHON_USEDEP}]
38 + test? ( ${RDEPEND}
39 dev-python/webtest[${PYTHON_USEDEP}]
40 dev-python/socketpool[${PYTHON_USEDEP}]
41 dev-python/restkit[$(python_gen_usedep python2_7)] )"
42
43
44
45 1.8 dev-python/wsgiproxy2/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 23 May 2014 07:33:25 -0000 1.7
58 +++ ChangeLog 4 Jul 2014 15:11:52 -0000 1.8
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/wsgiproxy2
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.7 2014/05/23 07:33:25 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.8 2014/07/04 15:11:52 idella4 Exp $
64 +
65 + 04 Jul 2014; Ian Delaney <idella4@g.o> wsgiproxy2-0.4.1.ebuild:
66 + add missing dep setuptools, fixes Bug #515744
67
68 23 May 2014; Ian Delaney <idella4@g.o> wsgiproxy2-0.4.1.ebuild:
69 drop py2.6, add IUSE doc, doc build, fix everything