Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rocm_bandwidth_test/
Date: Wed, 01 Feb 2023 09:53:35
Message-Id: 1675245164.56b7e4e1c74519d8c5c91c03db2a1fb0ff61ccb5.asturm@gentoo
1 commit: 56b7e4e1c74519d8c5c91c03db2a1fb0ff61ccb5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 22:16:06 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 09:52:44 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b7e4e1
7
8 dev-util/rocm_bandwidth_test: drop 5.0.2-r1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-util/rocm_bandwidth_test/Manifest | 1 -
13 .../rocm_bandwidth_test-5.0.2-r1.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-util/rocm_bandwidth_test/Manifest b/dev-util/rocm_bandwidth_test/Manifest
17 index ad31c1a27950..c22630347d05 100644
18 --- a/dev-util/rocm_bandwidth_test/Manifest
19 +++ b/dev-util/rocm_bandwidth_test/Manifest
20 @@ -1,2 +1 @@
21 -DIST rocm_bandwidth_test-5.0.2.tar.gz 38091 BLAKE2B bf9767d55a3400fa1bc95a638a9fd6debcd3b0cd8f5d698eb5d39568c5dc7321c5a63c6678b4bc91f7bd5ff9cee13da7800b3a7523a24a0ceae607be8b18b0b4 SHA512 b235838442dd12e0283b36168eed4853094f423b8b61e3f623be78133af9f89406fb83254972d5a622f90998450660165205deb95082cb49907f112f4de80942
22 DIST rocm_bandwidth_test-5.3.3.tar.gz 38681 BLAKE2B 02a09ae869b507ad117e40e2daadd6e2acb2a365b12e5f601a4c8d6e55d3fb51de32feef9122bd532700b46843310ed83088842728a814f55695a3572e83d1d1 SHA512 155480284cdd1b0e42c62ab49f536ef12f2b9cbfcf0e8d076938cf0cf86872b536506a81e283b656ef1896d7d6e691e06145b2021593542755dd7460d08002c9
23
24 diff --git a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.0.2-r1.ebuild b/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.0.2-r1.ebuild
25 deleted file mode 100644
26 index 094ed9071adb..000000000000
27 --- a/dev-util/rocm_bandwidth_test/rocm_bandwidth_test-5.0.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit cmake
36 -
37 -DESCRIPTION="Bandwidth test for ROCm"
38 -HOMEPAGE="https://github.com/RadeonOpenCompute/rocm_bandwidth_test"
39 -SRC_URI="https://github.com/RadeonOpenCompute/${PN}/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="NCSA-AMD"
42 -SLOT="0/$(ver_cut 1-2)"
43 -KEYWORDS="~amd64"
44 -
45 -DEPEND="dev-libs/rocr-runtime:="
46 -RDEPEND="${DEPEND}"
47 -BDEPEND=""
48 -
49 -S="${WORKDIR}/${PN}-rocm-${PV}"
50 -
51 -src_install() {
52 - cmake_src_install
53 -
54 - rm -rfv "${ED}"/usr/share/doc/rocm-bandwidth-test
55 -}