Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.7.1.2-r1.ebuild ChangeLog
Date: Sat, 29 Sep 2012 23:13:44
Message-Id: 20120929231334.C3E0621600@flycatcher.gentoo.org
1 radhermit 12/09/29 23:13:34
2
3 Modified: virtualenv-1.7.1.2-r1.ebuild ChangeLog
4 Log:
5 Use correct variable name.
6
7 (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: virtualenv-1.7.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- virtualenv-1.7.1.2-r1.ebuild 29 May 2012 19:57:36 -0000 1.5
23 +++ virtualenv-1.7.1.2-r1.ebuild 29 Sep 2012 23:13:34 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.5 2012/05/29 19:57:36 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.6 2012/09/29 23:13:34 radhermit Exp $
29
30 EAPI="4"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -18,7 +18,7 @@
33 IUSE="doc"
34
35 RDEPEND="dev-python/setuptools"
36 -DEPEND="${DEPEND}
37 +DEPEND="${RDEPEND}
38 doc? ( dev-python/sphinx )
39 test? ( dev-python/mock )"
40
41
42
43
44 1.79 dev-python/virtualenv/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.79&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.79&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.78&r2=1.79
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
53 retrieving revision 1.78
54 retrieving revision 1.79
55 diff -u -r1.78 -r1.79
56 --- ChangeLog 29 Sep 2012 23:12:29 -0000 1.78
57 +++ ChangeLog 29 Sep 2012 23:13:34 -0000 1.79
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/virtualenv
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.78 2012/09/29 23:12:29 radhermit Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.79 2012/09/29 23:13:34 radhermit Exp $
63 +
64 + 29 Sep 2012; Tim Harder <radhermit@g.o> virtualenv-1.7.1.2-r1.ebuild:
65 + Use correct variable name.
66
67 29 Sep 2012; Tim Harder <radhermit@g.o> -virtualenv-1.6.4.ebuild,
68 -virtualenv-1.7.ebuild, -virtualenv-1.7.1.1.ebuild: