public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-build/rocm-cmake/, dev-build/rocm-cmake/files/
@ 2024-08-30 13:11 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2024-08-30 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2783332d7295a6cae95a2b66f172d035d6214fc1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 01:08:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 13:11:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2783332d

dev-build/rocm-cmake: drop 5.7.1, 6.1.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-build/rocm-cmake/Manifest                      |  2 --
 .../files/rocm-cmake-5.0.2-license.patch           | 15 ----------
 dev-build/rocm-cmake/rocm-cmake-5.7.1.ebuild       | 31 -------------------
 dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild       | 35 ----------------------
 4 files changed, 83 deletions(-)

diff --git a/dev-build/rocm-cmake/Manifest b/dev-build/rocm-cmake/Manifest
index eee3894c9b05..59bb1b627c2e 100644
--- a/dev-build/rocm-cmake/Manifest
+++ b/dev-build/rocm-cmake/Manifest
@@ -1,3 +1 @@
-DIST rocm-cmake-5.7.1.tar.gz 50940 BLAKE2B f3a36cedfc15af69819b576bf8f8bdfe7b49e5dd1d4db57f707295f14a8d64904745f454fc211b28adfde369c82cb42a061c05b6675679e11a3946f6ebfea6d5 SHA512 1265ed8e23a04f9cff57b43f815e8fbbb1a3f200bc040e01ceaa92c322088c9ef04da795b09d732c6466dc9a3fefc505b8b474d3f18f55cff491758aa53a6e6b
-DIST rocm-cmake-6.1.1.tar.gz 86888 BLAKE2B 91064e82199ac317c273005b9b6c07e33ab5199b456467e84ac0937036d26d1d5c1286e1e38932b2da11700fb2a7a90795e34d4a7c03ed3bf58959402060091e SHA512 af6d4e124a3ec4d1e810867db69d738ebe7cfea672065bb5279b72a4d4efce8c14305e76173f760044977082c6aa069453d8eef488368a88ac57eb9df20f8b0c
 DIST rocm-cmake-6.1.2.tar.gz 86889 BLAKE2B 66e31b629171a5746eefd83e1ff14826a02f5d20a7b3125e20177bf801fa48526f541fcf9be0c832041a237799cd3d38a3daaec8f4dc17a5c048f7d603b7ef30 SHA512 9c83bd0b69a8bf040ddf9508df4ea8fb5daaaf8720f4b60ba3d6e4cc62b00a7dcfeead40cd37a6343b2173f9cf5db2e21f054661dcc2ac0591426e37ba61d3ba

diff --git a/dev-build/rocm-cmake/files/rocm-cmake-5.0.2-license.patch b/dev-build/rocm-cmake/files/rocm-cmake-5.0.2-license.patch
deleted file mode 100644
index b4a73e1bc2ed..000000000000
--- a/dev-build/rocm-cmake/files/rocm-cmake-5.0.2-license.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This is not needed. Gentoo automatically collect license files into
-the documentation directory.
-
-Index: rocm-cmake-rocm-5.0.2/share/rocm/cmake/ROCMCreatePackage.cmake
-===================================================================
---- rocm-cmake-rocm-5.0.2.orig/share/rocm/cmake/ROCMCreatePackage.cmake
-+++ rocm-cmake-rocm-5.0.2/share/rocm/cmake/ROCMCreatePackage.cmake
-@@ -230,7 +230,6 @@ macro(rocm_create_package)
-             ")
-         endforeach()
-     endif()
--    rocm_setup_license(${PARSE_HEADER_ONLY})
-     if(PARSE_COMPONENTS)
-         rocm_set_comp_cpackvar(PARSE_HEADER_ONLY "${PARSE_COMPONENTS}")
-     endif()

diff --git a/dev-build/rocm-cmake/rocm-cmake-5.7.1.ebuild b/dev-build/rocm-cmake/rocm-cmake-5.7.1.ebuild
deleted file mode 100644
index 706498981138..000000000000
--- a/dev-build/rocm-cmake/rocm-cmake-5.7.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/RadeonOpenCompute/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/RadeonOpenCompute/rocm-cmake"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-RESTRICT="test"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-5.0.2-license.patch
-)
-
-src_prepare() {
-	sed -e "/ROCM_INSTALL_LIBDIR/s:lib:$(get_libdir):" \
-		-i "${S}/share/rocm/cmake/ROCMInstallTargets.cmake" || die
-	cmake_src_prepare
-}

diff --git a/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild b/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild
deleted file mode 100644
index 7d097ae7d18f..000000000000
--- a/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild
+++ /dev/null
@@ -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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-30 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 13:11 [gentoo-commits] repo/gentoo:master commit in: dev-build/rocm-cmake/, dev-build/rocm-cmake/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox