commit:     6168a87632e968ff0177a7383bf26d1a82fa6957
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 16:51:33 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 17:00:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6168a876

dev-util/intel_clc: Drop old versions

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

 dev-util/intel_clc/Manifest                       |   3 -
 dev-util/intel_clc/intel_clc-23.3.0.ebuild        | 115 ---------------------
 dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild | 115 ---------------------
 dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild     | 116 ----------------------
 4 files changed, 349 deletions(-)

diff --git a/dev-util/intel_clc/Manifest b/dev-util/intel_clc/Manifest
index 2097cae51135..27f844ce49f8 100644
--- a/dev-util/intel_clc/Manifest
+++ b/dev-util/intel_clc/Manifest
@@ -1,5 +1,2 @@
-DIST mesa-23.3.0-rc5.tar.xz 19227440 BLAKE2B 
844eb3dacc6f579f1a7bff74fc20ec22021ac33dcdd716488487e66e9ef8c6be4a5eaf7260628eec58baa55fd70bfe4a6223e83ea8b163d6e16dd8677af3c7e3
 SHA512 
f1c2421ab262da422ed9ac5ca08b0e1c41264373e022de9413c65e1e7e8ee929979d1c80741497a0acba1d118665a7f6076e24139be0c9c70f3fe8f5d319c187
-DIST mesa-23.3.0.tar.xz 19234688 BLAKE2B 
1b87d15cbe1b4c761653b7042c46eac3036f08dfcf3a0a81aa7bf6c1c0c402b05f37ce8da9d88df72e1745d66a648c2b8c161b04bf558107f548f6d8167cc798
 SHA512 
3568b571974a2c6c0c3a4cc614c851729962e39926f0af906ba91604f9d43c0618db7df004cbec5d9e5dbade2d6bde818608c9aa1686183994d68ad3e6ac4521
 DIST mesa-23.3.1.tar.xz 19337988 BLAKE2B 
73696281868e5eba6493cc34786a6c30eaf256bed2495444be9a1a5ebf1a0d4b8f00bcc3fb91ce9de3ac8ff23663e41cab17b8fe42b1048366c8e9b95aefa905
 SHA512 
0861fb5083e37439ad8cc0a0d8372a7c84d8665ea298dc784e2dd893162e20ae072f5ef0b860be88ecf74bc123714acbc1dec312e139b892ff40ef1887c5f4a5
-DIST mesa-23.3.2.tar.xz 19365140 BLAKE2B 
fc97e17dd7a139056190010325f1d57978ef8618ae87731f459daedc303223f3fbce660c2361dcd518d35c709357435366c75ebfd6366daa9f0dec99b534604f
 SHA512 
634d2b67ade2121de3f19f2cccd4bf7ceb2ac391b9366587ed1c2412444e010de8ec14a25529fdec1f43f943096422eb23cefcb8a89d2f8b20286850188b65c3
 DIST mesa-23.3.3.tar.xz 19379484 BLAKE2B 
6b57e99356abccf398c5fb84953fc1490ddf516dbeed1feca8d16344a04c1c15183325752717447a34a61dd4cdda897147e3194f869d8dbadfa5c45a0c95dab5
 SHA512 
bed23e8324b026edd5d2b16a381ec563cf2fa9be9c8fbe8d9fb907cab9d87eef91f493fb9d4e3973d4b679e271d2a85ce48af491585638ab97f087532fc63c30

diff --git a/dev-util/intel_clc/intel_clc-23.3.0.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.0.ebuild
deleted file mode 100644
index e1a7520244d4..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 2023 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
-               -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.0_rc5-r1.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild
deleted file mode 100644
index e1a7520244d4..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 2023 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
-               -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.2-r1.ebuild 
b/dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild
deleted file mode 100644
index 0df8ae0fd528..000000000000
--- a/dev-util/intel_clc/intel_clc-23.3.2-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..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
-}

Reply via email to