commit:     32a0008b6edc9b8400aebfeb5dcb08a12cbd32db
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 14:41:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 14:41:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a0008b

dev-libs/libclc: Remove 16.0.0_pre2022* snapshots

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libclc/Manifest                         |  2 -
 dev-libs/libclc/libclc-16.0.0_pre20221217.ebuild | 84 ------------------------
 dev-libs/libclc/libclc-16.0.0_pre20221226.ebuild | 84 ------------------------
 3 files changed, 170 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 4b76af0a4351..a2d90cceb48c 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -3,5 +3,3 @@ DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf
 DIST llvm-project-15.0.6.src.tar.xz 112074576 BLAKE2B 
74b1aa967c95191fa492f06b3a21930842da0ccbd9995dd33b4c2cf07852bbedcae97041fd5966209b16c63b90c87cc02fb2e858eda13dd9cc0641edcede0f75
 SHA512 
3311d85f4e02610af52f06e83c8c6d2b93950d24324b831b7afc47c39a20a546d39683a14e1a315da87d226379042de900a3f36a0351053547482af9035ab949
 DIST llvm-project-15.0.6.src.tar.xz.sig 438 BLAKE2B 
3c97dbd55667f52dad964ef71257c36e3075794f5616cfd46de8bf874867e861bf45c0d56cff2d0ad5d4f1b5a1c9b3a395aedcc40bce545ce7f3c84ac75ae3da
 SHA512 
a184103d84f8197a709c6c067fa83ca9290cd06532c487ad2c1fefa423438a1ac3c7f88835a94e3c9f04876e8d5f09afabef15bd8605df38aec6a4118597090c
 DIST llvm-project-b20dd2b186fdc76828219b705a2b58f5830f4b9d.tar.gz 175044630 
BLAKE2B 
f9a955e8413b57067fb697792316fb0c1e3eac00b1af208ba5d29db01a9acc96b88c7edca12c43762b1425c71a716a7c74d5d7edad45a442f32ba73f88f548b6
 SHA512 
5133c32d7856c8280bfeb47c3e5a9c0d8c1c291aad29af93586523110f95b08e582ff416fc6be02241eabfe80c35ad4f0334de5ead2a41bc6504616b1c6fd15a
-DIST llvm-project-dfc20708bcdf7b4c4bea8595fc4ac8674634d5e6.tar.gz 174878013 
BLAKE2B 
9c37423ae2a85a9d4a17fba97733cf808ebc98fa1488fb02e8c3e23039511154a220184af1bc6950c857b7d3c528d01e3dde5441c18903f25a7d7b7781e08f9b
 SHA512 
146d6ab53cce257c21ae202b887bbb77b017f883cf26337bd3af29289cd828aabf95c528c6c192473c3cafb7e803940261f32a8fab6130deca01ccd5576c78eb
-DIST llvm-project-fb792ebaf2114ad11d673cf891ae560e2e604711.tar.gz 174312496 
BLAKE2B 
dd7f30b911ef5049e9e2bff7b2768e31b48b1f4c7acaf159f535fe3deb5aa6630fdf7857c83fffcda1119a38a52101490d2b6cb41cb295bb7dd85cde0445b7ee
 SHA512 
bef15e7d82a2faf8be24f784d3d34ff9b21c8f17256879587ea5471011a32a1eb885e1b020da55aa096f2e0b5fe4bcf9fe8f0f5b5d34f5f386c48899c68fb7d1

diff --git a/dev-libs/libclc/libclc-16.0.0_pre20221217.ebuild 
b/dev-libs/libclc/libclc-16.0.0_pre20221217.ebuild
deleted file mode 100644
index 64df7867eed3..000000000000
--- a/dev-libs/libclc/libclc-16.0.0_pre20221217.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="https://libclc.llvm.org/";
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
-SLOT="0"
-KEYWORDS=""
-IUSE="spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
-
-LLVM_MAX_SLOT=16
-BDEPEND="
-       ${PYTHON_DEPS}
-       || (
-               (
-                       sys-devel/clang:16
-                       spirv? ( dev-util/spirv-llvm-translator:16 )
-               )
-               (
-                       sys-devel/clang:15
-                       spirv? ( dev-util/spirv-llvm-translator:15 )
-               )
-               (
-                       sys-devel/clang:14
-                       spirv? ( dev-util/spirv-llvm-translator:14 )
-               )
-               (
-                       sys-devel/clang:13
-                       spirv? ( dev-util/spirv-llvm-translator:13 )
-               )
-       )
-"
-
-LLVM_COMPONENTS=( libclc )
-llvm.org_set_globals
-
-llvm_check_deps() {
-       if use spirv; then
-               has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
-                       return 1
-       fi
-       has_version -b "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
-       llvm_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local libclc_targets=()
-
-       use spirv && libclc_targets+=(
-               "spirv-mesa3d-"
-               "spirv64-mesa3d-"
-       )
-       use video_cards_nvidia && libclc_targets+=(
-               "nvptx--"
-               "nvptx64--"
-               "nvptx--nvidiacl"
-               "nvptx64--nvidiacl"
-       )
-       use video_cards_r600 && libclc_targets+=(
-               "r600--"
-       )
-       use video_cards_radeonsi && libclc_targets+=(
-               "amdgcn--"
-               "amdgcn-mesa-mesa3d"
-               "amdgcn--amdhsa"
-       )
-       [[ ${#libclc_targets[@]} ]] || die "libclc target missing!"
-
-       libclc_targets=${libclc_targets[*]}
-       local mycmakeargs=(
-               -DLIBCLC_TARGETS_TO_BUILD="${libclc_targets// /;}"
-       )
-       cmake_src_configure
-}

diff --git a/dev-libs/libclc/libclc-16.0.0_pre20221226.ebuild 
b/dev-libs/libclc/libclc-16.0.0_pre20221226.ebuild
deleted file mode 100644
index 64df7867eed3..000000000000
--- a/dev-libs/libclc/libclc-16.0.0_pre20221226.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="https://libclc.llvm.org/";
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
-SLOT="0"
-KEYWORDS=""
-IUSE="spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
-
-LLVM_MAX_SLOT=16
-BDEPEND="
-       ${PYTHON_DEPS}
-       || (
-               (
-                       sys-devel/clang:16
-                       spirv? ( dev-util/spirv-llvm-translator:16 )
-               )
-               (
-                       sys-devel/clang:15
-                       spirv? ( dev-util/spirv-llvm-translator:15 )
-               )
-               (
-                       sys-devel/clang:14
-                       spirv? ( dev-util/spirv-llvm-translator:14 )
-               )
-               (
-                       sys-devel/clang:13
-                       spirv? ( dev-util/spirv-llvm-translator:13 )
-               )
-       )
-"
-
-LLVM_COMPONENTS=( libclc )
-llvm.org_set_globals
-
-llvm_check_deps() {
-       if use spirv; then
-               has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
-                       return 1
-       fi
-       has_version -b "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
-       llvm_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local libclc_targets=()
-
-       use spirv && libclc_targets+=(
-               "spirv-mesa3d-"
-               "spirv64-mesa3d-"
-       )
-       use video_cards_nvidia && libclc_targets+=(
-               "nvptx--"
-               "nvptx64--"
-               "nvptx--nvidiacl"
-               "nvptx64--nvidiacl"
-       )
-       use video_cards_r600 && libclc_targets+=(
-               "r600--"
-       )
-       use video_cards_radeonsi && libclc_targets+=(
-               "amdgcn--"
-               "amdgcn-mesa-mesa3d"
-               "amdgcn--amdhsa"
-       )
-       [[ ${#libclc_targets[@]} ]] || die "libclc target missing!"
-
-       libclc_targets=${libclc_targets[*]}
-       local mycmakeargs=(
-               -DLIBCLC_TARGETS_TO_BUILD="${libclc_targets// /;}"
-       )
-       cmake_src_configure
-}

Reply via email to