From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 515D8158020 for ; Wed, 23 Nov 2022 17:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C56AE098F; Wed, 23 Nov 2022 17:33:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2790E098F for ; Wed, 23 Nov 2022 17:33:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0239C340D2D for ; Wed, 23 Nov 2022 17:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36997756 for ; Wed, 23 Nov 2022 17:33:14 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1669224721.080e3d357377fa1f51917754a3d6c6f7d27a844b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/tbb/metadata.xml dev-cpp/tbb/tbb-2020.3.ebuild dev-cpp/tbb/tbb-2021.5.0-r1.ebuild dev-cpp/tbb/tbb-2021.7.0-r1.ebuild dev-cpp/tbb/tbb-2021.7.0.ebuild X-VCS-Directories: dev-cpp/tbb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 080e3d357377fa1f51917754a3d6c6f7d27a844b X-VCS-Branch: master Date: Wed, 23 Nov 2022 17:33:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03947187-1471-4daf-bb8b-e3636f967171 X-Archives-Hash: f0190a28d94bb58097ad53595b61bedf commit: 080e3d357377fa1f51917754a3d6c6f7d27a844b Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Nov 23 17:32:01 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Nov 23 17:32:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080e3d35 dev-cpp/tbb: update homepage permanently redirected Signed-off-by: Andrew Ammerlaan gentoo.org> dev-cpp/tbb/metadata.xml | 2 +- dev-cpp/tbb/tbb-2020.3.ebuild | 2 +- dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +- dev-cpp/tbb/tbb-2021.7.0-r1.ebuild | 2 +- 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. - intel/tbb + oneapi-src/oneTBB 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}"