public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/
Date: Sun, 29 Sep 2024 14:57:31 +0000 (UTC)	[thread overview]
Message-ID: <1727620933.51185f8c0a4fec9f8288a07552fef022460dbadc.conikost@gentoo> (raw)

commit:     51185f8c0a4fec9f8288a07552fef022460dbadc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 13:31:30 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 14:42:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51185f8c

dev-libs/level-zero: drop 1.17.19, 1.17.28

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/level-zero/Manifest                  |  2 --
 dev-libs/level-zero/level-zero-1.17.19.ebuild | 36 ---------------------------
 dev-libs/level-zero/level-zero-1.17.28.ebuild | 36 ---------------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index ac3aca564ba8..55cb032044cd 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1,3 +1 @@
-DIST level-zero-1.17.19.tar.gz 1150799 BLAKE2B 6c6077424c503b194b93801f0c1a4cab10e53d845ef88d75fae22d8c4ebd91387e03b1e9b37f6dfa43603216f64f20095b43b6b8331e282470c7c7ab1e49204e SHA512 bc5f65180c399a0fb9504db2f3db65c04e32e9fbedd6b0c4ae9eabd77c3586eb5116e553e2a6eab85f738d7a95a2f976062d2f7216fa0c239efb6661c2b6dd2c
-DIST level-zero-1.17.28.tar.gz 1151085 BLAKE2B e47c8821063f7ebe03ba8af601518a9e0f97550299edac5749a4f142c4b3edfe83fd81fda2af02df5089947d6138a9b7ebf3ee7e0eed6db8b8a80eeca4c48a40 SHA512 0498ec279ab73a61ccd4a2c27a8c3837090004e0730c01e92ef6e91f32000ca9e91167b87fbec66668674d86b5dede51470ce4c77dafb58f8b4d982db8b6e490
 DIST level-zero-1.17.42.tar.gz 1152554 BLAKE2B a9b2054a620735490d1ff0f0a7e35e96bfe80531cf738e11ae3316bc0ce06108304e6f55ca57c2392a7854d7015bf2bcab93aa9778784ec546da41e174a08298 SHA512 c16c8269c82888c80c226e2e67641a3dbe0dd49b7e00ce5b2b8f90ab1233ac4bba1032f0b00c9dd702b85e1f635210bc383ec0c7e74651514ac104f5d9e8300c

diff --git a/dev-libs/level-zero/level-zero-1.17.19.ebuild b/dev-libs/level-zero/level-zero-1.17.19.ebuild
deleted file mode 100644
index 68249c1101f3..000000000000
--- a/dev-libs/level-zero/level-zero-1.17.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
-HOMEPAGE="https://github.com/oneapi-src/level-zero"
-SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64"
-
-RDEPEND="dev-libs/spdlog:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	# Don't hardcore -Werror
-	sed -e 's/-Werror//g' -i CMakeLists.txt || die
-
-	cmake_src_prepare
-
-	# According to upstream, release tarballs should contain this file but at least
-	# some of them do not. Fortunately it is trivial to make one ourselves.
-	echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DSYSTEM_SPDLOG="ON"
-	)
-
-	cmake_src_configure
-}

diff --git a/dev-libs/level-zero/level-zero-1.17.28.ebuild b/dev-libs/level-zero/level-zero-1.17.28.ebuild
deleted file mode 100644
index 4034c8711d28..000000000000
--- a/dev-libs/level-zero/level-zero-1.17.28.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
-HOMEPAGE="https://github.com/oneapi-src/level-zero"
-SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/spdlog:="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	# Don't hardcore -Werror
-	sed -e 's/-Werror//g' -i CMakeLists.txt || die
-
-	cmake_src_prepare
-
-	# According to upstream, release tarballs should contain this file but at least
-	# some of them do not. Fortunately it is trivial to make one ourselves.
-	echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DSYSTEM_SPDLOG="ON"
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2024-09-29 14:57 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29 14:57 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 23:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/ Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-26  0:59 Conrad Kostecki
2024-05-12 12:29 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-03-09 13:57 Conrad Kostecki
2024-02-08 21:49 Conrad Kostecki
2024-02-08 21:49 Conrad Kostecki
2023-12-26  2:45 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-09-09 19:54 Conrad Kostecki
2023-09-08 16:04 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-15 20:37 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-04-29 22:25 Conrad Kostecki
2023-04-10 18:38 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-03-08 14:57 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2022-12-13 21:58 Conrad Kostecki
2022-11-10  0:10 Conrad Kostecki
2022-11-10  0:10 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-08-21  0:31 Conrad Kostecki
2022-08-21  0:31 Conrad Kostecki
2022-07-23 12:30 Conrad Kostecki
2022-07-19 19:38 Conrad Kostecki
2022-05-21 13:52 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-04-11 20:58 Conrad Kostecki
2022-04-11 20:58 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-01-20 23:56 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2021-12-20 10:20 Conrad Kostecki
2021-12-15 18:03 Conrad Kostecki
2021-12-15 18:03 Conrad Kostecki
2021-11-14 13:57 Conrad Kostecki
2021-11-07 12:37 Conrad Kostecki
2021-11-07 12:37 Conrad Kostecki
2021-10-19 19:11 Conrad Kostecki
2021-10-07 16:55 Conrad Kostecki
2021-09-21 18:26 Conrad Kostecki
2021-09-21  6:35 Agostino Sarubbo
2021-09-18 21:47 Conrad Kostecki
2021-08-19 11:59 Conrad Kostecki
2021-08-16 17:12 Conrad Kostecki
2020-11-03 11:49 Marek Szuba
2020-11-03 11:40 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-04-23 21:11 Marek Szuba
2020-04-23 11:01 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1727620933.51185f8c0a4fec9f8288a07552fef022460dbadc.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox