public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2017-10-25 20:09 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2017-10-25 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     59ab7c36ff6cf4a97bef1e5996b05a3682648d56
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 19:01:05 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 20:08:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ab7c36

dev-util/clinfo: A tool to display info about the system's OpenCL capabilities

Package-Manager: Portage-2.3.12, Repoman-2.3.3

Closes: https://github.com/gentoo/gentoo/pull/6054

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-2.2.17.10.25.ebuild | 25 +++++++++++++++++++++++++
 dev-util/clinfo/clinfo-9999.ebuild         | 25 +++++++++++++++++++++++++
 dev-util/clinfo/metadata.xml               | 11 +++++++++++
 4 files changed, 62 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
new file mode 100644
index 00000000000..b0095a12463
--- /dev/null
+++ b/dev-util/clinfo/Manifest
@@ -0,0 +1 @@
+DIST clinfo-2.2.17.10.25.tar.gz 32992 SHA256 23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46 WHIRLPOOL a2fbdcaf137a5c85f1374c928e6706d20af5709b82bab289401be03f1b59bb1d8ec494bef7a11f77f88347fc81905522db9edb8c2a5f968afa8b50e82f7a0005

diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
new file mode 100644
index 00000000000..a3dd2fa351b
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
new file mode 100644
index 00000000000..a3dd2fa351b
--- /dev/null
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}

diff --git a/dev-util/clinfo/metadata.xml b/dev-util/clinfo/metadata.xml
new file mode 100644
index 00000000000..7682807ac4f
--- /dev/null
+++ b/dev-util/clinfo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>candrews@gentoo.org</email>
+		<name>Craig Andrews</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Oblomov/clinfo</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2018-03-15  3:21 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2018-03-15  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5970c9db9c4186be7bf480c024d1951d8d097fa0
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 03:20:28 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 03:21:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5970c9db

dev-util/clinfo: 2.2.18.03.15 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 18616d34383..8255b9c74a3 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1 +1,2 @@
 DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
+DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
new file mode 100644
index 00000000000..7a1b5ce68d4
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2018-03-22 20:07 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2018-03-22 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     cc0982ee94d63b1d686af25a76e66d86afc9e830
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 20:04:36 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 20:07:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0982ee

dev-util/clinfo: 2.2.18.03.22 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-2.2.18.03.22.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 8255b9c74a3..6e9bb1adb20 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,2 +1,3 @@
 DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
 DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
+DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699 SHA512 c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
new file mode 100644
index 00000000000..7a1b5ce68d4
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2018-03-27  1:51 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2018-03-27  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cee1a944332dc31322c22fa474e2c15206165352
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 01:49:53 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 01:51:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee1a944

dev-util/clinfo: Cleanup old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest                   |  3 ---
 dev-util/clinfo/clinfo-2.2.17.10.25.ebuild | 25 -------------------------
 dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | 25 -------------------------
 dev-util/clinfo/clinfo-2.2.18.03.22.ebuild | 25 -------------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 8e32958ec6f..ac5723aade4 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,4 +1 @@
-DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
-DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
-DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699 SHA512 c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c
 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb

diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
deleted file mode 100644
index a3dd2fa351b..00000000000
--- a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
deleted file mode 100644
index 7a1b5ce68d4..00000000000
--- a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
deleted file mode 100644
index 7a1b5ce68d4..00000000000
--- a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2018-03-27  1:51 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2018-03-27  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8f03586a73a35d48799d53d255f64df028586eeb
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 01:49:24 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 01:51:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f03586a

dev-util/clinfo: 2.2.18.03.26 version bump

Add dependency on >=app-eselect/eselect-opencl-1.1.0-r4 to ensure the required opencl 2.0 headers are present.

Closes: https://bugs.gentoo.org/650730
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/clinfo/Manifest                                           | 1 +
 dev-util/clinfo/{clinfo-9999.ebuild => clinfo-2.2.18.03.26.ebuild} | 5 +++--
 dev-util/clinfo/clinfo-9999.ebuild                                 | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 6e9bb1adb20..8e32958ec6f 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,3 +1,4 @@
 DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46
 DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885
 DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699 SHA512 c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c
+DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
similarity index 84%
copy from dev-util/clinfo/clinfo-9999.ebuild
copy to dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
index a3dd2fa351b..3d01e885bda 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND="virtual/opencl"
+DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
+	virtual/opencl"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index a3dd2fa351b..3d01e885bda 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND="virtual/opencl"
+DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
+	virtual/opencl"
 RDEPEND="${DEPEND}"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2018-04-06 14:33 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2018-04-06 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     02b8d36c0e2d3db75f21668ba1b3869d381b8c0d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 14:32:36 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 14:33:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b8d36c

dev-util/clinfo: 2.2.18.04.06 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-2.2.18.04.06.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index ac5723aade4..586b9a74ac1 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1 +1,2 @@
 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb
+DIST clinfo-2.2.18.04.06.tar.gz 41459 BLAKE2B e90a515fd9318aeced510cd97cc477e1925b37e2c389ffee0ec484563acc9f0f9a8880cb38575b299c4f63e1b4a6959064d7d0d45487f67d6fcf32ce91962a47 SHA512 4aa1623bd08602e2104b4ba3150f36a9e8e8fb25728d4a1792a9cc81a2a5952a4a78ccad0928f098ce4e8bc05f30d09267e01ccd81d541fdfb0bc7de46908faf

diff --git a/dev-util/clinfo/clinfo-2.2.18.04.06.ebuild b/dev-util/clinfo/clinfo-2.2.18.04.06.ebuild
new file mode 100644
index 00000000000..3d01e885bda
--- /dev/null
+++ b/dev-util/clinfo/clinfo-2.2.18.04.06.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
+	virtual/opencl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2020-04-08 21:58 Marek Szuba
  0 siblings, 0 replies; 19+ messages in thread
From: Marek Szuba @ 2020-04-08 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1d1fb70df84886f5c36983319eda5c61a3384f3e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 21:47:36 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 21:57:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1fb70d

dev-util/clinfo: remove eselect-opencl dependency

This was only needed here for OpenCL header files and virtual/opencl
takes care of pulling those in now. Technically, even the stable version
2 did this - but 3 is the first one which *officially* makes the
virtual provide the API rather than an implementation.

Revbump because clinfo hasn't seen any new releases for quite a while now
so we cannot rely on a new release to propagate RDEPEND changes
to the users.

Approved-by: Craig Andrews <candrews <AT> gentoo.org>
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-util/clinfo/clinfo-2.2.18.03.26.ebuild                           | 5 ++---
 .../{clinfo-2.2.18.04.06.ebuild => clinfo-2.2.18.04.06-r1.ebuild}    | 5 ++---
 dev-util/clinfo/clinfo-9999.ebuild                                   | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
index 3d01e885bda..fc1ca3477ce 100644
--- a/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
+++ b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
-	virtual/opencl"
+DEPEND=">=virtual/opencl-3"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/dev-util/clinfo/clinfo-2.2.18.04.06.ebuild b/dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild
similarity index 84%
rename from dev-util/clinfo/clinfo-2.2.18.04.06.ebuild
rename to dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild
index 3d01e885bda..fc1ca3477ce 100644
--- a/dev-util/clinfo/clinfo-2.2.18.04.06.ebuild
+++ b/dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
-	virtual/opencl"
+DEPEND=">=virtual/opencl-3"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index 3d01e885bda..fc1ca3477ce 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4
-	virtual/opencl"
+DEPEND=">=virtual/opencl-3"
 RDEPEND="${DEPEND}"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2020-11-20 14:16 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2020-11-20 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a25117619ed8746b9e0593f4e5406e10b113438d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 14:15:30 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 14:15:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2511761

dev-util/clinfo: 3.0.20.11.20 version bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-3.0.20.11.20.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 586b9a74ac1..8ccf248d144 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,2 +1,3 @@
 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb
 DIST clinfo-2.2.18.04.06.tar.gz 41459 BLAKE2B e90a515fd9318aeced510cd97cc477e1925b37e2c389ffee0ec484563acc9f0f9a8880cb38575b299c4f63e1b4a6959064d7d0d45487f67d6fcf32ce91962a47 SHA512 4aa1623bd08602e2104b4ba3150f36a9e8e8fb25728d4a1792a9cc81a2a5952a4a78ccad0928f098ce4e8bc05f30d09267e01ccd81d541fdfb0bc7de46908faf
+DIST clinfo-3.0.20.11.20.tar.gz 49196 BLAKE2B b9ea6a8dc8624ec717e5f2817d52e8284da870c1c1784f1d817e014f856df0bccd37a1b3b3e7cd0dd20dc831b7625e38bef237560826aa03bbe7f9158298b290 SHA512 eb582cf91bb5642a43207e653fef06f89c458b53264e2ce182429fc697ae1e3f6e2b66daa13ca22c758c58e2201007eb3f34182bba9912f136dab9c9db63d851

diff --git a/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild b/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild
new file mode 100644
index 00000000000..fc1ca3477ce
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND=">=virtual/opencl-3"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2021-02-21 21:52 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2021-02-21 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     94792327c368fe15e2eebe9d22f11821de9fc02b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 21:50:54 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:52:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94792327

dev-util/clinfo: 3.0.21.02.21 version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-3.0.21.02.21.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 8ccf248d144..acd8d60c2cf 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,3 +1,4 @@
 DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb
 DIST clinfo-2.2.18.04.06.tar.gz 41459 BLAKE2B e90a515fd9318aeced510cd97cc477e1925b37e2c389ffee0ec484563acc9f0f9a8880cb38575b299c4f63e1b4a6959064d7d0d45487f67d6fcf32ce91962a47 SHA512 4aa1623bd08602e2104b4ba3150f36a9e8e8fb25728d4a1792a9cc81a2a5952a4a78ccad0928f098ce4e8bc05f30d09267e01ccd81d541fdfb0bc7de46908faf
 DIST clinfo-3.0.20.11.20.tar.gz 49196 BLAKE2B b9ea6a8dc8624ec717e5f2817d52e8284da870c1c1784f1d817e014f856df0bccd37a1b3b3e7cd0dd20dc831b7625e38bef237560826aa03bbe7f9158298b290 SHA512 eb582cf91bb5642a43207e653fef06f89c458b53264e2ce182429fc697ae1e3f6e2b66daa13ca22c758c58e2201007eb3f34182bba9912f136dab9c9db63d851
+DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62 SHA512 f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
new file mode 100644
index 00000000000..d215bb74782
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND=">=virtual/opencl-3"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2021-02-21 21:52 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2021-02-21 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb7e47dc931e2e00a65c9ee62745937cb057a7d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 21:51:21 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:52:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb7e47d

dev-util/clinfo: Cleanup old versions

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/Manifest                      |  3 ---
 dev-util/clinfo/clinfo-2.2.18.03.26.ebuild    | 25 -------------------------
 dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild | 25 -------------------------
 dev-util/clinfo/clinfo-3.0.20.11.20.ebuild    | 25 -------------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index acd8d60c2cf..82071bec4a7 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,4 +1 @@
-DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb
-DIST clinfo-2.2.18.04.06.tar.gz 41459 BLAKE2B e90a515fd9318aeced510cd97cc477e1925b37e2c389ffee0ec484563acc9f0f9a8880cb38575b299c4f63e1b4a6959064d7d0d45487f67d6fcf32ce91962a47 SHA512 4aa1623bd08602e2104b4ba3150f36a9e8e8fb25728d4a1792a9cc81a2a5952a4a78ccad0928f098ce4e8bc05f30d09267e01ccd81d541fdfb0bc7de46908faf
-DIST clinfo-3.0.20.11.20.tar.gz 49196 BLAKE2B b9ea6a8dc8624ec717e5f2817d52e8284da870c1c1784f1d817e014f856df0bccd37a1b3b3e7cd0dd20dc831b7625e38bef237560826aa03bbe7f9158298b290 SHA512 eb582cf91bb5642a43207e653fef06f89c458b53264e2ce182429fc697ae1e3f6e2b66daa13ca22c758c58e2201007eb3f34182bba9912f136dab9c9db63d851
 DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62 SHA512 f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad

diff --git a/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
deleted file mode 100644
index fc1ca3477ce..00000000000
--- a/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild b/dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild
deleted file mode 100644
index fc1ca3477ce..00000000000
--- a/dev-util/clinfo/clinfo-2.2.18.04.06-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild b/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild
deleted file mode 100644
index fc1ca3477ce..00000000000
--- a/dev-util/clinfo/clinfo-3.0.20.11.20.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2022-12-07 17:48 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2022-12-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     07c3eb3b532bcea4e75f1fc8ac3bce3c6481263d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 17:47:13 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 17:48:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c3eb3b

dev-util/clinfo: EAPI=8

Closes: https://bugs.gentoo.org/884727
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/{clinfo-9999.ebuild => clinfo-3.0.21.02.21-r1.ebuild} | 4 ++--
 dev-util/clinfo/clinfo-9999.ebuild                                    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
similarity index 92%
copy from dev-util/clinfo/clinfo-9999.ebuild
copy to dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
index fc1ca3477ce1..24dcd892d0af 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index fc1ca3477ce1..24dcd892d0af 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2022-12-07 17:48 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-12-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1030878f5406475a7da2dce971e17e2496f367e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 17:40:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 17:48:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1030878f

dev-util/clinfo: use skel.ebuild layout

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/clinfo/clinfo-3.0.21.02.21.ebuild | 4 ++--
 dev-util/clinfo/clinfo-9999.ebuild         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
index d215bb747829..eb4487631051 100644
--- a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,9 +14,9 @@ fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
 HOMEPAGE="https://github.com/Oblomov/clinfo"
+
 LICENSE="CC0-1.0"
 SLOT="0"
-
 DEPEND=">=virtual/opencl-3"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index 24dcd892d0af..f4a2249026a2 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -14,9 +14,9 @@ fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
 HOMEPAGE="https://github.com/Oblomov/clinfo"
+
 LICENSE="CC0-1.0"
 SLOT="0"
-
 DEPEND=">=virtual/opencl-3"
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2023-01-25 15:51 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2023-01-25 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     436072e7b1f661ed2c5232edb0103ae00772ddb2
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 15:50:04 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 15:51:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436072e7

dev-util/clinfo: add 3.0.23.01.25

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/Manifest                   |  1 +
 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 82071bec4a70..37ac9208b8b4 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1 +1,2 @@
 DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62 SHA512 f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad
+DIST clinfo-3.0.23.01.25.tar.gz 58325 BLAKE2B 20c6379c9fd22edd0d8938baa52fcec54f2d70687bd0ef21d153f4c29d54cf024be35f650f44c02b0a6cd340aa6aeeda93a198f51ec59847227b6de83adf7ad1 SHA512 c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
new file mode 100644
index 000000000000..92b64abc9e31
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
+	inherit git-r3
+	SRC_URI=""
+else
+	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo"
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND=">=virtual/opencl-3"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2023-01-25 15:51 Craig Andrews
  0 siblings, 0 replies; 19+ messages in thread
From: Craig Andrews @ 2023-01-25 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4e1027a2da57ed5fbd20ae3b21c313bc0a3ef385
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 15:51:00 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 15:51:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1027a2

dev-util/clinfo: drop 3.0.21.02.21, 3.0.21.02.21-r1

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/clinfo/Manifest                      |  1 -
 dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild | 25 -------------------------
 dev-util/clinfo/clinfo-3.0.21.02.21.ebuild    | 25 -------------------------
 3 files changed, 51 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 37ac9208b8b4..65ec03f1f6cb 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,2 +1 @@
-DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62 SHA512 f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad
 DIST clinfo-3.0.23.01.25.tar.gz 58325 BLAKE2B 20c6379c9fd22edd0d8938baa52fcec54f2d70687bd0ef21d153f4c29d54cf024be35f650f44c02b0a6cd340aa6aeeda93a198f51ec59847227b6de83adf7ad1 SHA512 c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild b/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
deleted file mode 100644
index 24dcd892d0af..000000000000
--- a/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
deleted file mode 100644
index eb4487631051..000000000000
--- a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git"
-	inherit git-r3
-	SRC_URI=""
-else
-	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2023-01-28  0:15 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-01-28  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     77ad5cf828550a6c055dba73034fb50f511a88bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:14:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:14:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ad5cf8

dev-util/clinfo: Keyword 3.0.23.01.25 ppc64, #892207

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
index 92b64abc9e31..b6c4e3a1eaed 100644
--- a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	SRC_URI=""
 else
 	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~ppc64"
 fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2023-04-12  6:05 Yixun Lan
  0 siblings, 0 replies; 19+ messages in thread
From: Yixun Lan @ 2023-04-12  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     67ed6b66cb15befeef433c15abdbeaf18bb48cbf
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 03:16:05 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 06:05:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ed6b66

dev-util/clinfo: Keyword 3.0.23.01.25 riscv, #904196

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
index b6c4e3a1eaed..b072f4d7586e 100644
--- a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	SRC_URI=""
 else
 	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64"
+	KEYWORDS="~amd64 ~ppc64 ~riscv"
 fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2024-05-23 13:34 WANG Xuerui
  0 siblings, 0 replies; 19+ messages in thread
From: WANG Xuerui @ 2024-05-23 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e1e2a2dbdb77f1b5cfa2b7e0d9b0cce147b44ffb
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 11:24:59 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 23 13:31:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e2a2db

dev-util/clinfo: keyword 3.0.23.01.25 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
index b072f4d7586e..dbe84ad3966e 100644
--- a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	SRC_URI=""
 else
 	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~riscv"
+	KEYWORDS="~amd64 ~loong ~ppc64 ~riscv"
 fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2024-05-23 13:34 WANG Xuerui
  0 siblings, 0 replies; 19+ messages in thread
From: WANG Xuerui @ 2024-05-23 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     03107104a88a2f33d6f90c63bbfcdf84f8db8950
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 11:25:18 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 23 13:31:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03107104

dev-util/clinfo: forward keywords to live

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-util/clinfo/clinfo-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index f4a2249026a2..220859c0765e 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	SRC_URI=""
 else
 	SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~loong ~ppc64 ~riscv"
 fi
 
 DESCRIPTION="A tool to display info about the system's OpenCL capabilities"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/
@ 2024-10-14 13:57 Patrick Lauer
  0 siblings, 0 replies; 19+ messages in thread
From: Patrick Lauer @ 2024-10-14 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4e3c4462396112f27c2ca9544af78b5b7b466ae3
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 13:56:54 2024 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 13:57:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3c4462

dev-util/clinfo: Add missing opencl-headers dependency

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 3 ++-
 dev-util/clinfo/clinfo-9999.ebuild         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
index dbe84ad3966e..c13992cb82cc 100644
--- a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 LICENSE="CC0-1.0"
 SLOT="0"
 
-DEPEND=">=virtual/opencl-3"
+DEPEND=">=virtual/opencl-3
+	dev-util/opencl-headers"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild
index 220859c0765e..e1b85a84e5f7 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo"
 
 LICENSE="CC0-1.0"
 SLOT="0"
-DEPEND=">=virtual/opencl-3"
+DEPEND=">=virtual/opencl-3
+	dev-util/opencl-headers"
 RDEPEND="${DEPEND}"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-10-14 13:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-25 20:09 [gentoo-commits] repo/gentoo:master commit in: dev-util/clinfo/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2018-03-15  3:21 Craig Andrews
2018-03-22 20:07 Craig Andrews
2018-03-27  1:51 Craig Andrews
2018-03-27  1:51 Craig Andrews
2018-04-06 14:33 Craig Andrews
2020-04-08 21:58 Marek Szuba
2020-11-20 14:16 Craig Andrews
2021-02-21 21:52 Craig Andrews
2021-02-21 21:52 Craig Andrews
2022-12-07 17:48 Craig Andrews
2022-12-07 17:48 Sam James
2023-01-25 15:51 Craig Andrews
2023-01-25 15:51 Craig Andrews
2023-01-28  0:15 Sam James
2023-04-12  6:05 Yixun Lan
2024-05-23 13:34 WANG Xuerui
2024-05-23 13:34 WANG Xuerui
2024-10-14 13:57 Patrick Lauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox