public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/
Date: Sat, 28 Jan 2023 22:55:13 +0000 (UTC)	[thread overview]
Message-ID: <1674946506.d969b5acb216cf285f4cd99e559b24db9c0c9e5c.marecki@gentoo> (raw)

commit:     d969b5acb216cf285f4cd99e559b24db9c0c9e5c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 22:49:41 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 22:55:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d969b5ac

dev-util/opencl-headers: drop 2022.01.04, 2022.05.18-r1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-util/opencl-headers/Manifest                   |  2 --
 .../opencl-headers-2022.01.04.ebuild               | 24 ------------------
 .../opencl-headers-2022.05.18-r1.ebuild            | 29 ----------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-util/opencl-headers/Manifest b/dev-util/opencl-headers/Manifest
index 68ce8d35b23e..b1a04238ff51 100644
--- a/dev-util/opencl-headers/Manifest
+++ b/dev-util/opencl-headers/Manifest
@@ -1,3 +1 @@
-DIST opencl-headers-2022.01.04.tar.gz 62719 BLAKE2B 6791a679a09248746dd6b23d46001a8b6fcb3efc0a5d7c35be14463543ca08e57d24d1a4ab3ec765c315f44e849aa9c52d574f521ee1f660f9232979e511a9b3 SHA512 7c47486f40db16b8264f7e1febedd09c0481308eb15b5f4c4b5ff37c4ffb7697ae79427d221babe921704681942cd152b676b3bed660ba79d2901a48228d14ae
-DIST opencl-headers-2022.05.18.tar.gz 64518 BLAKE2B c1e0c3011e4ef226a5fc4601a65c78dfae20e86f9327e7cbda23bb16fbd95a450a28d5dbe3b90332ce9ebdbc3b108dbae3433b8e79883f777f8d5e9e6add375c SHA512 36a8637d22379eb7f83d44152cb34ff955134b9efb66a2d0973596b4cc38e1690a53972bee86f460350e80f13dbc775d24708960bf9e828f8e2c6e3d6358946e
 DIST opencl-headers-2022.09.30.tar.gz 65371 BLAKE2B 3197f02e759fb885d353802ac065e53cc6ced32acb65f40a94a5dad2d4952d5838d6b0f70a46b184948dfc14324cdfa076329692135c5cd79f1eae2d8f50d04e SHA512 6a669258d0f2d50f5359aa21d4df1b8ee3d5b0068825dee2841521bec6aa32cb628f5ace7fccbce736276909983d18610d03a9b5a0d6ea6cc0f3c5b3cff778b3

diff --git a/dev-util/opencl-headers/opencl-headers-2022.01.04.ebuild b/dev-util/opencl-headers/opencl-headers-2022.01.04.ebuild
deleted file mode 100644
index 7dc296a939a1..000000000000
--- a/dev-util/opencl-headers/opencl-headers-2022.01.04.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="OpenCL-Headers"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Unified C language headers for the OpenCL API"
-HOMEPAGE="https://github.com/KhronosGroup/OpenCL-Headers"
-SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-	insinto /usr/include
-	doins -r "${S}"/CL
-
-	einstalldocs
-}

diff --git a/dev-util/opencl-headers/opencl-headers-2022.05.18-r1.ebuild b/dev-util/opencl-headers/opencl-headers-2022.05.18-r1.ebuild
deleted file mode 100644
index 245fefd3e4c0..000000000000
--- a/dev-util/opencl-headers/opencl-headers-2022.05.18-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PN="OpenCL-Headers"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Unified C language headers for the OpenCL API"
-HOMEPAGE="https://github.com/KhronosGroup/OpenCL-Headers"
-SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}"/${MY_P}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTING=$(usex test)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2023-01-28 22:55 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-28 22:55 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12 13:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/ Marek Szuba
2024-05-23 13:34 WANG Xuerui
2024-04-24 14:17 Sam James
2024-04-24 14:17 Sam James
2024-04-24 14:13 Sam James
2023-12-24 11:45 Marek Szuba
2023-08-14 10:16 Marek Szuba
2023-07-15  8:19 Arthur Zamarin
2023-07-15  8:19 Arthur Zamarin
2023-07-15  3:10 Sam James
2023-04-21  8:56 Marek Szuba
2023-04-12  6:05 Yixun Lan
2023-04-08 18:49 Marek Szuba
2023-04-08 11:13 Arthur Zamarin
2023-04-08  9:00 Arthur Zamarin
2023-04-08  8:30 Arthur Zamarin
2023-02-24 22:07 Marek Szuba
2023-01-28  1:40 Sam James
2023-01-28  0:26 Sam James
2023-01-28  0:15 Sam James
2022-10-04  0:53 Marek Szuba
2022-09-26  9:07 Marek Szuba
2022-09-26  1:01 Marek Szuba
2022-09-05 21:57 Marek Szuba
2022-07-26  4:49 Sam James
2022-07-24  1:04 Sam James
2022-06-01 23:43 Marek Szuba
2022-04-11 11:16 Marek Szuba
2022-04-11  6:35 Jakov Smolić
2022-04-10  9:05 Agostino Sarubbo
2022-03-01 16:47 Marek Szuba
2022-02-09  0:20 Marek Szuba
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-08-28 23:11 Marek Szuba
2021-08-28 20:21 Marek Szuba
2021-06-26  9:45 罗百科
2021-06-23  9:15 Marek Szuba
2021-06-23  6:29 Agostino Sarubbo
2021-06-23  4:43 Sam James
2021-05-13 14:27 Marek Szuba
2021-05-06 17:07 Marek Szuba
2021-04-27 11:05 Marek Szuba
2021-03-20  9:02 罗百科
2020-11-12 21:03 Thomas Deutschmann
2020-11-06 20:38 Sam James
2020-06-19 14:31 Marek Szuba
2020-05-14 21:29 Thomas Deutschmann
2020-05-12 12:50 Mikle Kolyada
2020-04-08 22:52 Marek Szuba
2020-04-02  0:21 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=1674946506.d969b5acb216cf285f4cd99e559b24db9c0c9e5c.marecki@gentoo \
    --to=marecki@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