commit:     203f15742b766754b6b726319895b68c1d5d9c17
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 14:48:46 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 14:51:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203f1574

dev-util/intel_clc: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/intel_clc/Manifest                   |   4 -
 dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild | 116 --------------------------
 dev-util/intel_clc/intel_clc-23.3.3.ebuild    | 116 --------------------------
 dev-util/intel_clc/intel_clc-23.3.4.ebuild    | 116 --------------------------
 dev-util/intel_clc/intel_clc-24.0.0.ebuild    |  86 -------------------
 5 files changed, 438 deletions(-)

diff --git a/dev-util/intel_clc/Manifest b/dev-util/intel_clc/Manifest
index fefb8bc10ea2..fcd3113d074e 100644
--- a/dev-util/intel_clc/Manifest
+++ b/dev-util/intel_clc/Manifest
@@ -1,6 +1,2 @@
-DIST mesa-23.3.1.tar.xz 19337988 BLAKE2B 
73696281868e5eba6493cc34786a6c30eaf256bed2495444be9a1a5ebf1a0d4b8f00bcc3fb91ce9de3ac8ff23663e41cab17b8fe42b1048366c8e9b95aefa905
 SHA512 
0861fb5083e37439ad8cc0a0d8372a7c84d8665ea298dc784e2dd893162e20ae072f5ef0b860be88ecf74bc123714acbc1dec312e139b892ff40ef1887c5f4a5
-DIST mesa-23.3.3.tar.xz 19379484 BLAKE2B 
6b57e99356abccf398c5fb84953fc1490ddf516dbeed1feca8d16344a04c1c15183325752717447a34a61dd4cdda897147e3194f869d8dbadfa5c45a0c95dab5
 SHA512 
bed23e8324b026edd5d2b16a381ec563cf2fa9be9c8fbe8d9fb907cab9d87eef91f493fb9d4e3973d4b679e271d2a85ce48af491585638ab97f087532fc63c30
-DIST mesa-23.3.4.tar.xz 19415668 BLAKE2B 
85687793853675a43da5135f41d0512cb4729f3dd824e2ad28d9bda129258adb00dd7da1e75e76cae71c1148e6a2ede84e1efda640c11aff233e5e12b0cea554
 SHA512 
026c424989a594dd840dc158ca09e0f57e604f0b1bd2a3981110b4b2b5a47c6cd9c7241c7f48957a781e2dd9f9760cc9db79b2fb7c7fe39b64eddb18dcf18412
 DIST mesa-23.3.5.tar.xz 19429564 BLAKE2B 
69c7434ae9c503c14b5bf9abad9a3a26a1dd402461b098dcdb01b9da7a7e8652f897fd9681c809aa70d3ace77c448289d22400deca3854844a355eb0ac095583
 SHA512 
1ad29f524caee0000ef51abe58d29d9687de5fbc5168f7e677bb4e69c5e9a94918d5fbf6e10c6757fe7ce6d47bab109e452f0fa2e26aad2e6f8bfb744383b5ea
-DIST mesa-24.0.0.tar.xz 19875824 BLAKE2B 
e15b14e921a6d1c8d1b183b8f7302d13aa81401d9485742846b8b70e2353825bcf0a0e1ee1849831eb43e5836a108cb3cf68bfe0d9183a78684dbd2fac637ab7
 SHA512 
9dfdea7cebb37b9c020335e24194b39b399f48b5af6eec30c3455108276ac4e29e7b06df942cb2abc7afa667784968c0c43d19b9afe30ef03021b9cb6a789f15
 DIST mesa-24.0.1.tar.xz 19950992 BLAKE2B 
05eb98f2fec0d15e63e8da2ca2e563d0b6fb7e29d639e66fc69074b7550939160e6f29121b80f2c64083625f2b13aa728221443b1f5adf2dd0fd92056ed9dc40
 SHA512 
1eaff5dcff8dd314b2dfe249d25db68d530d3f0fb54e926999768d0a48aa34b67c31ec3587bb2a7d1969845b26e79a4d87aceb7a141fd2e811ae0c47c00b0963

diff --git a/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild
deleted file mode 100644
index ddb3fe2f40ad..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit llvm meson python-any-r1
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="intel_clc tool used for building OpenCL C to SPIR-V"
-HOMEPAGE="https://mesa3d.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       S="${WORKDIR}/intel_clc-${MY_PV}"
-       EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
-       inherit git-r3
-else
-       S="${WORKDIR}/mesa-${MY_PV}"
-       SRC_URI="https://archive.mesa3d.org/mesa-${MY_PV}.tar.xz";
-       KEYWORDS="amd64"
-fi
-
-LICENSE="MIT SGI-B-2.0"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-       dev-libs/libclc
-       dev-util/spirv-tools
-       >=sys-libs/zlib-1.2.8:=
-       x11-libs/libdrm
-"
-DEPEND="${RDEPEND}
-       dev-libs/expat
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
-       virtual/pkgconfig
-"
-
-# Please keep the LLVM dependency block separate. Since LLVM is slotted,
-# we need to *really* make sure we're not pulling one than more slot
-# simultaneously.
-#
-# How to use it:
-# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 17.
-# 2. Specify LLVM_MIN_SLOT (inclusive), e.g. 15.
-LLVM_MAX_SLOT="17"
-LLVM_MIN_SLOT="15"
-PER_SLOT_DEPSTR="
-       (
-               dev-util/spirv-llvm-translator:@SLOT@
-               sys-devel/clang:@SLOT@
-               sys-devel/llvm:@SLOT@
-       )
-"
-LLVM_DEPSTR="
-       || (
-               $(for ((slot=LLVM_MAX_SLOT; slot>=LLVM_MIN_SLOT; slot--)); do
-                       echo "${PER_SLOT_DEPSTR//@SLOT@/${slot}}"
-               done)
-       )
-       <sys-devel/clang-$((LLVM_MAX_SLOT + 1)):=
-       <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=
-"
-RDEPEND="${RDEPEND}
-       ${LLVM_DEPSTR}
-"
-unset LLVM_MIN_SLOT {LLVM,PER_SLOT}_DEPSTR
-
-llvm_check_deps() {
-       has_version "dev-util/spirv-llvm-translator:${LLVM_SLOT}" &&
-       has_version "sys-devel/clang:${LLVM_SLOT}" &&
-       has_version "sys-devel/llvm:${LLVM_SLOT}"
-}
-
-python_check_deps() {
-       python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       llvm_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       PKG_CONFIG_PATH="$(get_llvm_prefix 
"${LLVM_MAX_SLOT}")/$(get_libdir)/pkgconfig"
-
-       local emesonargs=(
-               -Dllvm=enabled
-               -Dshared-llvm=enabled
-               -Dintel-clc=enabled
-
-               -Dgallium-drivers=''
-               -Dvulkan-drivers=''
-
-               # Set platforms empty to avoid the default "auto" setting. If
-               # platforms is empty meson.build will add surfaceless.
-               -Dplatforms=''
-
-               -Dglx=disabled
-               -Dlibunwind=disabled
-               -Dzstd=disabled
-
-               --buildtype $(usex debug debug plain)
-               -Db_ndebug=$(usex debug false true)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       dobin "${BUILD_DIR}"/src/intel/compiler/intel_clc
-}

diff --git a/dev-util/intel_clc/intel_clc-23.3.3.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.3.ebuild
deleted file mode 100644
index 0df8ae0fd528..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit llvm meson python-any-r1
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="intel_clc tool used for building OpenCL C to SPIR-V"
-HOMEPAGE="https://mesa3d.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       S="${WORKDIR}/intel_clc-${MY_PV}"
-       EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
-       inherit git-r3
-else
-       S="${WORKDIR}/mesa-${MY_PV}"
-       SRC_URI="https://archive.mesa3d.org/mesa-${MY_PV}.tar.xz";
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT SGI-B-2.0"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-       dev-libs/libclc
-       dev-util/spirv-tools
-       >=sys-libs/zlib-1.2.8:=
-       x11-libs/libdrm
-"
-DEPEND="${RDEPEND}
-       dev-libs/expat
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
-       virtual/pkgconfig
-"
-
-# Please keep the LLVM dependency block separate. Since LLVM is slotted,
-# we need to *really* make sure we're not pulling one than more slot
-# simultaneously.
-#
-# How to use it:
-# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 17.
-# 2. Specify LLVM_MIN_SLOT (inclusive), e.g. 15.
-LLVM_MAX_SLOT="17"
-LLVM_MIN_SLOT="15"
-PER_SLOT_DEPSTR="
-       (
-               dev-util/spirv-llvm-translator:@SLOT@
-               sys-devel/clang:@SLOT@
-               sys-devel/llvm:@SLOT@
-       )
-"
-LLVM_DEPSTR="
-       || (
-               $(for ((slot=LLVM_MAX_SLOT; slot>=LLVM_MIN_SLOT; slot--)); do
-                       echo "${PER_SLOT_DEPSTR//@SLOT@/${slot}}"
-               done)
-       )
-       <sys-devel/clang-$((LLVM_MAX_SLOT + 1)):=
-       <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=
-"
-RDEPEND="${RDEPEND}
-       ${LLVM_DEPSTR}
-"
-unset LLVM_MIN_SLOT {LLVM,PER_SLOT}_DEPSTR
-
-llvm_check_deps() {
-       has_version "dev-util/spirv-llvm-translator:${LLVM_SLOT}" &&
-       has_version "sys-devel/clang:${LLVM_SLOT}" &&
-       has_version "sys-devel/llvm:${LLVM_SLOT}"
-}
-
-python_check_deps() {
-       python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       llvm_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       PKG_CONFIG_PATH="$(get_llvm_prefix 
"${LLVM_MAX_SLOT}")/$(get_libdir)/pkgconfig"
-
-       local emesonargs=(
-               -Dllvm=enabled
-               -Dshared-llvm=enabled
-               -Dintel-clc=enabled
-
-               -Dgallium-drivers=''
-               -Dvulkan-drivers=''
-
-               # Set platforms empty to avoid the default "auto" setting. If
-               # platforms is empty meson.build will add surfaceless.
-               -Dplatforms=''
-
-               -Dglx=disabled
-               -Dlibunwind=disabled
-               -Dzstd=disabled
-
-               --buildtype $(usex debug debug plain)
-               -Db_ndebug=$(usex debug false true)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       dobin "${BUILD_DIR}"/src/intel/compiler/intel_clc
-}

diff --git a/dev-util/intel_clc/intel_clc-23.3.4.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.4.ebuild
deleted file mode 100644
index 0df8ae0fd528..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.4.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit llvm meson python-any-r1
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="intel_clc tool used for building OpenCL C to SPIR-V"
-HOMEPAGE="https://mesa3d.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       S="${WORKDIR}/intel_clc-${MY_PV}"
-       EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
-       inherit git-r3
-else
-       S="${WORKDIR}/mesa-${MY_PV}"
-       SRC_URI="https://archive.mesa3d.org/mesa-${MY_PV}.tar.xz";
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT SGI-B-2.0"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-       dev-libs/libclc
-       dev-util/spirv-tools
-       >=sys-libs/zlib-1.2.8:=
-       x11-libs/libdrm
-"
-DEPEND="${RDEPEND}
-       dev-libs/expat
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
-       virtual/pkgconfig
-"
-
-# Please keep the LLVM dependency block separate. Since LLVM is slotted,
-# we need to *really* make sure we're not pulling one than more slot
-# simultaneously.
-#
-# How to use it:
-# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 17.
-# 2. Specify LLVM_MIN_SLOT (inclusive), e.g. 15.
-LLVM_MAX_SLOT="17"
-LLVM_MIN_SLOT="15"
-PER_SLOT_DEPSTR="
-       (
-               dev-util/spirv-llvm-translator:@SLOT@
-               sys-devel/clang:@SLOT@
-               sys-devel/llvm:@SLOT@
-       )
-"
-LLVM_DEPSTR="
-       || (
-               $(for ((slot=LLVM_MAX_SLOT; slot>=LLVM_MIN_SLOT; slot--)); do
-                       echo "${PER_SLOT_DEPSTR//@SLOT@/${slot}}"
-               done)
-       )
-       <sys-devel/clang-$((LLVM_MAX_SLOT + 1)):=
-       <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=
-"
-RDEPEND="${RDEPEND}
-       ${LLVM_DEPSTR}
-"
-unset LLVM_MIN_SLOT {LLVM,PER_SLOT}_DEPSTR
-
-llvm_check_deps() {
-       has_version "dev-util/spirv-llvm-translator:${LLVM_SLOT}" &&
-       has_version "sys-devel/clang:${LLVM_SLOT}" &&
-       has_version "sys-devel/llvm:${LLVM_SLOT}"
-}
-
-python_check_deps() {
-       python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       llvm_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       PKG_CONFIG_PATH="$(get_llvm_prefix 
"${LLVM_MAX_SLOT}")/$(get_libdir)/pkgconfig"
-
-       local emesonargs=(
-               -Dllvm=enabled
-               -Dshared-llvm=enabled
-               -Dintel-clc=enabled
-
-               -Dgallium-drivers=''
-               -Dvulkan-drivers=''
-
-               # Set platforms empty to avoid the default "auto" setting. If
-               # platforms is empty meson.build will add surfaceless.
-               -Dplatforms=''
-
-               -Dglx=disabled
-               -Dlibunwind=disabled
-               -Dzstd=disabled
-
-               --buildtype $(usex debug debug plain)
-               -Db_ndebug=$(usex debug false true)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       dobin "${BUILD_DIR}"/src/intel/compiler/intel_clc
-}

diff --git a/dev-util/intel_clc/intel_clc-24.0.0.ebuild 
b/dev-util/intel_clc/intel_clc-24.0.0.ebuild
deleted file mode 100644
index adb22e32e30a..000000000000
--- a/dev-util/intel_clc/intel_clc-24.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_COMPAT=( 16 17 )
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit llvm-r1 meson python-any-r1
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="intel_clc tool used for building OpenCL C to SPIR-V"
-HOMEPAGE="https://mesa3d.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       S="${WORKDIR}/intel_clc-${MY_PV}"
-       EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
-       inherit git-r3
-else
-       S="${WORKDIR}/mesa-${MY_PV}"
-       SRC_URI="https://archive.mesa3d.org/mesa-${MY_PV}.tar.xz";
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT SGI-B-2.0"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-       dev-libs/libclc
-       dev-util/spirv-tools
-       >=sys-libs/zlib-1.2.8:=
-       x11-libs/libdrm
-       $(llvm_gen_dep '
-               dev-util/spirv-llvm-translator:${LLVM_SLOT}
-               sys-devel/clang:${LLVM_SLOT}
-               sys-devel/llvm:${LLVM_SLOT}
-       ')
-"
-DEPEND="${RDEPEND}
-       dev-libs/expat
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
-       virtual/pkgconfig
-"
-
-python_check_deps() {
-       python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       llvm-r1_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       PKG_CONFIG_PATH="$(get_llvm_prefix)/$(get_libdir)/pkgconfig"
-
-       local emesonargs=(
-               -Dllvm=enabled
-               -Dshared-llvm=enabled
-               -Dintel-clc=enabled
-
-               -Dgallium-drivers=''
-               -Dvulkan-drivers=''
-
-               # Set platforms empty to avoid the default "auto" setting. If
-               # platforms is empty meson.build will add surfaceless.
-               -Dplatforms=''
-
-               -Dglx=disabled
-               -Dlibunwind=disabled
-               -Dzstd=disabled
-
-               --buildtype $(usex debug debug plain)
-               -Db_ndebug=$(usex debug false true)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       dobin "${BUILD_DIR}"/src/intel/compiler/intel_clc
-}

Reply via email to