From 3718e68206493a7492ed1fa6d93f7618d151cc8b Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Thu, 30 Jan 2025 13:37:01 +0000 Subject: [PATCH] dev-util/rocm_bandwidth_test: drop 5.3.3, 5.4.3 Signed-off-by: Sv. Lockal Signed-off-by: Sam James --- dev-util/rocm_bandwidth_test/Manifest | 2 -- .../rocm_bandwidth_test-5.3.3.ebuild | 26 ------------------- .../rocm_bandwidth_test-5.4.3.ebuild | 26 ------------------- 3 files changed, 54 deletions(-) delete mode 100644 dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.3.3.ebuild delete mode 100644 dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.4.3.ebuild diff --git a/dev-util/rocm_bandwidth_test/Manifest b/dev-util/rocm_bandwidth_test/Manifest index 83cd89dd70be9..add76c603662f 100644 --- a/dev-util/rocm_bandwidth_test/Manifest +++ b/dev-util/rocm_bandwidth_test/Manifest @@ -1,5 +1,3 @@ -DIST rocm_bandwidth_test-5.3.3.tar.gz 38681 BLAKE2B 02a09ae869b507ad117e40e2daadd6e2acb2a365b12e5f601a4c8d6e55d3fb51de32feef9122bd532700b46843310ed83088842728a814f55695a3572e83d1d1 SHA512 155480284cdd1b0e42c62ab49f536ef12f2b9cbfcf0e8d076938cf0cf86872b536506a81e283b656ef1896d7d6e691e06145b2021593542755dd7460d08002c9 -DIST rocm_bandwidth_test-5.4.3.tar.gz 38761 BLAKE2B ab3c8fd15039081f7b42e1c5c82e06f2cf3f5c70c0868bf0c195507dd97669f199ecdaa895d292d225bce7aa069d14836923ff9ffd43d13749ca312ed07d3402 SHA512 676ba7aa26fd5eb2858ff61c8cf49ea3c5d51e87f5fa3bd6389c7c53e02561281d2d4a751369ccc66270f1d04b5ec9e55048ba23e758f0be8ef8e2abfd2026c2 DIST rocm_bandwidth_test-5.7.1.tar.gz 38769 BLAKE2B 5880c4bb50d4daf87581424c2fb208363d2d34f848d3ced163b3809e5dff4e56996abf3edc6f8c8ca75f55d95b92604de6ee0c333930d32c7c52c8bcdb6562e6 SHA512 7da08b7a9bbde34e3b2b799e47e490d34dc69225b9d5efe103fd23f3a417fc7a48dcc813d2669ee4506f6699c4576c549f982a4a76a92d83447d6fab709f5042 DIST rocm_bandwidth_test-6.3.0.tar.gz 45547 BLAKE2B 114d0ef78e90008dc67721a19d12723368eb50b16fb606e8d61597906f64144b66786de61a3e0951d4366c79bcf1150709acee3b21c22640d43ed6878cbff4bf SHA512 482b712d030b826146076e39fd0c27e60b8952879c3f81b5f89cfef388662593bb0007306f1dddbaed36e8b88b11a30171c1695c5f751a671aa230e7bffe694d DIST rocm_bandwidth_test-6.3.2.tar.gz 45543 BLAKE2B e38e448241f4f5b601cd4bd58d2a22f692ee71a5799906d9b3747cf7337cf07d91d140fa19683ef6ce030a6c6c34df1cf47957c2c8c1c4b96cf713c841a91d3e SHA512 d01f35c2331c13fe8c56b110ca2a6d26a6f4ecaaafa13af8ff47a01001fd29605aa44855c0c7d024dde83eec4978e14032ff96b1200b2a95a0c82376755cf91b diff --git a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.3.3.ebuild b/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.3.3.ebuild deleted file mode 100644 index 094ed9071adb5..0000000000000 --- a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.3.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Bandwidth test for ROCm" -HOMEPAGE="https://github.com/RadeonOpenCompute/rocm_bandwidth_test" -SRC_URI="https://github.com/RadeonOpenCompute/${PN}/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="NCSA-AMD" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" - -DEPEND="dev-libs/rocr-runtime:=" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${PN}-rocm-${PV}" - -src_install() { - cmake_src_install - - rm -rfv "${ED}"/usr/share/doc/rocm-bandwidth-test -} diff --git a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.4.3.ebuild b/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.4.3.ebuild deleted file mode 100644 index 684546f46011c..0000000000000 --- a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.4.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Bandwidth test for ROCm" -HOMEPAGE="https://github.com/RadeonOpenCompute/rocm_bandwidth_test" -SRC_URI="https://github.com/RadeonOpenCompute/${PN}/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="NCSA-AMD" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" - -DEPEND="dev-libs/rocr-runtime:=" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${PN}-rocm-${PV}" - -src_install() { - cmake_src_install - - rm -rfv "${ED}"/usr/share/doc/rocm-bandwidth-test -}