Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/dragonegg: ChangeLog dragonegg-3.4.ebuild dragonegg-3.3.ebuild dragonegg-3.1.ebuild dragonegg-3.0.ebuild dragonegg-3.2.ebuild
Date: Wed, 25 Jun 2014 17:41:38
Message-Id: 20140625174110.ACB9C2004E@flycatcher.gentoo.org
1 voyageur 14/06/25 17:41:10
2
3 Modified: ChangeLog dragonegg-3.4.ebuild dragonegg-3.3.ebuild
4 Removed: dragonegg-3.1.ebuild dragonegg-3.0.ebuild
5 dragonegg-3.2.ebuild
6 Log:
7 Fix compilation with gcc 4.8, bug #514992 by patrick
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
10
11 Revision Changes Path
12 1.19 sys-devel/dragonegg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?r1=1.18&r2=1.19
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- ChangeLog 11 May 2014 08:17:58 -0000 1.18
25 +++ ChangeLog 25 Jun 2014 17:41:10 -0000 1.19
26 @@ -1,6 +1,11 @@
27 # ChangeLog for sys-devel/dragonegg
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.18 2014/05/11 08:17:58 voyageur Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.19 2014/06/25 17:41:10 voyageur Exp $
31 +
32 + 25 Jun 2014; Bernard Cafarelli <voyageur@g.o> -dragonegg-3.0.ebuild,
33 + -dragonegg-3.1.ebuild, -dragonegg-3.2.ebuild, dragonegg-3.3.ebuild,
34 + dragonegg-3.4.ebuild, +files/dragonegg-gcc-4.8.patch:
35 + Fix compilation with gcc 4.8, bug #514992 by patrick
36
37 11 May 2014; Bernard Cafarelli <voyageur@g.o> dragonegg-3.4.ebuild:
38 Relax dependency on llvm for 3.4.1
39
40
41
42 1.3 sys-devel/dragonegg/dragonegg-3.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?r1=1.2&r2=1.3
47
48 Index: dragonegg-3.4.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- dragonegg-3.4.ebuild 11 May 2014 08:17:58 -0000 1.2
55 +++ dragonegg-3.4.ebuild 25 Jun 2014 17:41:10 -0000 1.3
56 @@ -1,9 +1,9 @@
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v 1.2 2014/05/11 08:17:58 voyageur Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v 1.3 2014/06/25 17:41:10 voyageur Exp $
61
62 EAPI=5
63 -inherit multilib toolchain-funcs
64 +inherit eutils multilib toolchain-funcs
65
66 DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation"
67 HOMEPAGE="http://dragonegg.llvm.org/"
68 @@ -20,6 +20,10 @@
69 =sys-devel/llvm-${PV}*"
70 RDEPEND="${DEPEND}"
71
72 +src_prepare() {
73 + epatch "${FILESDIR}"/${PN}-gcc-4.8.patch
74 +}
75 +
76 src_compile() {
77 # GCC: compiler to use plugin with
78 emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1
79
80
81
82 1.2 sys-devel/dragonegg/dragonegg-3.3.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?r1=1.1&r2=1.2
87
88 Index: dragonegg-3.3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- dragonegg-3.3.ebuild 18 Jun 2013 22:14:08 -0000 1.1
95 +++ dragonegg-3.3.ebuild 25 Jun 2014 17:41:10 -0000 1.2
96 @@ -1,9 +1,9 @@
97 -# Copyright 1999-2013 Gentoo Foundation
98 +# Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v 1.1 2013/06/18 22:14:08 voyageur Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v 1.2 2014/06/25 17:41:10 voyageur Exp $
102
103 EAPI=5
104 -inherit multilib toolchain-funcs
105 +inherit eutils multilib toolchain-funcs
106
107 DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation"
108 HOMEPAGE="http://dragonegg.llvm.org/"
109 @@ -22,6 +22,10 @@
110
111 S=${WORKDIR}/${P}.src
112
113 +src_prepare() {
114 + epatch "${FILESDIR}"/${PN}-gcc-4.8.patch
115 +}
116 +
117 src_compile() {
118 # GCC: compiler to use plugin with
119 emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1