jlec        14/06/08 08:14:26

  Modified:             tbb-4.1.20121003-r1.ebuild ChangeLog metadata.xml
                        tbb-4.2.20131118.ebuild tbb-4.2.20140122.ebuild
  Log:
  dev-cpp/tbb: Add compatibility with versioned gcc, #512672
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild?r1=1.1&r2=1.2

Index: tbb-4.1.20121003-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tbb-4.1.20121003-r1.ebuild  2 May 2013 15:58:05 -0000       1.1
+++ tbb-4.1.20121003-r1.ebuild  8 Jun 2014 08:14:26 -0000       1.2
@@ -1,6 +1,6 @@
-# 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/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild,v 
1.1 2013/05/02 15:58:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003-r1.ebuild,v 
1.2 2014/06/08 08:14:26 jlec Exp $
 
 EAPI=4
 inherit eutils flag-o-matic multilib versionator toolchain-funcs
@@ -83,7 +83,7 @@
 }
 
 src_compile() {
-       if [[ $(tc-getCXX) == *g++ ]]; then
+       if [[ $(tc-getCXX) == *g++* ]]; then
                comp="gcc"
        elif [[ $(tc-getCXX) == *ic*c ]]; then
                comp="icc"



1.47                 dev-cpp/tbb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 Apr 2014 16:44:25 -0000      1.46
+++ ChangeLog   8 Jun 2014 08:14:26 -0000       1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/tbb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.46 2014/04/30 
16:44:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.47 2014/06/08 
08:14:26 jlec Exp $
+
+  08 Jun 2014; Justin Lecher <[email protected]> tbb-4.1.20121003-r1.ebuild,
+  tbb-4.2.20131118.ebuild, tbb-4.2.20140122.ebuild, metadata.xml:
+  Add compatibility with versioned gcc, #512672
 
 *tbb-4.2.20140122 (30 Apr 2014)
 



1.8                  dev-cpp/tbb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/metadata.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/metadata.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/metadata.xml?r1=1.7&r2=1.8

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml        25 Jun 2013 00:30:57 -0000      1.7
+++ metadata.xml        8 Jun 2014 08:14:26 -0000       1.8
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   The Intel Threading Building Blocks is a library that helps you
   leverage multi-core processor performance without having to be a
   threading expert. It represents a higher-level, task-based



1.2                  dev-cpp/tbb/tbb-4.2.20131118.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild?r1=1.1&r2=1.2

Index: tbb-4.2.20131118.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tbb-4.2.20131118.ebuild     5 Feb 2014 18:10:26 -0000       1.1
+++ tbb-4.2.20131118.ebuild     8 Jun 2014 08:14:26 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild,v 1.1 
2014/02/05 18:10:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild,v 1.2 
2014/06/08 08:14:26 jlec Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib versionator toolchain-funcs
@@ -87,7 +87,7 @@
 }
 
 src_compile() {
-       if [[ $(tc-getCXX) == *g++ ]]; then
+       if [[ $(tc-getCXX) == *g++* ]]; then
                comp="gcc"
        elif [[ $(tc-getCXX) == *ic*c ]]; then
                comp="icc"



1.2                  dev-cpp/tbb/tbb-4.2.20140122.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild?r1=1.1&r2=1.2

Index: tbb-4.2.20140122.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tbb-4.2.20140122.ebuild     30 Apr 2014 16:44:25 -0000      1.1
+++ tbb-4.2.20140122.ebuild     8 Jun 2014 08:14:26 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild,v 1.1 
2014/04/30 16:44:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild,v 1.2 
2014/06/08 08:14:26 jlec Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib versionator toolchain-funcs
@@ -87,7 +87,7 @@
 }
 
 src_compile() {
-       if [[ $(tc-getCXX) == *g++ ]]; then
+       if [[ $(tc-getCXX) == *g++* ]]; then
                comp="gcc"
        elif [[ $(tc-getCXX) == *ic*c ]]; then
                comp="icc"




Reply via email to