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-util/build: ChangeLog build-0.3.9.ebuild
Date: Fri, 30 Nov 2012 15:09:54
Message-Id: 20121130150944.8C4A220C65@flycatcher.gentoo.org
1 ago 12/11/30 15:09:44
2
3 Modified: ChangeLog build-0.3.9.ebuild
4 Log:
5 Stable for ppc, wrt bug #442394
6
7 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 dev-util/build/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 23 Nov 2012 19:39:51 -0000 1.6
23 +++ ChangeLog 30 Nov 2012 15:09:44 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/build
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.6 2012/11/23 19:39:51 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.7 2012/11/30 15:09:44 ago Exp $
29 +
30 + 30 Nov 2012; <ago@g.o> build-0.3.9.ebuild:
31 + Stable for ppc, wrt bug #442394
32
33 23 Nov 2012; Agostino Sarubbo <ago@g.o> build-0.3.9.ebuild:
34 Stable for x86, wrt bug #442394
35
36
37
38 1.5 dev-util/build/build-0.3.9.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?r1=1.4&r2=1.5
43
44 Index: build-0.3.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- build-0.3.9.ebuild 23 Nov 2012 19:39:51 -0000 1.4
51 +++ build-0.3.9.ebuild 30 Nov 2012 15:09:44 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.4 2012/11/23 19:39:51 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.5 2012/11/30 15:09:44 ago Exp $
57
58 EAPI="4"
59
60 @@ -11,7 +11,7 @@
61 SLOT="$(get_version_component_range 1-2)"
62 SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
63 LICENSE="GPL-2"
64 -KEYWORDS="amd64 ~arm x86"
65 +KEYWORDS="amd64 ~arm ppc x86"
66 IUSE="examples"
67
68 DEPEND=""