Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.5.1.ebuild
Date: Sun, 31 Oct 2010 20:44:20
Message-Id: 20101031204414.24D2720051@flycatcher.gentoo.org
1 grobian 10/10/31 20:44:14
2
3 Modified: ChangeLog virtualenv-1.5.1.ebuild
4 Log:
5 Marked ~ppc-macos and ~x86-interix, bug #343425
6
7 (Portage version: 2.2.01.17133-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.44 dev-python/virtualenv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 19 Sep 2010 22:45:27 -0000 1.43
23 +++ ChangeLog 31 Oct 2010 20:44:14 -0000 1.44
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/virtualenv
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.43 2010/09/19 22:45:27 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.44 2010/10/31 20:44:14 grobian Exp $
29 +
30 + 31 Oct 2010; Fabian Groffen <grobian@g.o> virtualenv-1.5.1.ebuild:
31 + Marked ~ppc-macos and ~x86-interix, bug #343425
32
33 *virtualenv-1.5.1 (19 Sep 2010)
34
35
36
37
38 1.2 dev-python/virtualenv/virtualenv-1.5.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild?r1=1.1&r2=1.2
43
44 Index: virtualenv-1.5.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- virtualenv-1.5.1.ebuild 19 Sep 2010 22:45:27 -0000 1.1
51 +++ virtualenv-1.5.1.ebuild 31 Oct 2010 20:44:14 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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.5.1.ebuild,v 1.1 2010/09/19 22:45:27 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild,v 1.2 2010/10/31 20:44:14 grobian Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -14,7 +14,7 @@
61 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="MIT"
64 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~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=""