Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/kgcc64: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild
Date: Thu, 05 Mar 2015 22:14:13
Message-Id: 20150305221406.E48E7131EE@oystercatcher.gentoo.org
1 kumba 15/03/05 22:14:06
2
3 Modified: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild
4 Log:
5 Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to both.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
8
9 Revision Changes Path
10 1.63 sys-devel/kgcc64/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 22 Nov 2014 13:21:32 -0000 1.62
23 +++ ChangeLog 5 Mar 2015 22:14:06 -0000 1.63
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/kgcc64
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.62 2014/11/22 13:21:32 jer Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.63 2015/03/05 22:14:06 kumba Exp $
30 +
31 + 05 Mar 2015; Joshua Kinard <kumba@g.o> kgcc64-4.7.4.ebuild,
32 + kgcc64-4.9.2.ebuild:
33 + Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to
34 + both.
35
36 22 Nov 2014; Jeroen Roovers <jer@g.o> kgcc64-4.9.2.ebuild:
37 Marked ~hppa too.
38
39
40
41 1.3 sys-devel/kgcc64/kgcc64-4.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?r1=1.2&r2=1.3
46
47 Index: kgcc64-4.9.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- kgcc64-4.9.2.ebuild 22 Nov 2014 13:21:32 -0000 1.2
54 +++ kgcc64-4.9.2.ebuild 5 Mar 2015 22:14:06 -0000 1.3
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.2 2014/11/22 13:21:32 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.3 2015/03/05 22:14:06 kumba Exp $
61
62 EAPI=4
63
64 @@ -16,7 +16,7 @@
65 TOOLCHAIN_ALLOWED_LANGS="c"
66 GCC_TARGET_NO_MULTILIB=true
67
68 -PATCH_VER="1.0"
69 +PATCH_VER="1.2"
70 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
71
72 inherit eutils toolchain
73 @@ -24,7 +24,7 @@
74 DESCRIPTION="64bit kernel compiler"
75
76 # Works on mips and sparc; all other archs, refer to bug #228115
77 -KEYWORDS="~hppa"
78 +KEYWORDS="~hppa ~mips"
79
80 RDEPEND=">=dev-libs/gmp-4.3.2
81 >=dev-libs/mpfr-2.4.2
82
83
84
85 1.4 sys-devel/kgcc64/kgcc64-4.7.4.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?rev=1.4&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?rev=1.4&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?r1=1.3&r2=1.4
90
91 Index: kgcc64-4.7.4.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v
94 retrieving revision 1.3
95 retrieving revision 1.4
96 diff -u -r1.3 -r1.4
97 --- kgcc64-4.7.4.ebuild 17 Sep 2014 08:20:33 -0000 1.3
98 +++ kgcc64-4.7.4.ebuild 5 Mar 2015 22:14:06 -0000 1.4
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2014 Gentoo Foundation
101 +# Copyright 1999-2015 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.3 2014/09/17 08:20:33 jer Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.4 2015/03/05 22:14:06 kumba Exp $
105
106 EAPI=4
107
108 @@ -24,7 +24,7 @@
109 DESCRIPTION="64bit kernel compiler"
110
111 # Works on mips and sparc; all other archs, refer to bug #228115
112 -KEYWORDS="~hppa ~sparc"
113 +KEYWORDS="~hppa ~mips ~sparc"
114
115 RDEPEND=">=dev-libs/gmp-4.3.2
116 >=dev-libs/mpfr-2.4.2