Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/
Date: Thu, 02 Jan 2020 12:59:04
Message-Id: 1577969448.cfb6938b949de4531b431c5dccc420c174eeba48.candrews@gentoo
1 commit: cfb6938b949de4531b431c5dccc420c174eeba48
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 12:50:48 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 12:50:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb6938b
7
8 dev-libs/rocm-device-libs: Cleanup old versions
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 dev-libs/rocm-device-libs/Manifest | 5 ----
14 .../rocm-device-libs-2.10.0.ebuild | 34 ----------------------
15 .../rocm-device-libs/rocm-device-libs-2.6.0.ebuild | 34 ----------------------
16 .../rocm-device-libs/rocm-device-libs-2.7.0.ebuild | 34 ----------------------
17 .../rocm-device-libs/rocm-device-libs-2.8.0.ebuild | 34 ----------------------
18 .../rocm-device-libs/rocm-device-libs-2.9.0.ebuild | 34 ----------------------
19 6 files changed, 175 deletions(-)
20
21 diff --git a/dev-libs/rocm-device-libs/Manifest b/dev-libs/rocm-device-libs/Manifest
22 index 3e7386640d5..262b16eba6d 100644
23 --- a/dev-libs/rocm-device-libs/Manifest
24 +++ b/dev-libs/rocm-device-libs/Manifest
25 @@ -1,6 +1 @@
26 -DIST rocm-device-libs-2.10.0.tar.gz 227626 BLAKE2B a5a17f1ed4699f613523bc39bd25a566bafe53865025ccdf84cca1210d26da1f97e989d8acc35626cb21296b3c004adc6e1a985c8096c4de88c4f42b6abbb9a3 SHA512 1863f797c369b6f4097e3c966ce4f371da5f87893ffeb2d596dbb0b31aa3f6142e7359bcaf6e884754bf7a5ae246df674cd1020ca8c8e9114605ac7300715641
27 -DIST rocm-device-libs-2.6.0.tar.gz 221981 BLAKE2B 6350fafb31453daf015886bc2d3d2ba59b805fafdf12372fcad8f328c9e7c74d4e54093817b07961d7be77b990780038f7a7b91d5ab63650a92bf107e0be4a40 SHA512 4262c956ea8c212c2707acf74ee27f609a6faee1bee7c3fd436b2a4adbedf1b072b611e6143cc315bd4e9d1e306d874aa0f4629cff9301bd28be65fd16867180
28 -DIST rocm-device-libs-2.7.0.tar.gz 226395 BLAKE2B 85c5b7ebfca1570d9653428d4aa7052f784443c774b224b563471638caac01f9d800d0bb5d52dace2b54a447cfc00c0f39ed87ab1612f1e382fbba10c5e30e80 SHA512 2277ff4037b25d32b473b3b046708b2ce4aeb28c1df7ed4ce51893c204e5409c931083b3ecc38c6796581c1233e0d25dd0f0c5710961be8d1d60118e9a1de88a
29 -DIST rocm-device-libs-2.8.0.tar.gz 227320 BLAKE2B 5263acd01cd9e1002a3991232b704bfa0675d8a825b47ae9a09e1b0acadbebaeb0a61fe3df1880027a65006d4065e6d75de093c0516d41e6fd78618b08b1d258 SHA512 8c3b16096e325c9f4bc74bbd189f73c178b93b011492a9c0c38017cd53b4afef55e8f55a36c596272b7dda91811ef83ed4e1d0cbb0a623eb5647012e72a64524
30 -DIST rocm-device-libs-2.9.0.tar.gz 227785 BLAKE2B 903e1139d0813aaef298911a7e3c9c63c3141355c404a282ec0c1eb2532ded0d303f0550cfd142d8fc9a6219160755e658efd0d7d69302ecb23997314e502873 SHA512 d68820a6450d9b402a427df365dbd6be32e711f24256b68b887df8c78cb774c85b0a55f6033afbb7e97c951ad9cd83637194fbf5f575c2a9c8a68ea20e0bd046
31 DIST rocm-device-libs-3.0.0.tar.gz 227811 BLAKE2B 8fb866611e82126b5909b75282081371ddeea58a34d732586e43dcf23d512fb8f2ad259f2c9227e35730af0d0d2b235895aa5396a7d19c2987754162d2ed6f49 SHA512 257f8990d93bf8cb0438fa15d7ca91a7f38082c90f0bb96b0691196ec78f16e790142ecef0089bc765edf80c1f0b644210e991a7e6f7e8dfab33cedad6465fa3
32
33 diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.10.0.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-2.10.0.ebuild
34 deleted file mode 100644
35 index e0264de7479..00000000000
36 --- a/dev-libs/rocm-device-libs/rocm-device-libs-2.10.0.ebuild
37 +++ /dev/null
38 @@ -1,34 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -
44 -inherit cmake-utils
45 -
46 -if [[ ${PV} == *9999 ]] ; then
47 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
48 - inherit git-r3
49 - S="${WORKDIR}/${P}/src"
50 -else
51 - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz -> ${P}.tar.gz"
52 - S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
53 - KEYWORDS="~amd64"
54 -fi
55 -
56 -DESCRIPTION="Radeon Open Compute Device Libraries"
57 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
58 -
59 -LICENSE="MIT"
60 -SLOT="0/$(ver_cut 1-2)"
61 -
62 -RDEPEND=">=dev-libs/rocr-runtime-${PV}
63 - >=sys-devel/llvm-roc-${PV}:="
64 -DEPEND="${RDEPEND}"
65 -
66 -src_configure() {
67 - local mycmakeargs=(
68 - -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
69 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
70 - )
71 - cmake-utils_src_configure
72 -}
73
74 diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.6.0.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-2.6.0.ebuild
75 deleted file mode 100644
76 index 91d53a41976..00000000000
77 --- a/dev-libs/rocm-device-libs/rocm-device-libs-2.6.0.ebuild
78 +++ /dev/null
79 @@ -1,34 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -inherit cmake-utils
86 -
87 -if [[ ${PV} == *9999 ]] ; then
88 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
89 - inherit git-r3
90 - S="${WORKDIR}/${P}/src"
91 -else
92 - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz -> ${P}.tar.gz"
93 - S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
94 - KEYWORDS="~amd64"
95 -fi
96 -
97 -DESCRIPTION="Radeon Open Compute Device Libraries"
98 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
99 -
100 -LICENSE="MIT"
101 -SLOT="0/$(ver_cut 1-2)"
102 -
103 -RDEPEND="dev-libs/rocr-runtime
104 - sys-devel/llvm-roc:="
105 -DEPEND="${RDEPEND}"
106 -
107 -src_configure() {
108 - local mycmakeargs=(
109 - -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
110 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
111 - )
112 - cmake-utils_src_configure
113 -}
114
115 diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild
116 deleted file mode 100644
117 index e0264de7479..00000000000
118 --- a/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild
119 +++ /dev/null
120 @@ -1,34 +0,0 @@
121 -# Copyright 1999-2019 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=7
125 -
126 -inherit cmake-utils
127 -
128 -if [[ ${PV} == *9999 ]] ; then
129 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
130 - inherit git-r3
131 - S="${WORKDIR}/${P}/src"
132 -else
133 - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz -> ${P}.tar.gz"
134 - S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
135 - KEYWORDS="~amd64"
136 -fi
137 -
138 -DESCRIPTION="Radeon Open Compute Device Libraries"
139 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
140 -
141 -LICENSE="MIT"
142 -SLOT="0/$(ver_cut 1-2)"
143 -
144 -RDEPEND=">=dev-libs/rocr-runtime-${PV}
145 - >=sys-devel/llvm-roc-${PV}:="
146 -DEPEND="${RDEPEND}"
147 -
148 -src_configure() {
149 - local mycmakeargs=(
150 - -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
151 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
152 - )
153 - cmake-utils_src_configure
154 -}
155
156 diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.8.0.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-2.8.0.ebuild
157 deleted file mode 100644
158 index e0264de7479..00000000000
159 --- a/dev-libs/rocm-device-libs/rocm-device-libs-2.8.0.ebuild
160 +++ /dev/null
161 @@ -1,34 +0,0 @@
162 -# Copyright 1999-2019 Gentoo Authors
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI=7
166 -
167 -inherit cmake-utils
168 -
169 -if [[ ${PV} == *9999 ]] ; then
170 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
171 - inherit git-r3
172 - S="${WORKDIR}/${P}/src"
173 -else
174 - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz -> ${P}.tar.gz"
175 - S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
176 - KEYWORDS="~amd64"
177 -fi
178 -
179 -DESCRIPTION="Radeon Open Compute Device Libraries"
180 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
181 -
182 -LICENSE="MIT"
183 -SLOT="0/$(ver_cut 1-2)"
184 -
185 -RDEPEND=">=dev-libs/rocr-runtime-${PV}
186 - >=sys-devel/llvm-roc-${PV}:="
187 -DEPEND="${RDEPEND}"
188 -
189 -src_configure() {
190 - local mycmakeargs=(
191 - -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
192 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
193 - )
194 - cmake-utils_src_configure
195 -}
196
197 diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.9.0.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-2.9.0.ebuild
198 deleted file mode 100644
199 index e0264de7479..00000000000
200 --- a/dev-libs/rocm-device-libs/rocm-device-libs-2.9.0.ebuild
201 +++ /dev/null
202 @@ -1,34 +0,0 @@
203 -# Copyright 1999-2019 Gentoo Authors
204 -# Distributed under the terms of the GNU General Public License v2
205 -
206 -EAPI=7
207 -
208 -inherit cmake-utils
209 -
210 -if [[ ${PV} == *9999 ]] ; then
211 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"
212 - inherit git-r3
213 - S="${WORKDIR}/${P}/src"
214 -else
215 - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz -> ${P}.tar.gz"
216 - S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
217 - KEYWORDS="~amd64"
218 -fi
219 -
220 -DESCRIPTION="Radeon Open Compute Device Libraries"
221 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs"
222 -
223 -LICENSE="MIT"
224 -SLOT="0/$(ver_cut 1-2)"
225 -
226 -RDEPEND=">=dev-libs/rocr-runtime-${PV}
227 - >=sys-devel/llvm-roc-${PV}:="
228 -DEPEND="${RDEPEND}"
229 -
230 -src_configure() {
231 - local mycmakeargs=(
232 - -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
233 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
234 - )
235 - cmake-utils_src_configure
236 -}