public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/hsa-ext-rocr/
Date: Thu,  1 Oct 2020 15:13:13 +0000 (UTC)	[thread overview]
Message-ID: <1601565171.ccc5a899af68564e16af26b9af38c93a2287a5a1.mgorny@gentoo> (raw)

commit:     ccc5a899af68564e16af26b9af38c93a2287a5a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 15:06:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 15:12:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc5a899

dev-libs/hsa-ext-rocr: Remove last-rited pkg

Closes: https://bugs.gentoo.org/739066
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/hsa-ext-rocr/Manifest                     |  1 -
 .../hsa-ext-rocr/hsa-ext-rocr-1.1.30500.0.ebuild   | 46 ----------------------
 dev-libs/hsa-ext-rocr/metadata.xml                 | 22 -----------
 profiles/package.mask                              |  7 ----
 4 files changed, 76 deletions(-)

diff --git a/dev-libs/hsa-ext-rocr/Manifest b/dev-libs/hsa-ext-rocr/Manifest
deleted file mode 100644
index e9f642cc71d..00000000000
--- 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 0fb8e67847e..00000000000
--- 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 d61b59ba30a..00000000000
--- 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 3c6b61be56f..a442ba0f27d 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


                 reply	other threads:[~2020-10-01 15:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601565171.ccc5a899af68564e16af26b9af38c93a2287a5a1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox