* [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
@ 2014-06-25 17:41 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2014-06-25 17:41 UTC (permalink / raw
To: gentoo-commits
voyageur 14/06/25 17:41:10
Modified: ChangeLog dragonegg-3.4.ebuild dragonegg-3.3.ebuild
Removed: dragonegg-3.1.ebuild dragonegg-3.0.ebuild
dragonegg-3.2.ebuild
Log:
Fix compilation with gcc 4.8, bug #514992 by patrick
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.19 sys-devel/dragonegg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 11 May 2014 08:17:58 -0000 1.18
+++ ChangeLog 25 Jun 2014 17:41:10 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/dragonegg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.18 2014/05/11 08:17:58 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.19 2014/06/25 17:41:10 voyageur Exp $
+
+ 25 Jun 2014; Bernard Cafarelli <voyageur@gentoo.org> -dragonegg-3.0.ebuild,
+ -dragonegg-3.1.ebuild, -dragonegg-3.2.ebuild, dragonegg-3.3.ebuild,
+ dragonegg-3.4.ebuild, +files/dragonegg-gcc-4.8.patch:
+ Fix compilation with gcc 4.8, bug #514992 by patrick
11 May 2014; Bernard Cafarelli <voyageur@gentoo.org> dragonegg-3.4.ebuild:
Relax dependency on llvm for 3.4.1
1.3 sys-devel/dragonegg/dragonegg-3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?r1=1.2&r2=1.3
Index: dragonegg-3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dragonegg-3.4.ebuild 11 May 2014 08:17:58 -0000 1.2
+++ dragonegg-3.4.ebuild 25 Jun 2014 17:41:10 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v 1.2 2014/05/11 08:17:58 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v 1.3 2014/06/25 17:41:10 voyageur Exp $
EAPI=5
-inherit multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs
DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation"
HOMEPAGE="http://dragonegg.llvm.org/"
@@ -20,6 +20,10 @@
=sys-devel/llvm-${PV}*"
RDEPEND="${DEPEND}"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-gcc-4.8.patch
+}
+
src_compile() {
# GCC: compiler to use plugin with
emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1
1.2 sys-devel/dragonegg/dragonegg-3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild?r1=1.1&r2=1.2
Index: dragonegg-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dragonegg-3.3.ebuild 18 Jun 2013 22:14:08 -0000 1.1
+++ dragonegg-3.3.ebuild 25 Jun 2014 17:41:10 -0000 1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v 1.1 2013/06/18 22:14:08 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.3.ebuild,v 1.2 2014/06/25 17:41:10 voyageur Exp $
EAPI=5
-inherit multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs
DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation"
HOMEPAGE="http://dragonegg.llvm.org/"
@@ -22,6 +22,10 @@
S=${WORKDIR}/${P}.src
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-gcc-4.8.patch
+}
+
src_compile() {
# GCC: compiler to use plugin with
emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-25 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 17:41 [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 Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox