Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
Date: Fri, 29 Oct 2010 18:45:30
Message-Id: 20101029184525.A59CC20051@flycatcher.gentoo.org
1 halcy0n 10/10/29 18:45:25
2
3 Modified: ChangeLog decorator-3.2.0.ebuild
4 Log:
5 Mark ~ppc64; bug #300106
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-python/decorator/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 13 Sep 2010 15:07:17 -0000 1.22
23 +++ ChangeLog 29 Oct 2010 18:45:25 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/decorator
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.22 2010/09/13 15:07:17 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.23 2010/10/29 18:45:25 halcy0n Exp $
29 +
30 + 29 Oct 2010; Mark Loeser <halcy0n@g.o> decorator-3.2.0.ebuild:
31 + Mark ~ppc64; bug #300106
32
33 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 -decorator-3.1.2.ebuild:
35
36
37
38 1.9 dev-python/decorator/decorator-3.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?r1=1.8&r2=1.9
43
44 Index: decorator-3.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- decorator-3.2.0.ebuild 22 Sep 2010 20:43:47 -0000 1.8
51 +++ decorator-3.2.0.ebuild 29 Oct 2010 18:45:25 -0000 1.9
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/decorator/decorator-3.2.0.ebuild,v 1.8 2010/09/22 20:43:47 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.9 2010/10/29 18:45:25 halcy0n Exp $
57
58 EAPI="3"
59 SUPPORT_PYTHON_ABIS="1"
60 @@ -13,7 +13,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
65 +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
66 IUSE="doc"
67
68 DEPEND="dev-python/setuptools"