Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Distribution: ChangeLog Test-Distribution-2.0.0.ebuild
Date: Fri, 04 Jul 2014 14:52:32
Message-Id: 20140704145229.72ADC2004E@flycatcher.gentoo.org
1 klausman 14/07/04 14:52:29
2
3 Modified: ChangeLog Test-Distribution-2.0.0.ebuild
4 Log:
5 Keyworded on alpha, bug #497068
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
8
9 Revision Changes Path
10 1.14 dev-perl/Test-Distribution/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 30 Jan 2014 23:12:36 -0000 1.13
23 +++ ChangeLog 4 Jul 2014 14:52:29 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Test-Distribution
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.13 2014/01/30 23:12:36 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.14 2014/07/04 14:52:29 klausman Exp $
29 +
30 + 04 Jul 2014; Tobias Klausmann <klausman@g.o>
31 + Test-Distribution-2.0.0.ebuild:
32 + Keyworded on alpha, bug #497068
33
34 30 Jan 2014; Markus Meier <maekke@g.o> Test-Distribution-2.0.0.ebuild:
35 add ~arm, bug #497068
36
37
38
39 1.7 dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild?r1=1.6&r2=1.7
44
45 Index: Test-Distribution-2.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- Test-Distribution-2.0.0.ebuild 30 Jan 2014 23:12:36 -0000 1.6
52 +++ Test-Distribution-2.0.0.ebuild 4 Jul 2014 14:52:29 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.6 2014/01/30 23:12:36 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.7 2014/07/04 14:52:29 klausman Exp $
58
59 EAPI=4
60
61 @@ -11,7 +11,7 @@
62 DESCRIPTION="perform tests on all modules of a distribution"
63
64 SLOT="0"
65 -KEYWORDS="amd64 ~arm ~hppa ~ia64 x86 ~x86-fbsd"
66 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 x86 ~x86-fbsd"
67 IUSE=""
68
69 RDEPEND=">=dev-perl/Pod-Coverage-0.20