Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.6.ebuild
Date: Thu, 05 May 2011 06:39:42
Message-Id: 20110505063932.604ED20054@flycatcher.gentoo.org
1 angelos 11/05/05 06:39:32
2
3 Modified: ChangeLog virtualenv-1.6.ebuild
4 Log:
5 Stable on amd64 wrt bug #365573
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 dev-python/virtualenv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 2 May 2011 15:22:17 -0000 1.53
23 +++ ChangeLog 5 May 2011 06:39:32 -0000 1.54
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/virtualenv
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.53 2011/05/02 15:22:17 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.54 2011/05/05 06:39:32 angelos Exp $
29 +
30 + 05 May 2011; Christoph Mende <angelos@g.o> virtualenv-1.6.ebuild:
31 + Stable on amd64 wrt bug #365573
32
33 02 May 2011; Samuli Suominen <ssuominen@g.o> virtualenv-1.6.ebuild:
34 ppc64 stable wrt #365573
35
36
37
38 1.3 dev-python/virtualenv/virtualenv-1.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild?r1=1.2&r2=1.3
43
44 Index: virtualenv-1.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- virtualenv-1.6.ebuild 2 May 2011 15:22:17 -0000 1.2
51 +++ virtualenv-1.6.ebuild 5 May 2011 06:39:32 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild,v 1.2 2011/05/02 15:22:17 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.ebuild,v 1.3 2011/05/05 06:39:32 angelos Exp $
57
58 EAPI="3"
59 SUPPORT_PYTHON_ABIS="1"
60 @@ -12,7 +12,7 @@
61 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="MIT"
64 -KEYWORDS="~amd64 ~ppc ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
65 +KEYWORDS="amd64 ~ppc ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
66 SLOT="0"
67 IUSE=""