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: Tue, 21 Sep 2021 18:26:32 +0000 (UTC) [thread overview]
Message-ID: <1632248751.718a743fd0160087ff5eae3ed90f74b0a28184b0.conikost@gentoo> (raw)
commit: 718a743fd0160087ff5eae3ed90f74b0a28184b0
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 18:04:40 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 18:25:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718a743f
dev-libs/level-zero: drop old versions
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/level-zero/Manifest | 2 --
dev-libs/level-zero/level-zero-0.91.10.ebuild | 35 ---------------------------
dev-libs/level-zero/level-zero-1.0.0.ebuild | 27 ---------------------
3 files changed, 64 deletions(-)
diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index b12b5e9b267..f22b6328f2f 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1,4 +1,2 @@
-DIST level-zero-0.91.10.tar.gz 291352 BLAKE2B eaec1aa89b529b84d312f21c91e03c9ae2911193ad25a3884b677108bd3cf18d70b56174f515ac6ec2d61de0a80bb70bdf98834e4f932729e5809855ba42d087 SHA512 d98caa0ec135dc111ba8d34c2102f704e384cf6f6eb8ff147642cb1ce1de2fc96804e4f35e68df41a7e5404ba3702e87ec29f2334b19d39752351af5f5c999cc
-DIST level-zero-1.0.0.tar.gz 448583 BLAKE2B 21c3bfe3b960c153e5bfd2f57d84d5297fc0cbcdb2cab954f1e9669e966d02e756c8a5726b2aaead01a834b8b362130d30c12b7590384d629de36c713c0629c1 SHA512 69fd0f8a951dba44be8e41897824261d105ff27ba7924b86bcd97c00d3be41f4ad1ad5eeb08f1c8361c802fd3e76715cfd6c2e21ca83c16a603490b2ce111887
DIST level-zero-1.4.1.tar.gz 391185 BLAKE2B 470df7a3fdc8562fd427bb94e236553f76b7e306d5965900c7ac6060e0b33b3fd61ef17230caded9d98828fbb37485aa333dc4d6c415c570eab08554edfc71d5 SHA512 3e282a39498fb0edcbe40dfbabd6d75ce4d28e8ff801fe2ae7abd7cf41120d57318e1dff29bd5403d4638ad64c11e5aa2d2ac50aff91ea14fe235bcc7843e0ac
DIST level-zero-1.5.0.tar.gz 395657 BLAKE2B ccd667f39b36f24826ec2ce2f9a755111d09f47798a7af9ddafc78947d008d0af82aa6189683b29acb59f9dc54d20fe0419ec4fbf5728e1652513b43b058db45 SHA512 2fd822dafbfaa1f51ff04e33f1cc3f5bdc4d71d45f1a3f7795ca870882647b162d2e4f727341542b09efe38e7bdb21bbefe5e6ea5af97c2579c7d74df55c5c1d
diff --git a/dev-libs/level-zero/level-zero-0.91.10.ebuild b/dev-libs/level-zero/level-zero-0.91.10.ebuild
deleted file mode 100644
index 3c4112a69ae..00000000000
--- a/dev-libs/level-zero/level-zero-0.91.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-
-DEPEND="dev-util/opencl-headers"
-
-RESTRICT="!test? ( test )"
-
-src_prepare() {
- 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 "Failed to seed the version file"
-}
-
-src_configure() {
- local mycmakeargs=(
- -Dlevel-zero_BUILD_TESTS=$(usex test)
- -DOpenCL_INCLUDE_DIR="${EPREFIX}/usr/include"
- )
- cmake_src_configure
-}
diff --git a/dev-libs/level-zero/level-zero-1.0.0.ebuild b/dev-libs/level-zero/level-zero-1.0.0.ebuild
deleted file mode 100644
index f2b9ea21cd9..00000000000
--- a/dev-libs/level-zero/level-zero-1.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_PV="$(ver_cut 1-2)"
-MY_P="${PN}-${MY_PV}"
-
-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/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- 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 "Failed to seed the version file"
-}
next reply other threads:[~2021-09-21 18:26 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-21 18:26 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 22:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/ Conrad Kostecki
2025-03-08 23:21 Conrad Kostecki
2025-03-01 1:14 Conrad Kostecki
2025-02-14 22:06 Conrad Kostecki
2025-02-06 23:44 Conrad Kostecki
2025-01-28 22:49 Conrad Kostecki
2025-01-28 22:49 Conrad Kostecki
2025-01-18 23:47 Conrad Kostecki
2024-12-24 2:39 Conrad Kostecki
2024-12-24 2:39 Conrad Kostecki
2024-12-06 23:38 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-05 23:00 Conrad Kostecki
2024-09-29 14:57 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 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=1632248751.718a743fd0160087ff5eae3ed90f74b0a28184b0.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