Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sub-Install: ChangeLog Sub-Install-0.925.ebuild
Date: Mon, 26 Oct 2009 13:31:20
Message-Id: E1N2PfK-0001wX-GJ@stork.gentoo.org
1 volkmar 09/10/26 13:31:18
2
3 Modified: ChangeLog Sub-Install-0.925.ebuild
4 Log:
5 Keywording for ppc.
6 Bug 283244.
7 (Portage version: 14478-svn/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.5 dev-perl/Sub-Install/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 25 May 2009 16:24:33 -0000 1.4
23 +++ ChangeLog 26 Oct 2009 13:31:18 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Sub-Install
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.4 2009/05/25 16:24:33 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.5 2009/10/26 13:31:18 volkmar Exp $
29 +
30 + 26 Oct 2009; Mounir Lamouri <volkmar@g.o> Sub-Install-0.925.ebuild:
31 + Keywording for ppc, bug 283244
32
33 25 May 2009; Brent Baude <ranger@g.o> Sub-Install-0.925.ebuild:
34 keyworded ~arch for ppc64, bug 270555
35
36
37
38 1.3 dev-perl/Sub-Install/Sub-Install-0.925.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild?r1=1.2&r2=1.3
43
44 Index: Sub-Install-0.925.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- Sub-Install-0.925.ebuild 25 May 2009 16:24:33 -0000 1.2
51 +++ Sub-Install-0.925.ebuild 26 Oct 2009 13:31:18 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.2 2009/05/25 16:24:33 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.3 2009/10/26 13:31:18 volkmar Exp $
57
58 MODULE_AUTHOR=RJBS
59 inherit perl-module
60 @@ -9,7 +9,7 @@
61
62 LICENSE="|| ( Artistic GPL-2 )"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~ppc64 ~x86"
65 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
66 IUSE="test"
67
68 RDEPEND="dev-lang/perl"