Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.6.4.ebuild ChangeLog
Date: Fri, 02 Dec 2011 22:32:01
Message-Id: 20111202223152.1A9872004B@flycatcher.gentoo.org
1 hwoarang 11/12/02 22:31:52
2
3 Modified: virtualenv-1.6.4.ebuild ChangeLog
4 Log:
5 Stable on amd64 wrt bug #392639
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/virtualenv/virtualenv-1.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild?r1=1.1&r2=1.2
15
16 Index: virtualenv-1.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- virtualenv-1.6.4.ebuild 12 Aug 2011 07:36:47 -0000 1.1
23 +++ virtualenv-1.6.4.ebuild 2 Dec 2011 22:31:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.6.4.ebuild,v 1.1 2011/08/12 07:36:47 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild,v 1.2 2011/12/02 22:31:52 hwoarang Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -12,7 +12,7 @@
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="MIT"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
37 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
38 SLOT="0"
39 IUSE=""
40
41
42
43
44 1.65 dev-python/virtualenv/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.65&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.65&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.64&r2=1.65
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
53 retrieving revision 1.64
54 retrieving revision 1.65
55 diff -u -r1.64 -r1.65
56 --- ChangeLog 30 Nov 2011 16:14:55 -0000 1.64
57 +++ ChangeLog 2 Dec 2011 22:31:52 -0000 1.65
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/virtualenv
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.64 2011/11/30 16:14:55 djc Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.65 2011/12/02 22:31:52 hwoarang Exp $
63 +
64 + 02 Dec 2011; Markos Chandras <hwoarang@g.o> virtualenv-1.6.4.ebuild:
65 + Stable on amd64 wrt bug #392639
66
67 *virtualenv-1.7 (30 Nov 2011)