[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-04-15 Thread Guilherme Amadio
commit: 7bd9fb544802c50bbe378677b9a01207f3fc3f0e
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Apr 15 12:12:58 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Apr 15 12:14:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd9fb54

dev-cpp/tbb: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/Manifest |   3 -
 dev-cpp/tbb/tbb-2017.20161128.ebuild | 144 -
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 144 -
 dev-cpp/tbb/tbb-2020.1.ebuild| 151 ---
 4 files changed, 442 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index fd7b4501a2b..55a4e5475b0 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,5 +1,2 @@
-DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
 DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
-DIST tbb-2020.1.tar.gz 2639115 BLAKE2B 
058438351738eeab01c230ec10ff0a1dde77e5cc4fd77f292c31ee0320f41d079c8f90fc06f4640ffa375d5f0c0b5fbed13ac5a64a9cb9f1737cb66bc80442ea
 SHA512 
79810c27c84bd3b3432bef471fa1c782f1f162a0d1038e88c03a77499cc7aeaa10d57317729fd23472e2d0f358395955f7570e8c679685a552a833eb45cf5f1d
 DIST tbb-2020.2.tar.gz 2637172 BLAKE2B 
6b6e65732d3971f7374058513004ca3cfc3855b83c0a2dde59d50e08c26ff220470e31db86f4ab9f009c7e02e454a00a348730e63c829aa8d217320f7879cfc9
 SHA512 
6d7412fa6ce12d27736af3c8942c5ab5ea6945dd3ca93f309535c0dba3ff757d6507a5ffc3bcd73e6fdcda043cdedfa657631b25ae86fbf221d0f1d66a85b48f
-DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
deleted file mode 100644
index 0297838dbef..000
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-MYP="${PN}${PV1}_${PV2}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="https://www.threadingbuildingblocks.org";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
-   "${FILESDIR}"/${PN}-2017.20161128-build.patch
-)
-
-src_prepare() {
-   default
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-}
-
-local_src_compile(

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-04-15 Thread Guilherme Amadio
commit: 74f639fe4f61611dd941376f840157b8668e4789
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Apr 15 11:55:07 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Apr 15 12:14:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f639fe

dev-cpp/tbb: arm64 stable wrt bug #713244

Closes: https://bugs.gentoo.org/713244

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index 95a53b4474b..1d0768561b2 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-04-16 Thread Agostino Sarubbo
commit: be07a6e5e8ec977e5e382b7b99f4c16301fc31b0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 16 15:10:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 16 15:10:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be07a6e5

dev-cpp/tbb: arm stable wrt bug #713244

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index 1d0768561b2..f8b27cedd94 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-03-20 Thread Agostino Sarubbo
commit: ac38b75fd83622d373d2498c6de546e6434bfbcc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 20 08:56:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 20 08:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac38b75f

dev-cpp/tbb: amd64 stable wrt bug #713244

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index d123fda91ce..b7f9d73d1bc 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-03-20 Thread Agostino Sarubbo
commit: f5f74c307263a351f765d5f4595d68b7122e5f0c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 20 09:03:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 20 09:04:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f74c30

dev-cpp/tbb: x86 stable wrt bug #713244

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index b7f9d73d1bc..d2e35591d12 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-03-20 Thread Agostino Sarubbo
commit: 474e199a9d718225c310ae8cc47daf45081f2dbb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 20 11:29:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 20 11:29:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474e199a

dev-cpp/tbb: ppc64 stable wrt bug #713244

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index d2e35591d12..9c5204f8b07 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-03-21 Thread Agostino Sarubbo
commit: d2291aaac81ff9a81987cbeebf5158fccabff814
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 21 15:53:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 21 15:53:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2291aaa

dev-cpp/tbb: ppc stable wrt bug #713244

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index 9c5204f8b07..95a53b4474b 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-04-01 Thread Guilherme Amadio
commit: 8ba9493bd91a9f0886d415ca84d29006007820a5
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Mar 31 21:01:04 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Apr  1 08:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba9493b

dev-cpp/tbb: version bump to 2020.2

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/Manifest  |   1 +
 dev-cpp/tbb/tbb-2020.2.ebuild | 151 ++
 2 files changed, 152 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 2b389097681..fd7b4501a2b 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,4 +1,5 @@
 DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
 DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
 DIST tbb-2020.1.tar.gz 2639115 BLAKE2B 
058438351738eeab01c230ec10ff0a1dde77e5cc4fd77f292c31ee0320f41d079c8f90fc06f4640ffa375d5f0c0b5fbed13ac5a64a9cb9f1737cb66bc80442ea
 SHA512 
79810c27c84bd3b3432bef471fa1c782f1f162a0d1038e88c03a77499cc7aeaa10d57317729fd23472e2d0f358395955f7570e8c679685a552a833eb45cf5f1d
+DIST tbb-2020.2.tar.gz 2637172 BLAKE2B 
6b6e65732d3971f7374058513004ca3cfc3855b83c0a2dde59d50e08c26ff220470e31db86f4ab9f009c7e02e454a00a348730e63c829aa8d217320f7879cfc9
 SHA512 
6d7412fa6ce12d27736af3c8942c5ab5ea6945dd3ca93f309535c0dba3ff757d6507a5ffc3bcd73e6fdcda043cdedfa657631b25ae86fbf221d0f1d66a85b48f
 DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c

diff --git a/dev-cpp/tbb/tbb-2020.2.ebuild b/dev-cpp/tbb/tbb-2020.2.ebuild
new file mode 100644
index 000..25976f821ba
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2020.2.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs
+
+PV1="$(ver_cut 1)"
+PV2="$(ver_cut 2)"
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="debug examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/oneTBB-${MY_PV}"
+
+DOCS=( CHANGES README README.md doc/Release_Notes.txt )
+
+PATCHES=( "${FILESDIR}"/${PN}-2020.1-makefile-debug.patch )
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+   local bt buildtypes
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+#  abi_ppc_64) arch=

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-07-14 Thread Marek Szuba
commit: c62c0934195455ead39dd67d4543969270e7f5ae
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jul 13 23:43:54 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 16:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62c0934

dev-cpp/tbb: keyword 2020.3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 91e579d8a4e..c654a5fad29 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-06 Thread Sam James
commit: 4aa2a7bfd7d3fe77e0c7ec30b2565fe18c982083
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 08:08:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 08:08:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa2a7bf

dev-cpp/tbb: Stabilize 2020.3 arm64, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 25976f821ba..010e989c775 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-06 Thread Sam James
commit: 7c7067a18b17e82689b994eaf29884eaae3db99f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 08:09:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 08:09:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7067a1

dev-cpp/tbb: Stabilize 2020.3 arm, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 010e989c775..235115ce16f 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-07 Thread Sam James
commit: a522fd928c80f82968eceb2564076b56104179e8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 10:07:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 10:09:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522fd92

dev-cpp/tbb: Stabilize 2020.3 ppc, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index d8c19cfb9c1..c134f1b5e16 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-07 Thread Sam James
commit: e08ad85772cfe7858cb018a059a59e588d7cc459
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 16:52:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 16:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08ad857

dev-cpp/tbb: Stabilize 2020.3 ppc64, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index c134f1b5e16..08a93301b15 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2020-07-15 Thread Guilherme Amadio
commit: a9673ae5ec7b31fd4061a262403d3e8f18e28927
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Jul 15 22:09:28 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Jul 15 22:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9673ae5

dev-cpp/tbb: version bump to 2020.3

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/Manifest  |   1 +
 dev-cpp/tbb/tbb-2020.3.ebuild | 151 ++
 2 files changed, 152 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 55a4e5475b0..4fb83d37f0e 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1,3 @@
 DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
 DIST tbb-2020.2.tar.gz 2637172 BLAKE2B 
6b6e65732d3971f7374058513004ca3cfc3855b83c0a2dde59d50e08c26ff220470e31db86f4ab9f009c7e02e454a00a348730e63c829aa8d217320f7879cfc9
 SHA512 
6d7412fa6ce12d27736af3c8942c5ab5ea6945dd3ca93f309535c0dba3ff757d6507a5ffc3bcd73e6fdcda043cdedfa657631b25ae86fbf221d0f1d66a85b48f
+DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
new file mode 100644
index 000..25976f821ba
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs
+
+PV1="$(ver_cut 1)"
+PV2="$(ver_cut 2)"
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="debug examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/oneTBB-${MY_PV}"
+
+DOCS=( CHANGES README README.md doc/Release_Notes.txt )
+
+PATCHES=( "${FILESDIR}"/${PN}-2020.1-makefile-debug.patch )
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+   local bt buildtypes
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
+   esac
+
+   case "$(tc-getCXX)" in
+   *clang*) comp="clang" ;;
+   *g++*) comp="gcc" ;;
+   *ic*c) comp="icc" ;;
+   *) die "compiler $(tc-getCXX) not supported by build system" ;;
+   esac
+
+   if use debug ; then
+   buildtypes="release debug"
+   else
+   buildtypes="release"
+   fi
+
+   for bt in ${buildtypes}; do
+   CXX="$(tc-getCXX)" \
+   CC="$(tc-getCC)" \
+   AS="$(tc-getAS)" \
+   arch=${arch} \
+   C

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-10-03 Thread Guilherme Amadio
commit: a1ddeefb53647830f2c1b781c51487eecd290d4a
Author: Peter Levine  gmail  com>
AuthorDate: Thu Oct  3 01:43:17 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Oct  3 09:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ddeefb

dev-cpp/tbb: Fix building with clang

Prevent "clang++" from being inadvertently matched to "*g++*" in a case
statement.

Closes: https://bugs.gentoo.org/662990
Closes: https://github.com/gentoo/gentoo/pull/13129
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index fd77782aba4..b0174501177 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -80,9 +80,9 @@ local_src_compile() {
esac
 
case "$(tc-getCXX)" in
+   *clang*) comp="clang" ;;
*g++*) comp="gcc" ;;
*ic*c) comp="icc" ;;
-   *clang*) comp="clang" ;;
*) die "compiler $(tc-getCXX) not supported by build system" ;;
esac
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-08-16 Thread Guilherme Amadio
commit: 421d7a6c16eba3ac79559fd2fa068437229a5792
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Aug 16 13:17:20 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Aug 16 14:17:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421d7a6c

dev-cpp/tbb: drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/Manifest |   3 -
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 144 --
 dev-cpp/tbb/tbb-4.3.20150611.ebuild  | 131 ---
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 145 ---
 4 files changed, 423 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 7990c68b4ec..3123910d2a1 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,6 +1,3 @@
-DIST tbb-2017.20170226.tar.gz 2856407 BLAKE2B 
10c9f1230a57e0cc778f4f7ad9395a7dc9044b7f203e704cfdc479632e2aaf35f05caa168d9caea490abc6d96ec7d77ea6e7effbc9d5b589a6e41e3374b8b9cb
 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
 DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
 DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
-DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
-DIST tbb44_20160803oss_src.tgz 2874050 BLAKE2B 
097e4e4fb2c14b6ab073409b26c7d5044cd7f2edb56efb0b307b1e07b4496a668d34eec88086d2f8e68eb050df9e2b48af81b5e47c860b15786e0c48df736d9c
 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
deleted file mode 100644
index 34be8b2f6e9..000
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs 
versionator
-
-PV1="$(get_version_component_range 1)"
-PV2=5
-MY_PV="${PV1}_U${PV2}"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="https://www.threadingbuildingblocks.org";
-SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
-   "${FILESDIR}"/${PN}-2017.20161128-build.patch
-)
-
-src_prepare() {
-   default
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbb

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-08-16 Thread Guilherme Amadio
commit: 8684f6113d981541fb3984effc2ded4e889ba6a9
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Aug 16 13:15:46 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Aug 16 14:17:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8684f611

dev-cpp/tbb: version bump to 2019_U8

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/Manifest  |   1 +
 dev-cpp/tbb/tbb-2019.8.ebuild | 141 ++
 2 files changed, 142 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 1ee27c600fb..7990c68b4ec 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,5 +1,6 @@
 DIST tbb-2017.20170226.tar.gz 2856407 BLAKE2B 
10c9f1230a57e0cc778f4f7ad9395a7dc9044b7f203e704cfdc479632e2aaf35f05caa168d9caea490abc6d96ec7d77ea6e7effbc9d5b589a6e41e3374b8b9cb
 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
+DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
 DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 DIST tbb44_20160803oss_src.tgz 2874050 BLAKE2B 
097e4e4fb2c14b6ab073409b26c7d5044cd7f2edb56efb0b307b1e07b4496a668d34eec88086d2f8e68eb050df9e2b48af81b5e47c860b15786e0c48df736d9c
 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
new file mode 100644
index 000..fd77782aba4
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs
+
+PV1="$(ver_cut 1)"
+PV2="$(ver_cut 2)"
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DOCS=( CHANGES README README.md doc/Release_Notes.txt )
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-08-16 Thread Guilherme Amadio
commit: 0f5de73eaf311bf5a091630966b196d98f10199f
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Aug 16 13:23:05 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Aug 16 14:17:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5de73e

dev-cpp/tbb: update metadata.xml

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/metadata.xml b/dev-cpp/tbb/metadata.xml
index 1d44ed7098f..1e4e905a884 100644
--- a/dev-cpp/tbb/metadata.xml
+++ b/dev-cpp/tbb/metadata.xml
@@ -13,6 +13,6 @@
   for performance and scalability.
   
   
-01org/tbb
+intel/tbb
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-13 Thread Jakov Smolić
commit: 6ea58b7d9f76121c02d3519c3d41ad5912948c0d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 13 20:09:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 13 20:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea58b7d

dev-cpp/tbb: Stabilize 2021.5.0-r1 x86, #835772

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 4235949bb77b..230b48402b89 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-16 Thread Agostino Sarubbo
commit: 4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51ba2f

dev-cpp/tbb: ppc stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 230b48402b89..c5179b96d8b9 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-10-06 Thread Jakov Smolić
commit: 4568616a2db47ffaad650f53ffb096be88e846a0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct  6 08:28:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct  6 08:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568616a

dev-cpp/tbb: drop 2019.8, 2020.2

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/tbb/Manifest  |   2 -
 dev-cpp/tbb/tbb-2019.8.ebuild | 141 ---
 dev-cpp/tbb/tbb-2020.2.ebuild | 151 --
 3 files changed, 294 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 4fb83d37f0e..d2d3f1d78cf 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,3 +1 @@
-DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
-DIST tbb-2020.2.tar.gz 2637172 BLAKE2B 
6b6e65732d3971f7374058513004ca3cfc3855b83c0a2dde59d50e08c26ff220470e31db86f4ab9f009c7e02e454a00a348730e63c829aa8d217320f7879cfc9
 SHA512 
6d7412fa6ce12d27736af3c8942c5ab5ea6945dd3ca93f309535c0dba3ff757d6507a5ffc3bcd73e6fdcda043cdedfa657631b25ae86fbf221d0f1d66a85b48f
 DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
deleted file mode 100644
index da66dd2bd83..000
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multilib-minimal multilib toolchain-funcs
-
-PV1="$(ver_cut 1)"
-PV2="$(ver_cut 2)"
-MY_PV="${PV1}_U${PV2}"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="https://www.threadingbuildingblocks.org";
-SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="debug examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( CHANGES README README.md doc/Release_Notes.txt )
-
-src_prepare() {
-   default
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-}
-
-local_src_compile() {
-   cd "${S}"
-
-   local comp arch
-
-   case ${MULTILIB_ABI_FLAG} in
-   abi_x86_64) arch=x86_64 ;;
-   abi_x86_32) arch=ia32 ;;
-#  abi_ppc_64) arch=ppc64 ;;
-#  abi_ppc_32) arch=ppc32 ;;
-   esac
-
-   case "$(tc-getCXX)" in
-   *clang*) comp="clang" ;;
-   *g++*) comp="gcc" ;;
-   *ic*c) comp="icc" ;;
-   *) die "compiler $(tc-getCXX) not supported by build system" ;;
-   esac
-
-   CXX="$(tc-getCXX)" \
-   CC="$(tc-getCC)" \
-   AS="$(tc-getAS)" \
-   arch=${arch} \
-   CPLUS_FLAGS="${CXXFLAGS}" \
-   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
-}
-
-multilib_src_compile() {
-   local_src_compile tbb tbbmalloc
-}
-
-multilib_src_test() {
-   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
-   local_src_compile -j1 test
-}
-
-multilib_sr

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 5629ccf014f47120a9239e768e8d49ecc00d2200
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:32:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5629ccf0

dev-cpp/tbb: add 2021.5.0

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/Manifest|  1 +
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index fee2e0bbf7fd..b048b94c2114 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1,3 @@
 DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87
 DIST tbb-2021.4.0.tar.gz 2452533 BLAKE2B 
a635c6efa1894c33e2f75c1aa03b6c0f4a86ebef3b58fa42bd25b53d661ed7a9d21f49f121dd3679735f219fbfc35604600bcc72ba60d3602e6de77b0d62e37b
 SHA512 
96da2bc351fd64dfa854f8e6cabc1c4e53af3d55760e99d6f83ad53779c727af333d13d6be0828ed70371cf796498d2063e9dd0e4b2f6451623bb5d28ccbf20b
+DIST tbb-2021.5.0.tar.gz 2463218 BLAKE2B 
2d50d312b86318ba4923afe68753b3781f9646cbdb33861f3458301a3a19b7ca3aab6959dca085294dfc743d7f552635f80fb524ec5d780a46f58ffe02e3280d
 SHA512 
0e7b71022e397a6d7abb0cea106847935ae79a1e12a6976f8d038668c6eca8775ed971202c5bd518f7e517092b67af805cc5feb04b5c3a40e9fbf972cc703a46

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
new file mode 100644
index ..3f730d6829cb
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic toolchain-funcs
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/oneTBB-${PV}"
+
+LICENSE="Apache-2.0"
+# https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
+# libtbb-libtbbmalloc-libtbbbind
+SLOT="0/12.5-2.5-3.5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/hwloc:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   # should be in.. 2022?
+   "${FILESDIR}"/${PN}-2021.4.0-lto.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DTBB_TEST=$(usex test)
+   -DTBB_ENABLE_IPO=OFF
+   -DTBB_STRICT=OFF
+   )
+
+   cmake-multilib_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 9d5d536af01c636d14be1560ce8cf4c75c668693
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:35:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5d536a

dev-cpp/tbb: fix UnusedInherits

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index 9a99edb24ae8..bee49233f70c 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
index 3f730d6829cb..0a18fece5fd1 100644
--- a/dev-cpp/tbb/tbb-2021.5.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 6a5c76fbf5454fe8b6ab0a3fba6a46d39ed4f573
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:49:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5c76fb

dev-cpp/tbb: fix IncorrectCopyright

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index bee49233f70c..930bcd958708 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: 9f7737b97fc3cc471b74b532a289925c4b42a661
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 09:28:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 09:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7737b9

dev-cpp/tbb: arm64 stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index c5179b96d8b9..fce1cfd25b0d 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: acb242c050c3886ea3b43cd20969f0923cceaaa2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 13:35:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 13:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb242c0

dev-cpp/tbb: arm stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index fce1cfd25b0d..cbe0ea277696 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-07-03 Thread Fabian Groffen
commit: d1a6ae8903457948ccce3d6c463405958568b3d4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jul  3 06:59:42 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jul  3 07:06:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6ae89

dev-cpp/tbb: fix dependencies and keyword for ~x64-macos

Signed-off-by: Fabian Groffen  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index cbe0ea277696..472d9fb15954 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,11 +14,11 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="sys-apps/hwloc:="
+RDEPEND="!kernel_Darwin? ( sys-apps/hwloc:= )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-03-21 Thread Agostino Sarubbo
commit: ecdc43dc2b92f48ba24f5b5cf378ca768bc83499
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 15:20:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 15:20:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdc43dc

dev-cpp/tbb: amd64 stable wrt bug #835628

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 22d714102105..49103c2b0f5e 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-04-29 Thread Jeroen Roovers
commit: d90848f38912fd76165028fb9b5e8e2592c9cf1f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr 29 12:37:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr 29 12:37:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90848f3

dev-cpp/tbb: Mark ~hppa (bug #575366).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 dev-cpp/tbb/tbb-4.3.20150611.ebuild  | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 911c9c71ed8..f88fe955918 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index c647ba1f579..f4733d08e60 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 49ffe078c51..6e59a338c11 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index e4e6af1dd1d..c05b588 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-01 Thread Sergei Trofimovich
commit: 592f67db756e3815585999f3a004cc638dd4a8c6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 09:36:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 09:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f67db

dev-cpp/tbb: ia64 keyworded, bug #575366

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index f4733d08e60..830e5e189af 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-08 Thread Alexis Ballier
commit: 1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  8 10:51:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  8 10:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a0ea7

dev-cpp/tbb: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 830e5e189af..f13c39fff0a 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: 47a81396e5806d5faa0cfe5879aadb12b25cfd7b
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 01:54:36 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:15:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a81396

dev-cpp/tbb: Fix license

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 96926672bc8..80201f881df 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -12,7 +12,7 @@ MYP="${PN}${PV1}_${PV2}oss"
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
+LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: d83b58a15ac52dd23cce857445c8972e446c5938
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 02:15:10 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83b58a1

dev-cpp/tbb: version bump to 2017.20170226

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/Manifest |   1 +
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index a7b1897ff55..9ce11ceae62 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,3 +1,4 @@
+DIST tbb-2017.20170226.tar.gz 2856407 SHA256 
780baf0ad520f23b54dd20dc97bf5aae4bc562019e0a70f53bfc4c1afec6e545 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 WHIRLPOOL 
18095aa7fec6a6766f9d8456c34a346bc51c2525263f03ae00f6a37899cafea0b83d67fd199372983561543f197f797b50f99966ea24591114958ff115e80b6f
 DIST tbb2017_20161128oss_src.tgz 2965854 SHA256 
c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 WHIRLPOOL 
d1ce8d07ac002c617afa7c0aa1d5cad41928a6eefd064a744b4efdd0192dd310ad8cb32b949858a7c2c44211477deffc05dbd65e8101184d4cae26744143b922
 DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72
 DIST tbb44_20160803oss_src.tgz 2874050 SHA256 
23fb69a16b5daccef8e1ffe194d1dd5c6b1d225c0de87e54bc30c958aa244fb0 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92
 WHIRLPOOL 
2b93bfabc0eadb1a10ad34f1a475322a04554bd8b5e4ac90505ec285f7727a537249a045f7a464fb3c266f9ece6c83fa259a099cc052da16cdd6c05cd9a1fb42

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
new file mode 100644
index 000..c647ba1f579
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+
+PV1="$(get_version_component_range 1)"
+PV2=5
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2017.20161128-underlinking.patch
+   "${FILESDIR}"/${PN}-2017.20161128-build.patch
+)
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+   abi_ppc_64) arch=ppc64 ;;
+  

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: 48daedc3c2e0570a4a160b41d9689e1a2d92b131
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 02:20:36 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48daedc3

dev-cpp/tbb: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 142 -
 1 file changed, 142 deletions(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
deleted file mode 100644
index a482af8fd15..000
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-PV3="$(get_version_component_range 3)"
-MYP="${PN}${PV1}${PV2}_${PV3}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch \
-   "${FILESDIR}"/${P}-build.patch
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-}
-
-local_src_compile() {
-   cd "${S}"
-
-   local comp arch
-
-   case ${MULTILIB_ABI_FLAG} in
-   abi_x86_64) arch=x86_64 ;;
-   abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
-   esac
-
-   case "$(tc-getCXX)" in
-   *g++*) comp="gcc" ;;
-   *ic*c) comp="icc" ;;
-   *clang*) comp="clang" ;;
-   *) die "compiler $(tc-getCXX) not supported by build system" ;;
-   esac
-
-   CXX="$(tc-getCXX)" \
-   CC="$(tc-getCC)" \
-   AS="$(tc-getAS)" \
-   arch=${arch} \
-   CPLUS_FLAGS="${CXXFLAGS}" \
-   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
-}
-
-multilib_src_compile() {
-   local_src_compile tbb tbbmalloc
-}
-
-multilib_src_test() {
-   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
-   local_src_compile -j1 test
-}
-
-multilib_src_install() {
-   local bt
-   local buildtypes
-   if use debug ; then
-   buildtypes="release debug"
-   else
-   buildtypes="release"
-   fi
-   for bt in ${buildtypes}; do
-   cd "${BUILD_DIR}_${bt}" || die
-   local l
-   for l in $(find . -name lib\*.so.\*); do
-   dolib.so ${l}
-   local bl=$(basename ${l})
-   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
-   done
-   done
-
-   cd "${BUILD_DIR}" || die
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins *.pc
-}
-
-multilib_src_install_all() {
-   doheader -r include/*
-
-   dodoc README CHANGES doc/Release_Notes.txt
-   use doc && dohtml -r doc/html/*
-
-   if use examples ; then
-   insinto /usr/share/doc/${PF}/examples/build
-   doins build/*.inc
-   insinto /usr/share/doc/${PF}/examples
-   doin

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-31 Thread Michael Weber
commit: 4cf528fa6e25341eee76659023faffdaca216ef8
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 08:48:36 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 08:52:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf528fa

dev-cpp/tbb: ppc ppc64 stable (bug 614322).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 80201f881df..313f6d20fcf 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-31 Thread Agostino Sarubbo
commit: 868381a6d018f5b60a83cc80cae15af89e67fe37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 31 12:08:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 31 12:08:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868381a6

dev-cpp/tbb: amd64 stable wrt bug #614322

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 313f6d20fcf..3444bc6f2a6 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-11-08 Thread Justin Lecher
commit: ccb7ff1a98f902c510ba58052a0ad428384224f0
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov  8 17:47:33 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov  8 17:47:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb7ff1a

dev-cpp/tbb: Properly install debug libs

thanks Konstantin (elxa) for the patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564678

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 141 +
 1 file changed, 141 insertions(+)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
new file mode 100644
index 000..31f7343
--- /dev/null
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+
+PV1="$(get_version_component_range 1)"
+PV2="$(get_version_component_range 2)"
+PV3="$(get_version_component_range 3)"
+MYP="${PN}${PV1}${PV2}_${PV3}oss"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
+LICENSE="GPL-2-with-exceptions"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch \
+   "${FILESDIR}"/${P}-build.patch
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+   esac
+
+   case "$(tc-getCXX)" in
+   *g++*) comp="gcc" ;;
+   *ic*c) comp="icc" ;;
+   *clang*) comp="clang" ;;
+   *) die "compiler $(tc-getCXX) not supported by build system" ;;
+   esac
+
+   CXX="$(tc-getCXX)" \
+   CC="$(tc-getCC)" \
+   AS="$(tc-getAS)" \
+   arch=${arch} \
+   CPLUS_FLAGS="${CXXFLAGS}" \
+   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
+}
+
+multilib_src_compile() {
+   local_src_compile tbb tbbmalloc
+}
+
+multilib_src_test() {
+   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
+   local_src_compile -j1 test
+}
+
+multilib_src_install() {
+   local bt
+   local buildtypes
+   if use debug ; then
+   buildtypes="release debug"
+   else
+   buildtypes="release"
+   fi
+   for bt in ${buildtypes}; do
+   cd "${BUILD_DIR}_${bt}" || die
+   local l
+   for l in $(find . -name lib\*.so.\*); do
+   dolib.so ${l}
+   local bl=$(basename ${l})
+   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
+   done
+   done
+
+   cd "${BUILD_DIR}" || die
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins *.pc
+}
+
+multilib_src_install_all() {
+   doheader -r include/*
+
+   dodoc README CHANGES doc/Release_Notes.txt
+   use doc && dohtml -r doc/html/*
+
+   if use examples ; then
+   insinto /usr/share/doc/${PF}/examples/build
+   doins build/*.inc
+   insinto 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-06 Thread Agostino Sarubbo
commit: 45d2a274f839ec83eae94600454dfe83a1a9a243
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  6 12:43:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  6 12:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d2a274

dev-cpp/tbb: ppc stable wrt bug #556038

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-cpp/tbb/tbb-4.3.20150611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 8bcd247..e36e9c3 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-11-26 Thread Justin Lecher
commit: 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Nov 26 10:33:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Nov 26 10:33:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a9ac7a

dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC

thanks
 Marcus Comstedt for the patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 31f7343..2a45353 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -77,6 +77,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
+   abi_ppc_64) arch=ppc64 ;;
+   abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-20 Thread Jeroen Roovers
commit: 749122bd3576025972ca8f24312caa19872e50c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 20 08:31:07 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 20 08:32:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749122bd

dev-cpp/tbb: Stable for PPC64 (bug #552218).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
index ed80e14..5edd369 100644
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_release
 LICENSE="GPL-2-with-exceptions"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-23 Thread Justin Lecher
commit: 96ff8d893a1f0ff086c9c55d36f84e22a3e22993
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 23 13:04:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 23 13:04:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ff8d89

dev-cpp/tbb: Drop old

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/Manifest|   1 -
 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 127 
 2 files changed, 128 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index b19a8e5..2f8b59e 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1 @@
-DIST tbb43_20141023oss_src.tgz 2777177 SHA256 
247a8d22d6850caa37d376aaeaf8bfcb06525ec5561fb6f6ed09cdad2c1f6414 SHA512 
0718e7bf5f0b9525da9eb45beedc1c3832ccd813d72b10a7ed7c6a281d342325d04c65f797c29e2551d4f2bd470e57c81f38db0d6bd983f7871a90f2b5fe5020
 WHIRLPOOL 
7a6bc75e9404cbfc9f1e1bc53ff195e63c605aae1cc2883147d69bdd394694d21f916fa6d1c2708ff397a01c620fdb38966d0da5085df6d23dcba235de18c6a8
 DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
deleted file mode 100644
index 5edd369..000
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic multilib versionator toolchain-funcs
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-PV3="$(get_version_component_range 3)"
-MYP="${PN}${PV1}${PV2}_${PV3}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch
-   # use fully qualified gcc compilers. do not force march/mcpu
-   # not tested with icc
-   # order in sed expressions is important
-   sed -i \
-   -e "s/g++/$(tc-getCXX)/g" \
-   -e "s/gcc/$(tc-getCC)/g" \
-   -e 's/-m\(arch\|cpu\)=*[[:space:]]//g' \
-   -e 's/-\(m\|-\)\(64\|32\)//g' \
-   -e 's/-O2/$(CXXFLAGS)/g' \
-   -e "/^ASM/s/as/$(tc-getAS)/g" \
-   build/*.gcc.inc || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   # force 64bit where applicable, 32bit where applicable...
-   # built-in detection is based on running kernel, which messes up
-   # e.g. in a x86 chroot on amd64 kernel. Bug 462130
-   # see build/linux.inc for values
-   use amd64 && export arch=x86_64
-   use amd64-linux && export arch=x86_64
-   use x86 && export arch=ia32
-   use x86-linux && export arch=ia32
-   # no idea what to do with ppc but so far it seems to work
-
-   find include -name \*.html -delete || die
-
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-src_compile() {
-   if [[ $(tc-getCXX) == *g++* ]]; then
-   comp="gcc"
-   elif [[ $(

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2016-06-07 Thread Tobias Klausmann
commit: d10a6771061e603d82f30d6ec551ce66fafa1eee
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  7 16:46:41 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  7 16:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a6771

dev-cpp/tbb-4.3.20150611-r1: add ~alpha keyword

Gentoo-Bug: 575366

Package-Manager: portage-2.3.0_rc1

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 2a45353..14c7da9 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-11-27 Thread Sergei Trofimovich
commit: ef506c1ee1d8ff48293910ce98a776c325cf98bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 19:40:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 19:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef506c1e

dev-cpp/tbb: keyworded 2017.20170226 for sparc, bug #575366 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-cpp/tbb/Manifest | 4 ++--
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 9ce11ceae62..82ae82b74d2 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,4 +1,4 @@
 DIST tbb-2017.20170226.tar.gz 2856407 SHA256 
780baf0ad520f23b54dd20dc97bf5aae4bc562019e0a70f53bfc4c1afec6e545 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 WHIRLPOOL 
18095aa7fec6a6766f9d8456c34a346bc51c2525263f03ae00f6a37899cafea0b83d67fd199372983561543f197f797b50f99966ea24591114958ff115e80b6f
-DIST tbb2017_20161128oss_src.tgz 2965854 SHA256 
c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 WHIRLPOOL 
d1ce8d07ac002c617afa7c0aa1d5cad41928a6eefd064a744b4efdd0192dd310ad8cb32b949858a7c2c44211477deffc05dbd65e8101184d4cae26744143b922
-DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72
+DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
+DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 DIST tbb44_20160803oss_src.tgz 2874050 SHA256 
23fb69a16b5daccef8e1ffe194d1dd5c6b1d225c0de87e54bc30c958aa244fb0 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92
 WHIRLPOOL 
2b93bfabc0eadb1a10ad34f1a475322a04554bd8b5e4ac90505ec285f7727a537249a045f7a464fb3c266f9ece6c83fa259a099cc052da16cdd6c05cd9a1fb42

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index f13c39fff0a..62fadf88307 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-12-29 Thread Fabian Groffen
commit: 5bfd22c5b483ee6b15d3dfba66b6a8256d7c415e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Dec 29 13:34:53 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec 29 13:34:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfd22c5

dev-cpp/tbb: use get_libname to deal with the right files, bug #638526

Thanks Anton for the suggestion.

Closes: https://bugs.gentoo.org/638526
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 62fadf88307..187f9ac0615 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs 
versionator
 
 PV1="$(get_version_component_range 1)"
 PV2=5
@@ -117,10 +117,10 @@ multilib_src_install() {
for bt in ${buildtypes}; do
cd "${BUILD_DIR}_${bt}" || die
local l
-   for l in $(find . -name lib\*.so.\*); do
+   for l in $(find . -name lib\*$(get_libname \*)); do
dolib.so ${l}
local bl=$(basename ${l})
-   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
+   dosym ${bl} /usr/$(get_libdir)/${bl%%.*}$(get_libname)
done
done
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-04-24 Thread Matthias Maier
commit: c5f15046dc1de2ee05ed4622b18c09abc35075d5
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr 24 15:56:13 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr 24 15:57:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f15046

dev-cpp/tbb: version bump to 2018.20180312

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-cpp/tbb/Manifest |   1 +
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index a8dc9eeea6f..1ee27c600fb 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,4 +1,5 @@
 DIST tbb-2017.20170226.tar.gz 2856407 BLAKE2B 
10c9f1230a57e0cc778f4f7ad9395a7dc9044b7f203e704cfdc479632e2aaf35f05caa168d9caea490abc6d96ec7d77ea6e7effbc9d5b589a6e41e3374b8b9cb
 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
+DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
 DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 DIST tbb44_20160803oss_src.tgz 2874050 BLAKE2B 
097e4e4fb2c14b6ab073409b26c7d5044cd7f2edb56efb0b307b1e07b4496a668d34eec88086d2f8e68eb050df9e2b48af81b5e47c860b15786e0c48df736d9c
 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
new file mode 100644
index 000..3d6b1e11f0b
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs 
versionator
+
+PV1="$(get_version_component_range 1)"
+PV2=3
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
+   "${FILESDIR}"/${PN}-2017.20161128-build.patch
+)
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-05-16 Thread Aaron Bauman
commit: 312e027294ffd8ecb94f876d635316700a39c3b7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 15 10:14:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 16 22:56:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312e0272

dev-cpp/tbb: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8421

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 2 +-
 dev-cpp/tbb/tbb-4.3.20150611.ebuild  | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 42598e74ad8..466e1e756f7 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -10,7 +10,7 @@ PV2="$(get_version_component_range 2)"
 MYP="${PN}${PV1}_${PV2}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index c2780f710a8..a265095c4bb 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -10,7 +10,7 @@ PV2=5
 MY_PV="${PV1}_U${PV2}"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
index 3d6b1e11f0b..7879da6125e 100644
--- a/dev-cpp/tbb/tbb-2018.20180312.ebuild
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -10,7 +10,7 @@ PV2=3
 MY_PV="${PV1}_U${PV2}"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 6e59a338c11..d5efb48803d 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
 MYP="${PN}${PV1}${PV2}_${PV3}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index fb62b61be4a..f6cd3e24a60 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
 MYP="${PN}${PV1}${PV2}_${PV3}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-04-19 Thread Amy Liffey
commit: 15c118b7175f99581d50b6788579202ce5dfef9c
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 18 21:51:47 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Apr 19 12:37:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c118b7

dev-cpp/tbb: point PATCHES at remaining deduped patch.

Closes: https://bugs.gentoo.org/653308
Closes: https://github.com/gentoo/gentoo/pull/8061
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 187f9ac0615..c2780f710a8 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2017.20161128-underlinking.patch
+   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
"${FILESDIR}"/${PN}-2017.20161128-build.patch
 )
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-05-07 Thread Michał Górny
commit: cc25d85e0df48005a4a160dcb5442f63da9c1db0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  7 19:37:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  7 19:39:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc25d85e

dev-cpp/tbb: Mask abi_ppc* flag usage

The abi_ppc* flags are going to be removed from multilib-build.eclass.
The older version seems to have worked fine without them, so commit them
out for now.

Signed-off-by: Michał Górny  gentoo.org>

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++--
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++--
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 466e1e756f7..bd54a0a8891 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index a265095c4bb..34be8b2f6e9 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
index 7879da6125e..acefb36e9bb 100644
--- a/dev-cpp/tbb/tbb-2018.20180312.ebuild
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index f6cd3e24a60..d1d21c561ce 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -79,8 +79,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-05-16 Thread Aaron Bauman
commit: 173b21aa7d3b00ca58422fb5ce2d80dce26ed93d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 15:08:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 19:27:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173b21aa

dev-cpp/tbb: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index bd54a0a8891..2f6b0f5a8f2 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-06 Thread Agostino Sarubbo
commit: 45d2a274f839ec83eae94600454dfe83a1a9a243
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  6 12:43:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  6 12:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d2a274

dev-cpp/tbb: ppc stable wrt bug #556038

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-cpp/tbb/tbb-4.3.20150611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 8bcd247..e36e9c3 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-20 Thread Jeroen Roovers
commit: 749122bd3576025972ca8f24312caa19872e50c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 20 08:31:07 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 20 08:32:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749122bd

dev-cpp/tbb: Stable for PPC64 (bug #552218).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
index ed80e14..5edd369 100644
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_release
 LICENSE="GPL-2-with-exceptions"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-11-26 Thread Justin Lecher
commit: 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Nov 26 10:33:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Nov 26 10:33:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a9ac7a

dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC

thanks
 Marcus Comstedt for the patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 31f7343..2a45353 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -77,6 +77,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
+   abi_ppc_64) arch=ppc64 ;;
+   abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-11-08 Thread Justin Lecher
commit: ccb7ff1a98f902c510ba58052a0ad428384224f0
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov  8 17:47:33 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov  8 17:47:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb7ff1a

dev-cpp/tbb: Properly install debug libs

thanks Konstantin (elxa) for the patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564678

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 141 +
 1 file changed, 141 insertions(+)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
new file mode 100644
index 000..31f7343
--- /dev/null
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+
+PV1="$(get_version_component_range 1)"
+PV2="$(get_version_component_range 2)"
+PV3="$(get_version_component_range 3)"
+MYP="${PN}${PV1}${PV2}_${PV3}oss"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
+LICENSE="GPL-2-with-exceptions"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch \
+   "${FILESDIR}"/${P}-build.patch
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+   esac
+
+   case "$(tc-getCXX)" in
+   *g++*) comp="gcc" ;;
+   *ic*c) comp="icc" ;;
+   *clang*) comp="clang" ;;
+   *) die "compiler $(tc-getCXX) not supported by build system" ;;
+   esac
+
+   CXX="$(tc-getCXX)" \
+   CC="$(tc-getCC)" \
+   AS="$(tc-getAS)" \
+   arch=${arch} \
+   CPLUS_FLAGS="${CXXFLAGS}" \
+   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
+}
+
+multilib_src_compile() {
+   local_src_compile tbb tbbmalloc
+}
+
+multilib_src_test() {
+   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
+   local_src_compile -j1 test
+}
+
+multilib_src_install() {
+   local bt
+   local buildtypes
+   if use debug ; then
+   buildtypes="release debug"
+   else
+   buildtypes="release"
+   fi
+   for bt in ${buildtypes}; do
+   cd "${BUILD_DIR}_${bt}" || die
+   local l
+   for l in $(find . -name lib\*.so.\*); do
+   dolib.so ${l}
+   local bl=$(basename ${l})
+   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
+   done
+   done
+
+   cd "${BUILD_DIR}" || die
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins *.pc
+}
+
+multilib_src_install_all() {
+   doheader -r include/*
+
+   dodoc README CHANGES doc/Release_Notes.txt
+   use doc && dohtml -r doc/html/*
+
+   if use examples ; then
+   insinto /usr/share/doc/${PF}/examples/build
+   doins build/*.inc
+   insinto 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-23 Thread Justin Lecher
commit: 96ff8d893a1f0ff086c9c55d36f84e22a3e22993
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 23 13:04:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 23 13:04:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ff8d89

dev-cpp/tbb: Drop old

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/Manifest|   1 -
 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 127 
 2 files changed, 128 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index b19a8e5..2f8b59e 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1 @@
-DIST tbb43_20141023oss_src.tgz 2777177 SHA256 
247a8d22d6850caa37d376aaeaf8bfcb06525ec5561fb6f6ed09cdad2c1f6414 SHA512 
0718e7bf5f0b9525da9eb45beedc1c3832ccd813d72b10a7ed7c6a281d342325d04c65f797c29e2551d4f2bd470e57c81f38db0d6bd983f7871a90f2b5fe5020
 WHIRLPOOL 
7a6bc75e9404cbfc9f1e1bc53ff195e63c605aae1cc2883147d69bdd394694d21f916fa6d1c2708ff397a01c620fdb38966d0da5085df6d23dcba235de18c6a8
 DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
deleted file mode 100644
index 5edd369..000
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic multilib versionator toolchain-funcs
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-PV3="$(get_version_component_range 3)"
-MYP="${PN}${PV1}${PV2}_${PV3}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch
-   # use fully qualified gcc compilers. do not force march/mcpu
-   # not tested with icc
-   # order in sed expressions is important
-   sed -i \
-   -e "s/g++/$(tc-getCXX)/g" \
-   -e "s/gcc/$(tc-getCC)/g" \
-   -e 's/-m\(arch\|cpu\)=*[[:space:]]//g' \
-   -e 's/-\(m\|-\)\(64\|32\)//g' \
-   -e 's/-O2/$(CXXFLAGS)/g' \
-   -e "/^ASM/s/as/$(tc-getAS)/g" \
-   build/*.gcc.inc || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   # force 64bit where applicable, 32bit where applicable...
-   # built-in detection is based on running kernel, which messes up
-   # e.g. in a x86 chroot on amd64 kernel. Bug 462130
-   # see build/linux.inc for values
-   use amd64 && export arch=x86_64
-   use amd64-linux && export arch=x86_64
-   use x86 && export arch=ia32
-   use x86-linux && export arch=ia32
-   # no idea what to do with ppc but so far it seems to work
-
-   find include -name \*.html -delete || die
-
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-src_compile() {
-   if [[ $(tc-getCXX) == *g++* ]]; then
-   comp="gcc"
-   elif [[ $(

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2016-06-07 Thread Tobias Klausmann
commit: d10a6771061e603d82f30d6ec551ce66fafa1eee
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  7 16:46:41 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  7 16:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a6771

dev-cpp/tbb-4.3.20150611-r1: add ~alpha keyword

Gentoo-Bug: 575366

Package-Manager: portage-2.3.0_rc1

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 2a45353..14c7da9 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-05-16 Thread Aaron Bauman
commit: 173b21aa7d3b00ca58422fb5ce2d80dce26ed93d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 15:08:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 19:27:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173b21aa

dev-cpp/tbb: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index bd54a0a8891..2f6b0f5a8f2 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-05-07 Thread Michał Górny
commit: cc25d85e0df48005a4a160dcb5442f63da9c1db0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  7 19:37:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  7 19:39:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc25d85e

dev-cpp/tbb: Mask abi_ppc* flag usage

The abi_ppc* flags are going to be removed from multilib-build.eclass.
The older version seems to have worked fine without them, so commit them
out for now.

Signed-off-by: Michał Górny  gentoo.org>

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 4 ++--
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++--
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 466e1e756f7..bd54a0a8891 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index a265095c4bb..34be8b2f6e9 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
index 7879da6125e..acefb36e9bb 100644
--- a/dev-cpp/tbb/tbb-2018.20180312.ebuild
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -78,8 +78,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index f6cd3e24a60..d1d21c561ce 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -79,8 +79,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
+#  abi_ppc_64) arch=ppc64 ;;
+#  abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-08 Thread Alexis Ballier
commit: 1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  8 10:51:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  8 10:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a0ea7

dev-cpp/tbb: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 830e5e189af..f13c39fff0a 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-04-29 Thread Jeroen Roovers
commit: d90848f38912fd76165028fb9b5e8e2592c9cf1f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr 29 12:37:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr 29 12:37:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90848f3

dev-cpp/tbb: Mark ~hppa (bug #575366).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 dev-cpp/tbb/tbb-4.3.20150611.ebuild  | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 911c9c71ed8..f88fe955918 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index c647ba1f579..f4733d08e60 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 49ffe078c51..6e59a338c11 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index e4e6af1dd1d..c05b588 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-01 Thread Sergei Trofimovich
commit: 592f67db756e3815585999f3a004cc638dd4a8c6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 09:36:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 09:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f67db

dev-cpp/tbb: ia64 keyworded, bug #575366

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index f4733d08e60..830e5e189af 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-05-16 Thread Aaron Bauman
commit: 312e027294ffd8ecb94f876d635316700a39c3b7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 15 10:14:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 16 22:56:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312e0272

dev-cpp/tbb: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8421

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 2 +-
 dev-cpp/tbb/tbb-4.3.20150611.ebuild  | 4 ++--
 dev-cpp/tbb/tbb-4.4.20160803.ebuild  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 42598e74ad8..466e1e756f7 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -10,7 +10,7 @@ PV2="$(get_version_component_range 2)"
 MYP="${PN}${PV1}_${PV2}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index c2780f710a8..a265095c4bb 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -10,7 +10,7 @@ PV2=5
 MY_PV="${PV1}_U${PV2}"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
index 3d6b1e11f0b..7879da6125e 100644
--- a/dev-cpp/tbb/tbb-2018.20180312.ebuild
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -10,7 +10,7 @@ PV2=3
 MY_PV="${PV1}_U${PV2}"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 6e59a338c11..d5efb48803d 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
 MYP="${PN}${PV1}${PV2}_${PV3}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"

diff --git a/dev-cpp/tbb/tbb-4.4.20160803.ebuild 
b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
index fb62b61be4a..f6cd3e24a60 100644
--- a/dev-cpp/tbb/tbb-4.4.20160803.ebuild
+++ b/dev-cpp/tbb/tbb-4.4.20160803.ebuild
@@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
 MYP="${PN}${PV1}${PV2}_${PV3}oss"
 
 DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
+HOMEPAGE="https://www.threadingbuildingblocks.org";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-04-19 Thread Amy Liffey
commit: 15c118b7175f99581d50b6788579202ce5dfef9c
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 18 21:51:47 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Apr 19 12:37:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c118b7

dev-cpp/tbb: point PATCHES at remaining deduped patch.

Closes: https://bugs.gentoo.org/653308
Closes: https://github.com/gentoo/gentoo/pull/8061
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 187f9ac0615..c2780f710a8 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2017.20161128-underlinking.patch
+   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
"${FILESDIR}"/${PN}-2017.20161128-build.patch
 )
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2018-04-24 Thread Matthias Maier
commit: c5f15046dc1de2ee05ed4622b18c09abc35075d5
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr 24 15:56:13 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr 24 15:57:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f15046

dev-cpp/tbb: version bump to 2018.20180312

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-cpp/tbb/Manifest |   1 +
 dev-cpp/tbb/tbb-2018.20180312.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index a8dc9eeea6f..1ee27c600fb 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,4 +1,5 @@
 DIST tbb-2017.20170226.tar.gz 2856407 BLAKE2B 
10c9f1230a57e0cc778f4f7ad9395a7dc9044b7f203e704cfdc479632e2aaf35f05caa168d9caea490abc6d96ec7d77ea6e7effbc9d5b589a6e41e3374b8b9cb
 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
+DIST tbb-2018.20180312.tar.gz 2911740 BLAKE2B 
5c6dab4a892f3b61ed0b02ea36dc41bebd5b33a22bcc3d5f2960f21e134f2eb9bccf1466193a573489e12638c0bb0bccc2da83f699968ffd62417f2d0f093289
 SHA512 
7ac74e714122e25f7704630d3d52992dbea54d1e761b5e487251a771f401aa864f78b8ddf11d78f38758088df387abb6987f6a2db562c86cbb28ba8f33a25680
 DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 DIST tbb44_20160803oss_src.tgz 2874050 BLAKE2B 
097e4e4fb2c14b6ab073409b26c7d5044cd7f2edb56efb0b307b1e07b4496a668d34eec88086d2f8e68eb050df9e2b48af81b5e47c860b15786e0c48df736d9c
 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92

diff --git a/dev-cpp/tbb/tbb-2018.20180312.ebuild 
b/dev-cpp/tbb/tbb-2018.20180312.ebuild
new file mode 100644
index 000..3d6b1e11f0b
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2018.20180312.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs 
versionator
+
+PV1="$(get_version_component_range 1)"
+PV2=3
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.4.20160803-underlinking.patch
+   "${FILESDIR}"/${PN}-2017.20161128-build.patch
+)
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-11-27 Thread Sergei Trofimovich
commit: ef506c1ee1d8ff48293910ce98a776c325cf98bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 19:40:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 19:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef506c1e

dev-cpp/tbb: keyworded 2017.20170226 for sparc, bug #575366 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-cpp/tbb/Manifest | 4 ++--
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 9ce11ceae62..82ae82b74d2 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,4 +1,4 @@
 DIST tbb-2017.20170226.tar.gz 2856407 SHA256 
780baf0ad520f23b54dd20dc97bf5aae4bc562019e0a70f53bfc4c1afec6e545 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 WHIRLPOOL 
18095aa7fec6a6766f9d8456c34a346bc51c2525263f03ae00f6a37899cafea0b83d67fd199372983561543f197f797b50f99966ea24591114958ff115e80b6f
-DIST tbb2017_20161128oss_src.tgz 2965854 SHA256 
c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 WHIRLPOOL 
d1ce8d07ac002c617afa7c0aa1d5cad41928a6eefd064a744b4efdd0192dd310ad8cb32b949858a7c2c44211477deffc05dbd65e8101184d4cae26744143b922
-DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72
+DIST tbb2017_20161128oss_src.tgz 2965854 BLAKE2B 
8c5aed6d8477297922767803617346feebb712d1f4b2df6d71a86f039b5563afc666454985e68a528a812aaad40b5fd0562bb91d357c45156fec46e5389ec542
 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
+DIST tbb43_20150611oss_src.tgz 2757631 BLAKE2B 
d1a00b531b747aeae05d052ac2d894b4d5dbee628988794ac9721058e5b3cd7efb60877ff1183d155d75bc2a0b413863911c438da9db1c30ec8e74e2de442118
 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 DIST tbb44_20160803oss_src.tgz 2874050 SHA256 
23fb69a16b5daccef8e1ffe194d1dd5c6b1d225c0de87e54bc30c958aa244fb0 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92
 WHIRLPOOL 
2b93bfabc0eadb1a10ad34f1a475322a04554bd8b5e4ac90505ec285f7727a537249a045f7a464fb3c266f9ece6c83fa259a099cc052da16cdd6c05cd9a1fb42

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index f13c39fff0a..62fadf88307 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-12-29 Thread Fabian Groffen
commit: 5bfd22c5b483ee6b15d3dfba66b6a8256d7c415e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Dec 29 13:34:53 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec 29 13:34:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfd22c5

dev-cpp/tbb: use get_libname to deal with the right files, bug #638526

Thanks Anton for the suggestion.

Closes: https://bugs.gentoo.org/638526
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 62fadf88307..187f9ac0615 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+inherit eutils flag-o-matic multilib-minimal multilib toolchain-funcs 
versionator
 
 PV1="$(get_version_component_range 1)"
 PV2=5
@@ -117,10 +117,10 @@ multilib_src_install() {
for bt in ${buildtypes}; do
cd "${BUILD_DIR}_${bt}" || die
local l
-   for l in $(find . -name lib\*.so.\*); do
+   for l in $(find . -name lib\*$(get_libname \*)); do
dolib.so ${l}
local bl=$(basename ${l})
-   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
+   dosym ${bl} /usr/$(get_libdir)/${bl%%.*}$(get_libname)
done
done
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: 47a81396e5806d5faa0cfe5879aadb12b25cfd7b
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 01:54:36 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:15:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a81396

dev-cpp/tbb: Fix license

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 96926672bc8..80201f881df 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -12,7 +12,7 @@ MYP="${PN}${PV1}_${PV2}oss"
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
+LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: d83b58a15ac52dd23cce857445c8972e446c5938
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 02:15:10 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83b58a1

dev-cpp/tbb: version bump to 2017.20170226

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/Manifest |   1 +
 dev-cpp/tbb/tbb-2017.20170226.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index a7b1897ff55..9ce11ceae62 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,3 +1,4 @@
+DIST tbb-2017.20170226.tar.gz 2856407 SHA256 
780baf0ad520f23b54dd20dc97bf5aae4bc562019e0a70f53bfc4c1afec6e545 SHA512 
d07eeca53138432a4ac20145169907f5271e234bedfb53e0eabbed2b6fafaecdc0a2ad7bdbead205993f822e7c415233cce9afd7575d366c17a117d5cc971a65
 WHIRLPOOL 
18095aa7fec6a6766f9d8456c34a346bc51c2525263f03ae00f6a37899cafea0b83d67fd199372983561543f197f797b50f99966ea24591114958ff115e80b6f
 DIST tbb2017_20161128oss_src.tgz 2965854 SHA256 
c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540 SHA512 
3c48ce196d2d3557e86cea7ede9dea456bbaeb29dbed34210f99c6f380406403a6056ccfa3d5befe6b29c4f8a9ee58ca6da545249cf4ec4ec85b463e04e4518c
 WHIRLPOOL 
d1ce8d07ac002c617afa7c0aa1d5cad41928a6eefd064a744b4efdd0192dd310ad8cb32b949858a7c2c44211477deffc05dbd65e8101184d4cae26744143b922
 DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72
 DIST tbb44_20160803oss_src.tgz 2874050 SHA256 
23fb69a16b5daccef8e1ffe194d1dd5c6b1d225c0de87e54bc30c958aa244fb0 SHA512 
01b1dcdaffa96c3d503e44d7b236b1115f419c122dab0f40de4c9dc90db315a1f3755cc91adf9df91d5d31d8927df115230db94cf175edac09ae438b46374a92
 WHIRLPOOL 
2b93bfabc0eadb1a10ad34f1a475322a04554bd8b5e4ac90505ec285f7727a537249a045f7a464fb3c266f9ece6c83fa259a099cc052da16cdd6c05cd9a1fb42

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
new file mode 100644
index 000..c647ba1f579
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
+
+PV1="$(get_version_component_range 1)"
+PV2=5
+MY_PV="${PV1}_U${PV2}"
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="http://www.threadingbuildingblocks.org/";
+SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+IUSE="debug doc examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2017.20161128-underlinking.patch
+   "${FILESDIR}"/${PN}-2017.20161128-build.patch
+)
+
+src_prepare() {
+   default
+
+   find include -name \*.html -delete || die
+
+   # Give it a soname on FreeBSD
+   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
+   # Set proper versionning on FreeBSD
+   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
+
+   use debug || sed -i -e '/_debug/d' Makefile
+}
+
+multilib_src_configure() {
+   # pc files are for debian and fedora compatibility
+   # some deps use them
+   cat <<-EOF > ${PN}.pc.template
+   prefix=${EPREFIX}/usr
+   libdir=\${prefix}/$(get_libdir)
+   includedir=\${prefix}/include
+   Name: ${PN}
+   Description: ${DESCRIPTION}
+   Version: ${PV}
+   URL: ${HOMEPAGE}
+   Cflags: -I\${includedir}
+   EOF
+   cp ${PN}.pc.template ${PN}.pc || die
+   cat <<-EOF >> ${PN}.pc
+   Libs: -L\${libdir} -ltbb
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc.pc || die
+   cat <<-EOF >> ${PN}malloc.pc
+   Libs: -L\${libdir} -ltbbmalloc
+   Libs.private: -lm -lrt
+   EOF
+   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
+   cat <<-EOF >> ${PN}malloc_proxy.pc
+   Libs: -L\${libdir} -ltbbmalloc_proxy
+   Libs.private: -lrt
+   Requires: tbbmalloc
+   EOF
+}
+
+local_src_compile() {
+   cd "${S}"
+
+   local comp arch
+
+   case ${MULTILIB_ABI_FLAG} in
+   abi_x86_64) arch=x86_64 ;;
+   abi_x86_32) arch=ia32 ;;
+   abi_ppc_64) arch=ppc64 ;;
+  

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-30 Thread Matthias Maier
commit: 48daedc3c2e0570a4a160b41d9689e1a2d92b131
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Mar 31 02:20:36 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Mar 31 02:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48daedc3

dev-cpp/tbb: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 142 -
 1 file changed, 142 deletions(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
deleted file mode 100644
index a482af8fd15..000
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-PV3="$(get_version_component_range 3)"
-MYP="${PN}${PV1}${PV2}_${PV3}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch \
-   "${FILESDIR}"/${P}-build.patch
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-}
-
-local_src_compile() {
-   cd "${S}"
-
-   local comp arch
-
-   case ${MULTILIB_ABI_FLAG} in
-   abi_x86_64) arch=x86_64 ;;
-   abi_x86_32) arch=ia32 ;;
-   abi_ppc_64) arch=ppc64 ;;
-   abi_ppc_32) arch=ppc32 ;;
-   esac
-
-   case "$(tc-getCXX)" in
-   *g++*) comp="gcc" ;;
-   *ic*c) comp="icc" ;;
-   *clang*) comp="clang" ;;
-   *) die "compiler $(tc-getCXX) not supported by build system" ;;
-   esac
-
-   CXX="$(tc-getCXX)" \
-   CC="$(tc-getCC)" \
-   AS="$(tc-getAS)" \
-   arch=${arch} \
-   CPLUS_FLAGS="${CXXFLAGS}" \
-   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
-}
-
-multilib_src_compile() {
-   local_src_compile tbb tbbmalloc
-}
-
-multilib_src_test() {
-   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
-   local_src_compile -j1 test
-}
-
-multilib_src_install() {
-   local bt
-   local buildtypes
-   if use debug ; then
-   buildtypes="release debug"
-   else
-   buildtypes="release"
-   fi
-   for bt in ${buildtypes}; do
-   cd "${BUILD_DIR}_${bt}" || die
-   local l
-   for l in $(find . -name lib\*.so.\*); do
-   dolib.so ${l}
-   local bl=$(basename ${l})
-   dosym ${bl} /usr/$(get_libdir)/${bl%.*}
-   done
-   done
-
-   cd "${BUILD_DIR}" || die
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins *.pc
-}
-
-multilib_src_install_all() {
-   doheader -r include/*
-
-   dodoc README CHANGES doc/Release_Notes.txt
-   use doc && dohtml -r doc/html/*
-
-   if use examples ; then
-   insinto /usr/share/doc/${PF}/examples/build
-   doins build/*.inc
-   insinto /usr/share/doc/${PF}/examples
-   doin

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-31 Thread Michael Weber
commit: 4cf528fa6e25341eee76659023faffdaca216ef8
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 08:48:36 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 08:52:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf528fa

dev-cpp/tbb: ppc ppc64 stable (bug 614322).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 80201f881df..313f6d20fcf 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-03-31 Thread Agostino Sarubbo
commit: 868381a6d018f5b60a83cc80cae15af89e67fe37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 31 12:08:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 31 12:08:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868381a6

dev-cpp/tbb: amd64 stable wrt bug #614322

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2017.20161128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20161128.ebuild 
b/dev-cpp/tbb/tbb-2017.20161128.ebuild
index 313f6d20fcf..3444bc6f2a6 100644
--- a/dev-cpp/tbb/tbb-2017.20161128.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20161128.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 5629ccf014f47120a9239e768e8d49ecc00d2200
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:32:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5629ccf0

dev-cpp/tbb: add 2021.5.0

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/Manifest|  1 +
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index fee2e0bbf7fd..b048b94c2114 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1,3 @@
 DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87
 DIST tbb-2021.4.0.tar.gz 2452533 BLAKE2B 
a635c6efa1894c33e2f75c1aa03b6c0f4a86ebef3b58fa42bd25b53d661ed7a9d21f49f121dd3679735f219fbfc35604600bcc72ba60d3602e6de77b0d62e37b
 SHA512 
96da2bc351fd64dfa854f8e6cabc1c4e53af3d55760e99d6f83ad53779c727af333d13d6be0828ed70371cf796498d2063e9dd0e4b2f6451623bb5d28ccbf20b
+DIST tbb-2021.5.0.tar.gz 2463218 BLAKE2B 
2d50d312b86318ba4923afe68753b3781f9646cbdb33861f3458301a3a19b7ca3aab6959dca085294dfc743d7f552635f80fb524ec5d780a46f58ffe02e3280d
 SHA512 
0e7b71022e397a6d7abb0cea106847935ae79a1e12a6976f8d038668c6eca8775ed971202c5bd518f7e517092b67af805cc5feb04b5c3a40e9fbf972cc703a46

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
new file mode 100644
index ..3f730d6829cb
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic toolchain-funcs
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/oneTBB-${PV}"
+
+LICENSE="Apache-2.0"
+# https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
+# libtbb-libtbbmalloc-libtbbbind
+SLOT="0/12.5-2.5-3.5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/hwloc:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   # should be in.. 2022?
+   "${FILESDIR}"/${PN}-2021.4.0-lto.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DTBB_TEST=$(usex test)
+   -DTBB_ENABLE_IPO=OFF
+   -DTBB_STRICT=OFF
+   )
+
+   cmake-multilib_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 9d5d536af01c636d14be1560ce8cf4c75c668693
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:35:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5d536a

dev-cpp/tbb: fix UnusedInherits

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index 9a99edb24ae8..bee49233f70c 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
index 3f730d6829cb..0a18fece5fd1 100644
--- a/dev-cpp/tbb/tbb-2021.5.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 6a5c76fbf5454fe8b6ab0a3fba6a46d39ed4f573
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:49:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5c76fb

dev-cpp/tbb: fix IncorrectCopyright

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index bee49233f70c..930bcd958708 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-16 Thread Agostino Sarubbo
commit: 4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51ba2f

dev-cpp/tbb: ppc stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 230b48402b89..c5179b96d8b9 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: 9f7737b97fc3cc471b74b532a289925c4b42a661
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 09:28:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 09:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7737b9

dev-cpp/tbb: arm64 stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index c5179b96d8b9..fce1cfd25b0d 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: acb242c050c3886ea3b43cd20969f0923cceaaa2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 13:35:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 13:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb242c0

dev-cpp/tbb: arm stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index fce1cfd25b0d..cbe0ea277696 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-06 Thread Agostino Sarubbo
commit: 45d2a274f839ec83eae94600454dfe83a1a9a243
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  6 12:43:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  6 12:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d2a274

dev-cpp/tbb: ppc stable wrt bug #556038

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-cpp/tbb/tbb-4.3.20150611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
index 8bcd247..e36e9c3 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-20 Thread Jeroen Roovers
commit: 749122bd3576025972ca8f24312caa19872e50c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 20 08:31:07 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 20 08:32:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749122bd

dev-cpp/tbb: Stable for PPC64 (bug #552218).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
index ed80e14..5edd369 100644
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_release
 LICENSE="GPL-2-with-exceptions"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-09-23 Thread Justin Lecher
commit: 96ff8d893a1f0ff086c9c55d36f84e22a3e22993
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 23 13:04:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 23 13:04:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ff8d89

dev-cpp/tbb: Drop old

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/Manifest|   1 -
 dev-cpp/tbb/tbb-4.3.20141023.ebuild | 127 
 2 files changed, 128 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index b19a8e5..2f8b59e 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1 @@
-DIST tbb43_20141023oss_src.tgz 2777177 SHA256 
247a8d22d6850caa37d376aaeaf8bfcb06525ec5561fb6f6ed09cdad2c1f6414 SHA512 
0718e7bf5f0b9525da9eb45beedc1c3832ccd813d72b10a7ed7c6a281d342325d04c65f797c29e2551d4f2bd470e57c81f38db0d6bd983f7871a90f2b5fe5020
 WHIRLPOOL 
7a6bc75e9404cbfc9f1e1bc53ff195e63c605aae1cc2883147d69bdd394694d21f916fa6d1c2708ff397a01c620fdb38966d0da5085df6d23dcba235de18c6a8
 DIST tbb43_20150611oss_src.tgz 2757631 SHA256 
221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9 SHA512 
83d5d827706b774ef5cd6df8082e5d7f48683388684423bb40565dfc25892fc2e57c382f719b78087d83e51edb3f7f7215f33d8b5039b55c32788d80efa6e0b8
 WHIRLPOOL 
8e98162b2307c759fb26923d76ab784dea81e166c8bf5323869d234da59641c333e5ae30b4a224bccbf20d4f5f6b75c658589f519a165ea3ad7658322f148c72

diff --git a/dev-cpp/tbb/tbb-4.3.20141023.ebuild 
b/dev-cpp/tbb/tbb-4.3.20141023.ebuild
deleted file mode 100644
index 5edd369..000
--- a/dev-cpp/tbb/tbb-4.3.20141023.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic multilib versionator toolchain-funcs
-
-PV1="$(get_version_component_range 1)"
-PV2="$(get_version_component_range 2)"
-PV3="$(get_version_component_range 3)"
-MYP="${PN}${PV1}${PV2}_${PV3}oss"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="http://www.threadingbuildingblocks.org/";
-SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
-LICENSE="GPL-2-with-exceptions"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.297-underlinking.patch
-   # use fully qualified gcc compilers. do not force march/mcpu
-   # not tested with icc
-   # order in sed expressions is important
-   sed -i \
-   -e "s/g++/$(tc-getCXX)/g" \
-   -e "s/gcc/$(tc-getCC)/g" \
-   -e 's/-m\(arch\|cpu\)=*[[:space:]]//g' \
-   -e 's/-\(m\|-\)\(64\|32\)//g' \
-   -e 's/-O2/$(CXXFLAGS)/g' \
-   -e "/^ASM/s/as/$(tc-getAS)/g" \
-   build/*.gcc.inc || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   # force 64bit where applicable, 32bit where applicable...
-   # built-in detection is based on running kernel, which messes up
-   # e.g. in a x86 chroot on amd64 kernel. Bug 462130
-   # see build/linux.inc for values
-   use amd64 && export arch=x86_64
-   use amd64-linux && export arch=x86_64
-   use x86 && export arch=ia32
-   use x86-linux && export arch=ia32
-   # no idea what to do with ppc but so far it seems to work
-
-   find include -name \*.html -delete || die
-
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-src_compile() {
-   if [[ $(tc-getCXX) == *g++* ]]; then
-   comp="gcc"
-   elif [[ $(

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2016-06-07 Thread Tobias Klausmann
commit: d10a6771061e603d82f30d6ec551ce66fafa1eee
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  7 16:46:41 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  7 16:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a6771

dev-cpp/tbb-4.3.20150611-r1: add ~alpha keyword

Gentoo-Bug: 575366

Package-Manager: portage-2.3.0_rc1

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 2a45353..14c7da9 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2015-11-26 Thread Justin Lecher
commit: 57a9ac7abe3ebe88b28cd02c2ea6a2621d9f4b6d
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Nov 26 10:33:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Nov 26 10:33:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a9ac7a

dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC

thanks
 Marcus Comstedt for the patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild 
b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
index 31f7343..2a45353 100644
--- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
+++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
@@ -77,6 +77,8 @@ local_src_compile() {
case ${MULTILIB_ABI_FLAG} in
abi_x86_64) arch=x86_64 ;;
abi_x86_32) arch=ia32 ;;
+   abi_ppc_64) arch=ppc64 ;;
+   abi_ppc_32) arch=ppc32 ;;
esac
 
case "$(tc-getCXX)" in



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-07-14 Thread Marek Szuba
commit: c62c0934195455ead39dd67d4543969270e7f5ae
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jul 13 23:43:54 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 16:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62c0934

dev-cpp/tbb: keyword 2020.3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 91e579d8a4e..c654a5fad29 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-01 Thread Sergei Trofimovich
commit: 592f67db756e3815585999f3a004cc638dd4a8c6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 09:36:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 09:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f67db

dev-cpp/tbb: ia64 keyworded, bug #575366

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index f4733d08e60..830e5e189af 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2017-07-08 Thread Alexis Ballier
commit: 1d6a0ea72f9fb1f1fd31ea60d1be9985373a1390
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  8 10:51:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  8 10:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a0ea7

dev-cpp/tbb: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/tbb/tbb-2017.20170226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2017.20170226.ebuild 
b/dev-cpp/tbb/tbb-2017.20170226.ebuild
index 830e5e189af..f13c39fff0a 100644
--- a/dev-cpp/tbb/tbb-2017.20170226.ebuild
+++ b/dev-cpp/tbb/tbb-2017.20170226.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/";
 SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-07-03 Thread Fabian Groffen
commit: d1a6ae8903457948ccce3d6c463405958568b3d4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jul  3 06:59:42 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jul  3 07:06:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6ae89

dev-cpp/tbb: fix dependencies and keyword for ~x64-macos

Signed-off-by: Fabian Groffen  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index cbe0ea277696..472d9fb15954 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,11 +14,11 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="sys-apps/hwloc:="
+RDEPEND="!kernel_Darwin? ( sys-apps/hwloc:= )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-13 Thread Jakov Smolić
commit: 6ea58b7d9f76121c02d3519c3d41ad5912948c0d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 13 20:09:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 13 20:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea58b7d

dev-cpp/tbb: Stabilize 2021.5.0-r1 x86, #835772

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 4235949bb77b..230b48402b89 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-16 Thread Agostino Sarubbo
commit: 4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51ba2f

dev-cpp/tbb: ppc stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 230b48402b89..c5179b96d8b9 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: 9f7737b97fc3cc471b74b532a289925c4b42a661
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 09:28:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 09:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7737b9

dev-cpp/tbb: arm64 stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index c5179b96d8b9..fce1cfd25b0d 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-05-19 Thread Agostino Sarubbo
commit: acb242c050c3886ea3b43cd20969f0923cceaaa2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 19 13:35:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 19 13:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb242c0

dev-cpp/tbb: arm stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index fce1cfd25b0d..cbe0ea277696 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-10-06 Thread Jakov Smolić
commit: 4568616a2db47ffaad650f53ffb096be88e846a0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Oct  6 08:28:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Oct  6 08:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568616a

dev-cpp/tbb: drop 2019.8, 2020.2

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/tbb/Manifest  |   2 -
 dev-cpp/tbb/tbb-2019.8.ebuild | 141 ---
 dev-cpp/tbb/tbb-2020.2.ebuild | 151 --
 3 files changed, 294 deletions(-)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index 4fb83d37f0e..d2d3f1d78cf 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,3 +1 @@
-DIST tbb-2019.8.tar.gz 2580540 BLAKE2B 
1cddb0c8ade6f6363811b7f9b323a2bb7739a18114acd56e1b4a13f33904ddff8cb6aec9b4b0add995cd307ff7815f0b55ce33fa64b7dd92c0062fbaa13d0833
 SHA512 
924a8dde011452a2c46c5152942a9835e76fe5610e08b69eb0e985de3fb46bdb49f0f628d10fa7704428f6e61ec63f7002da5399d47da6ee6004fa236d346dc8
-DIST tbb-2020.2.tar.gz 2637172 BLAKE2B 
6b6e65732d3971f7374058513004ca3cfc3855b83c0a2dde59d50e08c26ff220470e31db86f4ab9f009c7e02e454a00a348730e63c829aa8d217320f7879cfc9
 SHA512 
6d7412fa6ce12d27736af3c8942c5ab5ea6945dd3ca93f309535c0dba3ff757d6507a5ffc3bcd73e6fdcda043cdedfa657631b25ae86fbf221d0f1d66a85b48f
 DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
deleted file mode 100644
index da66dd2bd83..000
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multilib-minimal multilib toolchain-funcs
-
-PV1="$(ver_cut 1)"
-PV2="$(ver_cut 2)"
-MY_PV="${PV1}_U${PV2}"
-
-DESCRIPTION="High level abstract threading library"
-HOMEPAGE="https://www.threadingbuildingblocks.org";
-SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="debug examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DOCS=( CHANGES README README.md doc/Release_Notes.txt )
-
-src_prepare() {
-   default
-
-   find include -name \*.html -delete || die
-
-   # Give it a soname on FreeBSD
-   echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> 
build/FreeBSD.gcc.inc
-   # Set proper versionning on FreeBSD
-   sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
-
-   use debug || sed -i -e '/_debug/d' Makefile
-}
-
-multilib_src_configure() {
-   # pc files are for debian and fedora compatibility
-   # some deps use them
-   cat <<-EOF > ${PN}.pc.template
-   prefix=${EPREFIX}/usr
-   libdir=\${prefix}/$(get_libdir)
-   includedir=\${prefix}/include
-   Name: ${PN}
-   Description: ${DESCRIPTION}
-   Version: ${PV}
-   URL: ${HOMEPAGE}
-   Cflags: -I\${includedir}
-   EOF
-   cp ${PN}.pc.template ${PN}.pc || die
-   cat <<-EOF >> ${PN}.pc
-   Libs: -L\${libdir} -ltbb
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc.pc || die
-   cat <<-EOF >> ${PN}malloc.pc
-   Libs: -L\${libdir} -ltbbmalloc
-   Libs.private: -lm -lrt
-   EOF
-   cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
-   cat <<-EOF >> ${PN}malloc_proxy.pc
-   Libs: -L\${libdir} -ltbbmalloc_proxy
-   Libs.private: -lrt
-   Requires: tbbmalloc
-   EOF
-}
-
-local_src_compile() {
-   cd "${S}"
-
-   local comp arch
-
-   case ${MULTILIB_ABI_FLAG} in
-   abi_x86_64) arch=x86_64 ;;
-   abi_x86_32) arch=ia32 ;;
-#  abi_ppc_64) arch=ppc64 ;;
-#  abi_ppc_32) arch=ppc32 ;;
-   esac
-
-   case "$(tc-getCXX)" in
-   *clang*) comp="clang" ;;
-   *g++*) comp="gcc" ;;
-   *ic*c) comp="icc" ;;
-   *) die "compiler $(tc-getCXX) not supported by build system" ;;
-   esac
-
-   CXX="$(tc-getCXX)" \
-   CC="$(tc-getCC)" \
-   AS="$(tc-getAS)" \
-   arch=${arch} \
-   CPLUS_FLAGS="${CXXFLAGS}" \
-   emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
-}
-
-multilib_src_compile() {
-   local_src_compile tbb tbbmalloc
-}
-
-multilib_src_test() {
-   CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
-   local_src_compile -j1 test
-}
-
-multilib_sr

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 5629ccf014f47120a9239e768e8d49ecc00d2200
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:32:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5629ccf0

dev-cpp/tbb: add 2021.5.0

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/Manifest|  1 +
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/tbb/Manifest b/dev-cpp/tbb/Manifest
index fee2e0bbf7fd..b048b94c2114 100644
--- a/dev-cpp/tbb/Manifest
+++ b/dev-cpp/tbb/Manifest
@@ -1,2 +1,3 @@
 DIST tbb-2020.3.tar.gz 2639788 BLAKE2B 
3e92bccdc8179fc049379ccbb8ad7f615623177abc61d813b1a601020c345137bfd7d4c4600cf5b0d587e5ebef677635c3c8124d06b05fdd3325128ed8c9f84a
 SHA512 
04c4b5501418792827190691d03d20d4dc1fd3cbbcf459a4d40c5c2281d964e658f31f133ad3907b78e17ed04f4ff16728ed89487ed0ce2cb239f23feb34bd87
 DIST tbb-2021.4.0.tar.gz 2452533 BLAKE2B 
a635c6efa1894c33e2f75c1aa03b6c0f4a86ebef3b58fa42bd25b53d661ed7a9d21f49f121dd3679735f219fbfc35604600bcc72ba60d3602e6de77b0d62e37b
 SHA512 
96da2bc351fd64dfa854f8e6cabc1c4e53af3d55760e99d6f83ad53779c727af333d13d6be0828ed70371cf796498d2063e9dd0e4b2f6451623bb5d28ccbf20b
+DIST tbb-2021.5.0.tar.gz 2463218 BLAKE2B 
2d50d312b86318ba4923afe68753b3781f9646cbdb33861f3458301a3a19b7ca3aab6959dca085294dfc743d7f552635f80fb524ec5d780a46f58ffe02e3280d
 SHA512 
0e7b71022e397a6d7abb0cea106847935ae79a1e12a6976f8d038668c6eca8775ed971202c5bd518f7e517092b67af805cc5feb04b5c3a40e9fbf972cc703a46

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
new file mode 100644
index ..3f730d6829cb
--- /dev/null
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic toolchain-funcs
+
+DESCRIPTION="High level abstract threading library"
+HOMEPAGE="https://www.threadingbuildingblocks.org";
+SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/oneTBB-${PV}"
+
+LICENSE="Apache-2.0"
+# https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
+# libtbb-libtbbmalloc-libtbbbind
+SLOT="0/12.5-2.5-3.5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/hwloc:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   # should be in.. 2022?
+   "${FILESDIR}"/${PN}-2021.4.0-lto.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DTBB_TEST=$(usex test)
+   -DTBB_ENABLE_IPO=OFF
+   -DTBB_STRICT=OFF
+   )
+
+   cmake-multilib_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 9d5d536af01c636d14be1560ce8cf4c75c668693
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:35:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5d536a

dev-cpp/tbb: fix UnusedInherits

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 dev-cpp/tbb/tbb-2021.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index 9a99edb24ae8..bee49233f70c 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";

diff --git a/dev-cpp/tbb/tbb-2021.5.0.ebuild b/dev-cpp/tbb/tbb-2021.5.0.ebuild
index 3f730d6829cb..0a18fece5fd1 100644
--- a/dev-cpp/tbb/tbb-2021.5.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic toolchain-funcs
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-01-02 Thread Sam James
commit: 6a5c76fbf5454fe8b6ab0a3fba6a46d39ed4f573
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  2 22:49:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  2 22:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5c76fb

dev-cpp/tbb: fix IncorrectCopyright

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2021.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index bee49233f70c..930bcd958708 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-06 Thread Sam James
commit: 4aa2a7bfd7d3fe77e0c7ec30b2565fe18c982083
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 08:08:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 08:08:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa2a7bf

dev-cpp/tbb: Stabilize 2020.3 arm64, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 25976f821ba..010e989c775 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-06 Thread Sam James
commit: 7c7067a18b17e82689b994eaf29884eaae3db99f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 08:09:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 08:09:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7067a1

dev-cpp/tbb: Stabilize 2020.3 arm, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 010e989c775..235115ce16f 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-07 Thread Sam James
commit: a522fd928c80f82968eceb2564076b56104179e8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 10:07:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 10:09:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522fd92

dev-cpp/tbb: Stabilize 2020.3 ppc, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index d8c19cfb9c1..c134f1b5e16 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-01-07 Thread Sam James
commit: e08ad85772cfe7858cb018a059a59e588d7cc459
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 16:52:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 16:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08ad857

dev-cpp/tbb: Stabilize 2020.3 ppc64, #762130

Signed-off-by: Sam James  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index c134f1b5e16..08a93301b15 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2022-03-21 Thread Agostino Sarubbo
commit: ecdc43dc2b92f48ba24f5b5cf378ca768bc83499
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 21 15:20:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 21 15:20:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdc43dc

dev-cpp/tbb: amd64 stable wrt bug #835628

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 22d714102105..49103c2b0f5e 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-10-03 Thread Guilherme Amadio
commit: a1ddeefb53647830f2c1b781c51487eecd290d4a
Author: Peter Levine  gmail  com>
AuthorDate: Thu Oct  3 01:43:17 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Oct  3 09:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ddeefb

dev-cpp/tbb: Fix building with clang

Prevent "clang++" from being inadvertently matched to "*g++*" in a case
statement.

Closes: https://bugs.gentoo.org/662990
Closes: https://github.com/gentoo/gentoo/pull/13129
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index fd77782aba4..b0174501177 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -80,9 +80,9 @@ local_src_compile() {
esac
 
case "$(tc-getCXX)" in
+   *clang*) comp="clang" ;;
*g++*) comp="gcc" ;;
*ic*c) comp="icc" ;;
-   *clang*) comp="clang" ;;
*) die "compiler $(tc-getCXX) not supported by build system" ;;
esac
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2021-07-14 Thread Marek Szuba
commit: c62c0934195455ead39dd67d4543969270e7f5ae
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jul 13 23:43:54 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 16:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62c0934

dev-cpp/tbb: keyword 2020.3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-cpp/tbb/tbb-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild
index 91e579d8a4e..c654a5fad29 100644
--- a/dev-cpp/tbb/tbb-2020.3.ebuild
+++ b/dev-cpp/tbb/tbb-2020.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.threadingbuildingblocks.org";
 SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="debug examples"
 
 DEPEND=""



  1   2   3   4   5   6   >