From: Marek Szuba Date: Sun, 26 Apr 2020 21:40:34 +0000 (+0100) Subject: dev-libs/hsa-ext-rocr: remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56c51ea1fd35fb52560f80742754f768dcfb8f90;p=gentoo.git dev-libs/hsa-ext-rocr: remove old Signed-off-by: Marek Szuba --- diff --git a/dev-libs/hsa-ext-rocr/Manifest b/dev-libs/hsa-ext-rocr/Manifest index 393c625c298f..f2d210fc84f5 100644 --- a/dev-libs/hsa-ext-rocr/Manifest +++ b/dev-libs/hsa-ext-rocr/Manifest @@ -1,3 +1 @@ -DIST hsa-ext-rocr-dev_1.1.30100.0-rocm-rel-3.1-44-ecafeba1_amd64.deb 1209486 BLAKE2B 7aa44fecde68761916100312a58d4d1fc77e9e88e6e322548f0d603fc7a8be4d202b387a1ab823ff784ea6e365297846cd5630997362f8691baf6a5ed226c942 SHA512 1373931b80b2d830de8b4741159dfa46a5d6608886e87c780090a558c0070020b3efbe227c6c6803afbdc632be7f632e03c1a9bbb377949bd14de2d0d7117351 DIST hsa-ext-rocr-dev_1.1.30300.0-rocm-rel-3.3-19-23fc088b_amd64.deb 1211350 BLAKE2B 283b6699cd618004bc6086ac2fe991b28093db85bd47e685aaee4e8c38f8069f2fbc7f93618e253ab9ca68872d6ec988350cea5439cf3a9c7b0c1c336984d581 SHA512 550f2fff8f2366c780a0316f656f29d066e23ae37cf588741201ef7c7870e4fc4877722f417856decd716eb925ed145b0b97431472bfe8861bbccf6f7d6fb704 -DIST hsa-ext-rocr-dev_1.1.9-139-g0d1ca36_amd64.deb 1166210 BLAKE2B 3edcc938ec92277a163886df4e83f93f6a38b1ec4e95e719265f7a595d291fe4beef68aeca3fb09f8f56a0abf041a987d57e2469310da8cd16f2352b2af5077c SHA512 dbf7991b404cc371575e5d8c40f438bbead8bfef5c73dfd3b7295d64f800892c1f220a6eff8cc67d99ca4bec819bf1b69e37f85873ec372dca9bdd42542fa320 diff --git a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30100.0.ebuild b/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30100.0.ebuild deleted file mode 100644 index 26a9c025988f..000000000000 --- a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.30100.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.1.0" -MY_PV="${PV}-rocm-rel-$(ver_cut 1-2 ${ROCM_VERSION})-44-ecafeba1" - -DESCRIPTION="Proprietary image-support library for Radeon Open Compute" -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm#closed-source-components" -SRC_URI="http://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/hsa-ext-rocr-1.1.9.139.ebuild b/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.9.139.ebuild deleted file mode 100644 index ae183be35e81..000000000000 --- a/dev-libs/hsa-ext-rocr/hsa-ext-rocr-1.1.9.139.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit unpacker - -MY_PV=$(ver_rs 3 '-') - -DESCRIPTION="Proprietary image-support library for Radeon Open Compute" -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm#closed-source-components" -SRC_URI="http://repo.radeon.com/rocm/apt/debian/pool/main/h/${PN}-dev/${PN}-dev_${MY_PV}-g0d1ca36_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/hsa/lib/${solib}.${soversion}" - dosym "../..${destdir}/$(get_libdir)/${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${soversion}" - dosym "${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${somajor}" - done -}