voyageur    15/02/18 21:33:18

  Modified:             dragonegg-3.5.1.ebuild ChangeLog
                        dragonegg-9999.ebuild
  Removed:              dragonegg-3.5.0.ebuild
  Log:
  Check the active gcc version (4.9 does not work), thanks everyone in bug 
#511640
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.2                  sys-devel/dragonegg/dragonegg-3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild?r1=1.1&r2=1.2

Index: dragonegg-3.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dragonegg-3.5.1.ebuild      21 Jan 2015 09:26:42 -0000      1.1
+++ dragonegg-3.5.1.ebuild      18 Feb 2015 21:33:18 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild,v 1.1 
2015/01/21 09:26:42 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild,v 1.2 
2015/02/18 21:33:18 voyageur Exp $
 
 EAPI=5
 inherit eutils multilib toolchain-funcs
@@ -15,12 +15,20 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="test"
 
-DEPEND=">=sys-devel/gcc-4.5
+DEPEND=">=sys-devel/gcc-4.5:*
        =sys-devel/llvm-${PV}*"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${P}.src
 
+pkg_pretend() {
+       # Bug #511640: gcc 4.9 removed a required header
+       if [[ ${MERGE_TYPE} != binary ]]; then
+               [[ $(gcc-version) > 4.8 || $(gcc-version) < 4.5 ]] && \
+                       die 'The active compiler needs to be gcc 4.[5-8])'
+       fi
+}
+
 src_compile() {
        # GCC: compiler to use plugin with
        emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1



1.22                 sys-devel/dragonegg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Jan 2015 09:26:42 -0000      1.21
+++ ChangeLog   18 Feb 2015 21:33:18 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/dragonegg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.21 
2015/01/21 09:26:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.22 
2015/02/18 21:33:18 voyageur Exp $
+
+  18 Feb 2015; Bernard Cafarelli <[email protected]> -dragonegg-3.5.0.ebuild,
+  dragonegg-3.5.1.ebuild, dragonegg-9999.ebuild:
+  Check the active gcc version (4.9 does not work), thanks everyone in bug
+  #511640
 
 *dragonegg-3.5.1 (21 Jan 2015)
 



1.8                  sys-devel/dragonegg/dragonegg-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?r1=1.7&r2=1.8

Index: dragonegg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dragonegg-9999.ebuild       17 Sep 2014 23:13:12 -0000      1.7
+++ dragonegg-9999.ebuild       18 Feb 2015 21:33:18 -0000      1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v 
1.7 2014/09/17 23:13:12 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v 
1.8 2015/02/18 21:33:18 voyageur Exp $
 
 EAPI=5
 inherit git-r3 multilib toolchain-funcs
@@ -15,7 +15,7 @@
 KEYWORDS=""
 IUSE=""
 
-DEPEND=">=sys-devel/gcc-4.5
+DEPEND=">=sys-devel/gcc-4.5:*
        ~sys-devel/llvm-${PV}"
 RDEPEND="${DEPEND}"
 




Reply via email to