commit: 930db2d8dd540edd80989ba93726c505e74c54cd
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 18:34:02 2025 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 18:34:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930db2d8
dev-util/clinfo: add 3.0.25.02.14
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
dev-util/clinfo/Manifest | 1 +
dev-util/clinfo/clinfo-3.0.25.02.14.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 65ec03f1f6cb..bea7325f0d04 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1 +1,2 @@
DIST clinfo-3.0.23.01.25.tar.gz 58325 BLAKE2B
20c6379c9fd22edd0d8938baa52fcec54f2d70687bd0ef21d153f4c29d54cf024be35f650f44c02b0a6cd340aa6aeeda93a198f51ec59847227b6de83adf7ad1
SHA512
c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c
+DIST clinfo-3.0.25.02.14.tar.gz 60699 BLAKE2B
98e005b5dad1daa09a53bc26ed4d1c52194b55f3166e82c6b8689dac00fde174e7803ac6b10195983bd347c08b3590f7e9ffc61837fcffd138df2f1092866892
SHA512
d45997ebb85e91f38168f36dd383d9442886ec6ebe043cb87e23f21584bae34360bc09a00256738dabd58bf19a74d1d2e11f1c8b2abaf3a0173e03f07f830ec3
diff --git a/dev-util/clinfo/clinfo-3.0.25.02.14.ebuild
b/dev-util/clinfo/clinfo-3.0.25.02.14.ebuild
new file mode 100644
index 000000000000..91ed3d5fd933
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.25.02.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 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 ~arm64 ~loong ~ppc64 ~riscv"
+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
+ dev-util/opencl-headers"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}