diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-23 18:32:01 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-23 18:32:01 +0100 |
commit | 080e3d357377fa1f51917754a3d6c6f7d27a844b (patch) | |
tree | 1072a4a8ced024e1487667fa32873f62b389846b /dev-cpp | |
parent | x11-libs/gtk+: Version bump to 3.24.35 (diff) | |
download | gentoo-080e3d357377fa1f51917754a3d6c6f7d27a844b.tar.gz gentoo-080e3d357377fa1f51917754a3d6c6f7d27a844b.tar.bz2 gentoo-080e3d357377fa1f51917754a3d6c6f7d27a844b.zip |
dev-cpp/tbb: update homepage
permanently redirected
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/metadata.xml | 2 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2020.3.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2021.7.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-2021.7.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-cpp/tbb/metadata.xml b/dev-cpp/tbb/metadata.xml index 5c8db0d2f223..7283fc113042 100644 --- a/dev-cpp/tbb/metadata.xml +++ b/dev-cpp/tbb/metadata.xml @@ -13,6 +13,6 @@ for performance and scalability. </longdescription> <upstream> - <remote-id type="github">intel/tbb</remote-id> + <remote-id type="github">oneapi-src/oneTBB</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild index 3cdf62035bbc..f784dbdaec54 100644 --- a/dev-cpp/tbb/tbb-2020.3.ebuild +++ b/dev-cpp/tbb/tbb-2020.3.ebuild @@ -10,7 +10,7 @@ PV2="$(ver_cut 2)" MY_PV="${PV1}_U${PV2}" DESCRIPTION="High level abstract threading library" -HOMEPAGE="https://www.threadingbuildingblocks.org" +HOMEPAGE="https://github.com/oneapi-src/oneTBB" SRC_URI="https://github.com/intel/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild index 472d9fb15954..edfd4bd37ec7 100644 --- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake-multilib DESCRIPTION="High level abstract threading library" -HOMEPAGE="https://www.threadingbuildingblocks.org" +HOMEPAGE="https://github.com/oneapi-src/oneTBB" SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/oneTBB-${PV}" diff --git a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild index 04d4abceddcf..a958dc554ff0 100644 --- a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake-multilib DESCRIPTION="High level abstract threading library" -HOMEPAGE="https://www.threadingbuildingblocks.org" +HOMEPAGE="https://github.com/oneapi-src/oneTBB" SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/oneTBB-${PV}" diff --git a/dev-cpp/tbb/tbb-2021.7.0.ebuild b/dev-cpp/tbb/tbb-2021.7.0.ebuild index e64bd851162c..4de15cfb581f 100644 --- a/dev-cpp/tbb/tbb-2021.7.0.ebuild +++ b/dev-cpp/tbb/tbb-2021.7.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake-multilib flag-o-matic DESCRIPTION="High level abstract threading library" -HOMEPAGE="https://www.threadingbuildingblocks.org" +HOMEPAGE="https://github.com/oneapi-src/oneTBB" SRC_URI="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/oneTBB-${PV}" |