summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-01 17:06:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-01 17:12:51 +0200
commitccc5a899af68564e16af26b9af38c93a2287a5a1 (patch)
tree9a9e2b920ec1caa8d3e26174ccfe32136f91a351
parentsys-kernel/gentoo-kernel: Bump to 5.4.69 (diff)
downloadgentoo-ccc5a899af68564e16af26b9af38c93a2287a5a1.tar.gz
gentoo-ccc5a899af68564e16af26b9af38c93a2287a5a1.tar.bz2
gentoo-ccc5a899af68564e16af26b9af38c93a2287a5a1.zip
dev-libs/hsa-ext-rocr: Remove last-rited pkg
Closes: https://bugs.gentoo.org/739066 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-libs/hsa-ext-rocr/Manifest1
-rw-r--r--dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild46
-rw-r--r--dev-libs/hsa-ext-rocr/metadata.xml22
-rw-r--r--profiles/package.mask7
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-libs/hsa-ext-rocr/Manifest b/dev-libs/hsa-ext-rocr/Manifest
deleted file mode 100644
index e9f642cc71d6..000000000000
--- a/dev-libs/hsa-ext-rocr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hsa-ext-rocr-dev_1.1.30500.0-rocm-rel-3.5-30-def83d8_amd64.deb 336660 BLAKE2B 8c01eb947e55ac5a941852f4d477fb85f15984ae3b8af699b6ba39e29785eeb149e6d95e055d5f0431eee55f56c035cf1b0d695aa65e257ea286d78b3de46d3f SHA512 f1bfdfb4e32f4219f29f19370775ff874201d0c0bfcaea65d680c4b77b49c8a14606fd69cf683be67d9e636484c1c9dd0d7e0650d86598dba270b02875ab072a
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
deleted file mode 100644
index 0fb8e67847e1..000000000000
--- a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-ROCM_VERSION="3.5.0"
-MY_PV="${PV}-rocm-rel-$(ver_cut 1-2 ${ROCM_VERSION})-30-def83d8"
-
-DESCRIPTION="Proprietary image-support library for Radeon Open Compute"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm#closed-source-components"
-SRC_URI="https://repo.radeon.com/rocm/apt/debian/pool/main/h/${PN}-dev/${PN}-dev_${MY_PV}_amd64.deb"
-
-LICENSE="AMD-GPU-PRO-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="-deprecated"
-
-RESTRICT="bindist strip"
-
-QA_PREBUILT="/opt/${PN}/lib*/*"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack_deb ${A}
-}
-
-src_install() {
- local destdir="/opt/${PN}"
- local soversion=$(ver_cut 1-3)
- local somajor=$(ver_cut 1)
-
- local solibs_to_install=( "libhsa-ext-image64.so" )
- if use deprecated; then
- solibs_to_install+=( "libhsa-runtime-tools64.so" )
- fi
-
- into "${destdir}"
- for solib in ${solibs_to_install[@]}; do
- dolib.so "opt/rocm-${ROCM_VERSION}/hsa/lib/${solib}.${soversion}"
- dosym "../..${destdir}/$(get_libdir)/${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${soversion}"
- dosym "${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${somajor}"
- done
-}
diff --git a/dev-libs/hsa-ext-rocr/metadata.xml b/dev-libs/hsa-ext-rocr/metadata.xml
deleted file mode 100644
index d61b59ba30a1..000000000000
--- a/dev-libs/hsa-ext-rocr/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marecki@gentoo.org</email>
- <name>Marek Szuba</name>
- </maintainer>
- <maintainer type="person">
- <email>candrews@gentoo.org</email>
- <name>Craig Andrews</name>
- </maintainer>
- <longdescription lang="en">
- For the time being the ROCm platform relies on a closed-source library
- to provide HSA image support. In the future it will either be deprecated
- or become open source.
- Furthermore, this package optionally provides the "tools"
- debug/trace/profiling library which has already been deprecated.
- </longdescription>
- <use>
- <flag name="deprecated">Install the deprecated debug/trace/profiling library</flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 3c6b61be56fb..a442ba0f27d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -615,13 +615,6 @@ www-apps/ampache
# Temporary mask due to multiple reports of segfaults at startup, bug #739056
=x11-base/xorg-server-1.20.9
-# Marek Szuba <marecki@gentoo.org> (2020-08-26)
-# ROCm has had open-source OpenCL image support since 3.3, and since 3.7
-# it no longer attempts to use the proprietary library even when it is
-# present. Last but not least, upstream no longer publishes this.
-# Removal in 30 days. Bug #739066.
-dev-libs/hsa-ext-rocr
-
# Alfredo Tupone <tupone@gentoo.org> (2020-08-23)
# Ported to py3 but not yet released
# Masked to allow py2.7 removal