dev-libs/rocm-comgr: Cleanup old versions
authorCraig Andrews <candrews@gentoo.org>
Thu, 2 Jan 2020 12:49:47 +0000 (07:49 -0500)
committerCraig Andrews <candrews@gentoo.org>
Thu, 2 Jan 2020 12:49:47 +0000 (07:49 -0500)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-libs/rocm-comgr/Manifest
dev-libs/rocm-comgr/rocm-comgr-2.10.0.ebuild [deleted file]
dev-libs/rocm-comgr/rocm-comgr-2.6.0.ebuild [deleted file]
dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild [deleted file]
dev-libs/rocm-comgr/rocm-comgr-2.8.0.ebuild [deleted file]
dev-libs/rocm-comgr/rocm-comgr-2.9.0.ebuild [deleted file]

index 7b54fec63f8bec1e7e5e075238473ac0cc4f404e..6ed802333f8f15ef159f9552446e7c946827d7bf 100644 (file)
@@ -1,6 +1 @@
-DIST rocm-comgr-2.10.0.tar.gz 87111 BLAKE2B efc9d395f6c0445e3f0af847edb66094905b38a8134d05b938a5bc48f1d71d37db664afc8e6125f82a6618cd4657d4316105f6587937010cd120f68c01172cac SHA512 ce7e698c042291910a27bf261e52ac420dd5f9f676bb86e72b903e8a751753b9b0d2d15fb3dfabafdaef75a94844541b37df81e70db28496545348e93cd4018c
-DIST rocm-comgr-2.6.0.tar.gz 1484343 BLAKE2B fcb496b4997d672640e3f75622e74085eeb9dfe83c88ae025530389d3cdca7628155168060e71f7a3ff915e933ffe70c7026720dc124d128d16ef4df397525e7 SHA512 b14e90603d2b6e17f6b0335ea35da2e5d7e31710f301d7a7f7751a45d996e3dbbfbf84a03e2e911e8798e72e77b87b5cd88317e897cb4de3ee5cf0e7c3222d68
-DIST rocm-comgr-2.7.0.tar.gz 1500771 BLAKE2B 275ad4cab34d554f8a131101eda474926f7270a44a0af9941d8f1233c29b44b3efb3ba83c6b541d501a3e2fc751c591c0f6a993563bbacf539b5bcd04b23963b SHA512 afb4a7318c2e137db6ac0502041ed53e63783ec1ab458962b1b16f0f2f28e09ce2ae70d048b858740eca8bf06328858400a68bed4e91d7cfc4b7714a66d85bc9
-DIST rocm-comgr-2.8.0.tar.gz 85502 BLAKE2B 14e18191a475c3d05e324f15e3b2d0829eed56bfa625b48e217e6540836e005675a4ffdd0813664c7f61177431d0987499eb9a75ec83acfa0e554e954770fbc9 SHA512 516832f2a1be5e66d93dddfd1275861605afcb6e3410cb518e6d8647a25c18da058e37cbce8434d5b7133a2147c8c84dc48a485f7b855b74a3b49c9f7dae4a0e
-DIST rocm-comgr-2.9.0.tar.gz 85505 BLAKE2B 5e69bcd2fb6769cd315a18eb626d00161acb4a2f9922eb67dba6cee081c236ec25798011d4112c37d5e6fba06531e5e7b4f42659080a8dd23d9a8579b71bf2c0 SHA512 8e66c01eee71154d261a8f2a8651f90dc7e60b6d74625aab3f3a0b51226c69059cde66d7a1eab8aacee7d0653cc881ec442849483f21616ee4cd27d4ddad7345
 DIST rocm-comgr-3.0.0.tar.gz 88594 BLAKE2B d3fb356962ba6a9ffc7aa295f1582f6587d55d1f4f2a9a978f5c189f4a0597a9cb3f9806a1f2f43f14e262bc19964e06f41df3c7f45ac3c1579511fe235cc940 SHA512 ffa250c44388b1985ec0dac68bf0dd27820933fe7579f7fc6b35d783852cd03fb02919b5e800b01d536c36eb3c5bff96d1a38f5c8ab6380d6584b2e6d19a25fc
diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.10.0.ebuild b/dev-libs/rocm-comgr/rocm-comgr-2.10.0.ebuild
deleted file mode 100644 (file)
index ff0ede9..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
-       inherit git-r3
-       S="${WORKDIR}/${P}/lib/comgr"
-else
-       SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
-       KEYWORDS="~amd64"
-fi
-PATCHES=(
-       "${FILESDIR}/${PN}-2.6.0-find-clang.patch"
-       "${FILESDIR}/${PN}-2.6.0-find-lld-includes.patch"
-       "${FILESDIR}/${PN}-2.8.0-dependencies.patch"
-)
-
-DESCRIPTION="Radeon Open Compute Code Object Manager"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND=">=dev-libs/rocm-device-libs-${PV}
-       >=sys-devel/llvm-roc-${PV}:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
-       )
-       cmake-utils_src_configure
-}
diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.6.0.ebuild b/dev-libs/rocm-comgr/rocm-comgr-2.6.0.ebuild
deleted file mode 100644 (file)
index c000ce5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
-       inherit git-r3
-       S="${WORKDIR}/${P}/lib/comgr"
-else
-       SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
-       KEYWORDS="~amd64"
-fi
-PATCHES=(
-       "${FILESDIR}/${P}-correctly-install.patch"
-       "${FILESDIR}/${P}-find-clang.patch"
-       "${FILESDIR}/${P}-find-lld-includes.patch"
-       "${FILESDIR}/${P}-dependencies.patch"
-       "${FILESDIR}/${P}-unbundle-yaml-cpp.patch"
-)
-
-DESCRIPTION="Radeon Open Compute Code Object Manager"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND="dev-libs/rocm-device-libs
-       dev-cpp/yaml-cpp:=
-       sys-devel/llvm-roc:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       rm -rf yaml-cpp || die
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
-       )
-       cmake-utils_src_configure
-}
diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild b/dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild
deleted file mode 100644 (file)
index e357310..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
-       inherit git-r3
-       S="${WORKDIR}/${P}/lib/comgr"
-else
-       SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
-       KEYWORDS="~amd64"
-fi
-PATCHES=(
-       "${FILESDIR}/${PN}-2.6.0-correctly-install.patch"
-       "${FILESDIR}/${PN}-2.6.0-find-clang.patch"
-       "${FILESDIR}/${PN}-2.6.0-find-lld-includes.patch"
-       "${FILESDIR}/${PN}-2.6.0-dependencies.patch"
-       "${FILESDIR}/${PN}-2.6.0-unbundle-yaml-cpp.patch"
-       "${FILESDIR}/${PN}-2.7.0-llvm-interface-change.patch"
-)
-
-DESCRIPTION="Radeon Open Compute Code Object Manager"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND=">=dev-libs/rocm-device-libs-${PV}
-       dev-cpp/yaml-cpp:=
-       >=sys-devel/llvm-roc-${PV}:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       rm -rf yaml-cpp || die
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
-       )
-       cmake-utils_src_configure
-}
diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.8.0.ebuild b/dev-libs/rocm-comgr/rocm-comgr-2.8.0.ebuild
deleted file mode 100644 (file)
index ff0ede9..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
-       inherit git-r3
-       S="${WORKDIR}/${P}/lib/comgr"
-else
-       SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
-       KEYWORDS="~amd64"
-fi
-PATCHES=(
-       "${FILESDIR}/${PN}-2.6.0-find-clang.patch"
-       "${FILESDIR}/${PN}-2.6.0-find-lld-includes.patch"
-       "${FILESDIR}/${PN}-2.8.0-dependencies.patch"
-)
-
-DESCRIPTION="Radeon Open Compute Code Object Manager"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND=">=dev-libs/rocm-device-libs-${PV}
-       >=sys-devel/llvm-roc-${PV}:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
-       )
-       cmake-utils_src_configure
-}
diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.9.0.ebuild b/dev-libs/rocm-comgr/rocm-comgr-2.9.0.ebuild
deleted file mode 100644 (file)
index ff0ede9..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/"
-       inherit git-r3
-       S="${WORKDIR}/${P}/lib/comgr"
-else
-       SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
-       KEYWORDS="~amd64"
-fi
-PATCHES=(
-       "${FILESDIR}/${PN}-2.6.0-find-clang.patch"
-       "${FILESDIR}/${PN}-2.6.0-find-lld-includes.patch"
-       "${FILESDIR}/${PN}-2.8.0-dependencies.patch"
-)
-
-DESCRIPTION="Radeon Open Compute Code Object Manager"
-HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport"
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-RDEPEND=">=dev-libs/rocm-device-libs-${PV}
-       >=sys-devel/llvm-roc-${PV}:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
-       )
-       cmake-utils_src_configure
-}