Gentoo Archives: gentoo-commits

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