dev-build/rocm-cmake: drop 6.1.2, 6.3.2, 6.4.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-15 23:02:26 +02:00
parent 5e2cec54f6
commit 07411ebf83
4 changed files with 0 additions and 108 deletions

View File

@@ -1,5 +1,2 @@
DIST rocm-cmake-6.1.2.tar.gz 86889 BLAKE2B 66e31b629171a5746eefd83e1ff14826a02f5d20a7b3125e20177bf801fa48526f541fcf9be0c832041a237799cd3d38a3daaec8f4dc17a5c048f7d603b7ef30 SHA512 9c83bd0b69a8bf040ddf9508df4ea8fb5daaaf8720f4b60ba3d6e4cc62b00a7dcfeead40cd37a6343b2173f9cf5db2e21f054661dcc2ac0591426e37ba61d3ba
DIST rocm-cmake-6.3.2.tar.gz 88821 BLAKE2B 0d052dbeef7763a222a6304325e02895147b6433fd1b778bae9fabb5ea4287e912d80b7c54bf8b04f02beb5ec4394e9926ab46dd2f612780571453837e9051e3 SHA512 d365c496ef5f631c27a3ef0895540497dc069c5d3bf8ff27646b76964e09c7bc658f3bc7288b7703dbe21889d3beec2ffdb5983fe8af66026dfc19b99747ab47
DIST rocm-cmake-6.3.3.tar.gz 88828 BLAKE2B a6c1b8eed57c3bbc641e617cfa3189c98d55c9468d232fd0fa5d3f19d8930f994ddd8af27ba818776078075340d514ce83899a3799224a06a59fd0d1ba40d89f SHA512 1ffac8fc4d8ecff781e214684b0e892d9d886d839282ff59dc458194850479453e059f63959a0042e26a2a623a50b421ca4ddddd604da0404c760e7649006c31
DIST rocm-cmake-6.4.1.tar.gz 89082 BLAKE2B a00cbd71706d25b46a82414d5fe903406c758674d30aeef42195580e20d8765f5a86cec4c124714598bdf8fe96075d518800ae9286e8fbb6bde157c3ed5626b0 SHA512 0810d1ea2597285880ceb672e002e29177928bcc0c0c9a6e8651f8f8c20824a1b11bb45b9bc606a72a2f52eafc4540f9ea12d51e332cd34ed3ee4d97259ef884
DIST rocm-cmake-6.4.3.tar.gz 89082 BLAKE2B 0368fa4baf32e725d734a9861fe89be050b4219fb1300f1f5a748f6927a1b8fd25e79e068d8dd31a8516d790a5cef1430992c5e9e11c9c1dd6463ed7d3a0db70 SHA512 356aa272d20deed8c0da8ed088079dd8530f23362ff22a563e91380bc543a0d68d2058ba6ec8f7355d1ad0d03578afeff474845ab1f78f23ee553cfccb1791bc

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/ROCm/rocm-cmake.git"
inherit git-r3
else
SRC_URI="https://github.com/ROCm/rocm-cmake/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/rocm-cmake-rocm-${PV}"
fi
DESCRIPTION="Radeon Open Compute CMake Modules"
HOMEPAGE="https://github.com/ROCm/rocm-cmake"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
RESTRICT="test"
DOCS=( CHANGELOG.md LICENSE README.md )
PATCHES=(
"${FILESDIR}"/${PN}-6.1.1-license.patch
"${FILESDIR}"/${PN}-6.1.1-no-rocmchecks-warnings.patch
)
src_prepare() {
sed -e "/CMAKE_INSTALL_LIBDIR/s:lib:$(get_libdir):" \
-i "share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake" \
-i "share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake" || die
cmake_src_prepare
}

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/ROCm/rocm-cmake.git"
inherit git-r3
else
SRC_URI="https://github.com/ROCm/rocm-cmake/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/rocm-cmake-rocm-${PV}"
fi
DESCRIPTION="Radeon Open Compute CMake Modules"
HOMEPAGE="https://github.com/ROCm/rocm-cmake"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
RESTRICT="test"
DOCS=( CHANGELOG.md LICENSE README.md )
PATCHES=(
"${FILESDIR}"/${PN}-6.1.1-license.patch
"${FILESDIR}"/${PN}-6.1.1-no-rocmchecks-warnings.patch
)
src_prepare() {
sed -e "/CMAKE_INSTALL_LIBDIR/s:lib:$(get_libdir):" \
-i "share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake" \
-i "share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake" || die
cmake_src_prepare
}

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/ROCm/rocm-cmake.git"
inherit git-r3
else
SRC_URI="https://github.com/ROCm/rocm-cmake/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/rocm-cmake-rocm-${PV}"
fi
DESCRIPTION="Radeon Open Compute CMake Modules"
HOMEPAGE="https://github.com/ROCm/rocm-cmake"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
RESTRICT="test"
DOCS=( CHANGELOG.md LICENSE README.md )
PATCHES=(
"${FILESDIR}"/${PN}-6.1.1-license.patch
"${FILESDIR}"/${PN}-6.1.1-no-rocmchecks-warnings.patch
)
src_prepare() {
sed -e "/CMAKE_INSTALL_LIBDIR/s:lib:$(get_libdir):" \
-i "share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake" \
-i "share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake" || die
cmake_src_prepare
}