Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sys-CPU: Sys-CPU-0.51.ebuild ChangeLog
Date: Sat, 24 Apr 2010 20:25:57
Message-Id: 20100424202554.B53A22C04C@corvid.gentoo.org
1 armin76 10/04/24 20:25:54
2
3 Modified: Sys-CPU-0.51.ebuild ChangeLog
4 Log:
5 Add ~arm
6 (Portage version: 2.1.7.17/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.7 dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild?r1=1.6&r2=1.7
14
15 Index: Sys-CPU-0.51.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- Sys-CPU-0.51.ebuild 23 Feb 2010 15:20:32 -0000 1.6
22 +++ Sys-CPU-0.51.ebuild 24 Apr 2010 20:25:54 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.6 2010/02/23 15:20:32 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.7 2010/04/24 20:25:54 armin76 Exp $
28
29 EAPI=2
30
31 @@ -12,5 +12,5 @@
32 # License is not specified
33 LICENSE="|| ( Artistic GPL-2 )"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
37 IUSE=""
38
39
40
41 1.8 dev-perl/Sys-CPU/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-CPU/ChangeLog?r1=1.7&r2=1.8
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- ChangeLog 23 Feb 2010 15:20:32 -0000 1.7
54 +++ ChangeLog 24 Apr 2010 20:25:54 -0000 1.8
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-perl/Sys-CPU
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.7 2010/02/23 15:20:32 josejx Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.8 2010/04/24 20:25:54 armin76 Exp $
60 +
61 + 24 Apr 2010; Raúl Porcel <armin76@g.o> Sys-CPU-0.51.ebuild:
62 + Add ~arm
63
64 23 Feb 2010; Joseph Jezak <josejx@g.o> Sys-CPU-0.51.ebuild:
65 Marked ~ppc for bug #295639.