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