Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.6.ebuild ChangeLog
Date: Sat, 27 Jun 2015 21:15:20
Message-Id: 20150627211512.4F00A740@oystercatcher.gentoo.org
1 monsieurp 15/06/27 21:15:12
2
3 Modified: xmlunit-1.6.ebuild ChangeLog
4 Log:
5 Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@g.o>.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.2 dev-java/xmlunit/xmlunit-1.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?r1=1.1&r2=1.2
16
17 Index: xmlunit-1.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xmlunit-1.6.ebuild 26 Jun 2015 12:31:35 -0000 1.1
24 +++ xmlunit-1.6.ebuild 27 Jun 2015 21:15:12 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.1 2015/06/26 12:31:35 monsieurp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.2 2015/06/27 21:15:12 monsieurp Exp $
30
31 EAPI="5"
32
33 @@ -14,7 +14,7 @@
34
35 LICENSE="BSD"
36 SLOT="1"
37 -KEYWORDS="~amd64 ~ppc ~x86"
38 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
39
40 CDEPEND="dev-java/junit:0"
41
42
43
44
45 1.25 dev-java/xmlunit/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.25&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.25&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.24&r2=1.25
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
54 retrieving revision 1.24
55 retrieving revision 1.25
56 diff -u -r1.24 -r1.25
57 --- ChangeLog 26 Jun 2015 12:31:35 -0000 1.24
58 +++ ChangeLog 27 Jun 2015 21:15:12 -0000 1.25
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-java/xmlunit
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.24 2015/06/26 12:31:35 monsieurp Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.25 2015/06/27 21:15:12 monsieurp Exp $
64 +
65 + 27 Jun 2015; Patrice Clement <monsieurp@g.o> xmlunit-1.6.ebuild:
66 + Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@g.o>.
67
68 *xmlunit-1.6 (26 Jun 2015)