Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ninja: ninja-1.5.3.ebuild ChangeLog
Date: Tue, 30 Jun 2015 04:53:32
Message-Id: 20150630045329.86F7373A@oystercatcher.gentoo.org
1 jer 15/06/30 04:53:29
2
3 Modified: ninja-1.5.3.ebuild ChangeLog
4 Log:
5 Stable for PPC64 (bug #552884).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.8 dev-util/ninja/ninja-1.5.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild?r1=1.7&r2=1.8
15
16 Index: ninja-1.5.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ninja-1.5.3.ebuild 26 Jun 2015 09:03:23 -0000 1.7
23 +++ ninja-1.5.3.ebuild 30 Jun 2015 04:53:29 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v 1.7 2015/06/26 09:03:23 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v 1.8 2015/06/30 04:53:29 jer Exp $
29
30 EAPI=5
31
32 @@ -9,7 +9,7 @@
33 inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
34
35 SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
37 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~m68k ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38
39 DESCRIPTION="A small build system similar to make"
40 HOMEPAGE="http://github.com/martine/ninja"
41
42
43
44 1.48 dev-util/ninja/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.48&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.48&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?r1=1.47&r2=1.48
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v
53 retrieving revision 1.47
54 retrieving revision 1.48
55 diff -u -r1.47 -r1.48
56 --- ChangeLog 26 Jun 2015 09:03:23 -0000 1.47
57 +++ ChangeLog 30 Jun 2015 04:53:29 -0000 1.48
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-util/ninja
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.47 2015/06/26 09:03:23 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.48 2015/06/30 04:53:29 jer Exp $
63 +
64 + 30 Jun 2015; Jeroen Roovers <jer@g.o> ninja-1.5.3.ebuild:
65 + Stable for PPC64 (bug #552884).
66
67 26 Jun 2015; Agostino Sarubbo <ago@g.o> ninja-1.5.3.ebuild:
68 Stable for x86, wrt bug #552884