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/pexpect: pexpect-2.4.ebuild ChangeLog
Date: Fri, 30 Apr 2010 14:50:18
Message-Id: 20100430145013.ECA2C2C04C@corvid.gentoo.org
1 grobian 10/04/30 14:50:13
2
3 Modified: pexpect-2.4.ebuild ChangeLog
4 Log:
5 Marked ~x64-macos (bug #316787)
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.9 dev-python/pexpect/pexpect-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild?r1=1.8&r2=1.9
14
15 Index: pexpect-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- pexpect-2.4.ebuild 30 Dec 2009 00:56:21 -0000 1.8
22 +++ pexpect-2.4.ebuild 30 Apr 2010 14:50:13 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.8 2009/12/30 00:56:21 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.9 2010/04/30 14:50:13 grobian Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -13,7 +13,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 +KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 IUSE="doc examples"
39
40 DEPEND=""
41
42
43
44 1.51 dev-python/pexpect/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?rev=1.51&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?rev=1.51&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pexpect/ChangeLog?r1=1.50&r2=1.51
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v
53 retrieving revision 1.50
54 retrieving revision 1.51
55 diff -u -r1.50 -r1.51
56 --- ChangeLog 16 Dec 2009 16:09:54 -0000 1.50
57 +++ ChangeLog 30 Apr 2010 14:50:13 -0000 1.51
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pexpect
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.50 2009/12/16 16:09:54 ranger Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.51 2010/04/30 14:50:13 grobian Exp $
64 +
65 + 30 Apr 2010; Fabian Groffen <grobian@g.o> pexpect-2.4.ebuild:
66 + Marked ~x64-macos (bug #316787)
67
68 16 Dec 2009; Brent Baude <ranger@g.o> pexpect-2.4.ebuild:
69 Marking pexpect-2.4 ppc64 for bug 291523