Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0-r1.ebuild ChangeLog
Date: Sat, 23 Feb 2013 15:52:02
Message-Id: 20130223155159.6A8522171D@flycatcher.gentoo.org
1 ago 13/02/23 15:51:59
2
3 Modified: xsd-3.3.0-r1.ebuild ChangeLog
4 Log:
5 Add ~ppc64, wrt bug #455960
6
7 (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.2 dev-cpp/xsd/xsd-3.3.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: xsd-3.3.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xsd-3.3.0-r1.ebuild 9 Nov 2012 17:24:26 -0000 1.1
23 +++ xsd-3.3.0-r1.ebuild 23 Feb 2013 15:51:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild,v 1.1 2012/11/09 17:24:26 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild,v 1.2 2013/02/23 15:51:59 ago Exp $
30
31 EAPI=4
32
33 @@ -11,7 +11,7 @@
34 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~x86"
38 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
39 IUSE="ace doc examples zlib"
40
41 RDEPEND=">=dev-libs/xerces-c-3
42
43
44
45 1.10 dev-cpp/xsd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.10&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.10&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?r1=1.9&r2=1.10
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
54 retrieving revision 1.9
55 retrieving revision 1.10
56 diff -u -r1.9 -r1.10
57 --- ChangeLog 30 Nov 2012 15:12:16 -0000 1.9
58 +++ ChangeLog 23 Feb 2013 15:51:59 -0000 1.10
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-cpp/xsd
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.9 2012/11/30 15:12:16 ago Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.10 2013/02/23 15:51:59 ago Exp $
65 +
66 + 23 Feb 2013; Agostino Sarubbo <ago@g.o> xsd-3.3.0-r1.ebuild:
67 + Add ~ppc64, wrt bug #455960
68
69 30 Nov 2012; <ago@g.o> xsd-3.3.0.ebuild:
70 Stable for ppc, wrt bug #442394