Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/hsa-ext-rocr/
Date: Thu, 01 Oct 2020 15:13:17
Message-Id: 1601565171.ccc5a899af68564e16af26b9af38c93a2287a5a1.mgorny@gentoo
1 commit: ccc5a899af68564e16af26b9af38c93a2287a5a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 15:06:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 15:12:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc5a899
7
8 dev-libs/hsa-ext-rocr: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/739066
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/hsa-ext-rocr/Manifest | 1 -
14 .../hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild | 46 ----------------------
15 dev-libs/hsa-ext-rocr/metadata.xml | 22 -----------
16 profiles/package.mask | 7 ----
17 4 files changed, 76 deletions(-)
18
19 diff --git a/dev-libs/hsa-ext-rocr/Manifest b/dev-libs/hsa-ext-rocr/Manifest
20 deleted file mode 100644
21 index e9f642cc71d..00000000000
22 --- a/dev-libs/hsa-ext-rocr/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST hsa-ext-rocr-dev_1.1.30500.0-rocm-rel-3.5-30-def83d8_amd64.deb 336660 BLAKE2B 8c01eb947e55ac5a941852f4d477fb85f15984ae3b8af699b6ba39e29785eeb149e6d95e055d5f0431eee55f56c035cf1b0d695aa65e257ea286d78b3de46d3f SHA512 f1bfdfb4e32f4219f29f19370775ff874201d0c0bfcaea65d680c4b77b49c8a14606fd69cf683be67d9e636484c1c9dd0d7e0650d86598dba270b02875ab072a
26
27 diff --git a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild b/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild
28 deleted file mode 100644
29 index 0fb8e67847e..00000000000
30 --- a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit unpacker
39 -
40 -ROCM_VERSION="3.5.0"
41 -MY_PV="${PV}-rocm-rel-$(ver_cut 1-2 ${ROCM_VERSION})-30-def83d8"
42 -
43 -DESCRIPTION="Proprietary image-support library for Radeon Open Compute"
44 -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm#closed-source-components"
45 -SRC_URI="https://repo.radeon.com/rocm/apt/debian/pool/main/h/${PN}-dev/${PN}-dev_${MY_PV}_amd64.deb"
46 -
47 -LICENSE="AMD-GPU-PRO-EULA"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="-deprecated"
51 -
52 -RESTRICT="bindist strip"
53 -
54 -QA_PREBUILT="/opt/${PN}/lib*/*"
55 -
56 -S="${WORKDIR}"
57 -
58 -src_unpack() {
59 - unpack_deb ${A}
60 -}
61 -
62 -src_install() {
63 - local destdir="/opt/${PN}"
64 - local soversion=$(ver_cut 1-3)
65 - local somajor=$(ver_cut 1)
66 -
67 - local solibs_to_install=( "libhsa-ext-image64.so" )
68 - if use deprecated; then
69 - solibs_to_install+=( "libhsa-runtime-tools64.so" )
70 - fi
71 -
72 - into "${destdir}"
73 - for solib in ${solibs_to_install[@]}; do
74 - dolib.so "opt/rocm-${ROCM_VERSION}/hsa/lib/${solib}.${soversion}"
75 - dosym "../..${destdir}/$(get_libdir)/${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${soversion}"
76 - dosym "${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${somajor}"
77 - done
78 -}
79
80 diff --git a/dev-libs/hsa-ext-rocr/metadata.xml b/dev-libs/hsa-ext-rocr/metadata.xml
81 deleted file mode 100644
82 index d61b59ba30a..00000000000
83 --- a/dev-libs/hsa-ext-rocr/metadata.xml
84 +++ /dev/null
85 @@ -1,22 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 - <maintainer type="person">
90 - <email>marecki@g.o</email>
91 - <name>Marek Szuba</name>
92 - </maintainer>
93 - <maintainer type="person">
94 - <email>candrews@g.o</email>
95 - <name>Craig Andrews</name>
96 - </maintainer>
97 - <longdescription lang="en">
98 - For the time being the ROCm platform relies on a closed-source library
99 - to provide HSA image support. In the future it will either be deprecated
100 - or become open source.
101 - Furthermore, this package optionally provides the "tools"
102 - debug/trace/profiling library which has already been deprecated.
103 - </longdescription>
104 - <use>
105 - <flag name="deprecated">Install the deprecated debug/trace/profiling library</flag>
106 - </use>
107 -</pkgmetadata>
108
109 diff --git a/profiles/package.mask b/profiles/package.mask
110 index 3c6b61be56f..a442ba0f27d 100644
111 --- a/profiles/package.mask
112 +++ b/profiles/package.mask
113 @@ -615,13 +615,6 @@ www-apps/ampache
114 # Temporary mask due to multiple reports of segfaults at startup, bug #739056
115 =x11-base/xorg-server-1.20.9
116
117 -# Marek Szuba <marecki@g.o> (2020-08-26)
118 -# ROCm has had open-source OpenCL image support since 3.3, and since 3.7
119 -# it no longer attempts to use the proprietary library even when it is
120 -# present. Last but not least, upstream no longer publishes this.
121 -# Removal in 30 days. Bug #739066.
122 -dev-libs/hsa-ext-rocr
123 -
124 # Alfredo Tupone <tupone@g.o> (2020-08-23)
125 # Ported to py3 but not yet released
126 # Masked to allow py2.7 removal