summaryrefslogtreecommitdiff
path: root/dev-util/clinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
commit6d44cd74809cea5f81bf52ff9cd0aa902d6b6866 (patch)
tree4045142b80c7e0479c627a84e3f0de03e574df19 /dev-util/clinfo
parent8615c518b1f1d03130f21656a1a026959bb1e9c9 (diff)
gentoo auto-resync : 07:12:2022 - 21:14:14
Diffstat (limited to 'dev-util/clinfo')
-rw-r--r--dev-util/clinfo/Manifest5
-rw-r--r--dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild25
-rw-r--r--dev-util/clinfo/clinfo-3.0.21.02.21.ebuild4
-rw-r--r--dev-util/clinfo/clinfo-9999.ebuild6
4 files changed, 33 insertions, 7 deletions
diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 45313f33ab8d..5b9d59d7c366 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,4 +1,5 @@
DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62 SHA512 f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad
-EBUILD clinfo-3.0.21.02.21.ebuild 616 BLAKE2B d0ed6690cd80c7ee66f0bbf21fcf42e1311d6d228994688ac078af85f7cac05f625c88a4cd6c83886a9844411545ca8028cd06a801378acfce3de5f035e38674 SHA512 0e86681c767605e2599c88f0ff4343275a31f9e0ee8d2eb7b13c80b160de4063166693689eb55124fc32de0a23efad0f8d655846b39e934d874450a517cebec0
-EBUILD clinfo-9999.ebuild 616 BLAKE2B cd523e66a26b75509ae2362e0c501a412afade736f1cfe7560e1bb05015a43aaead9f0e72e5cc843c8a6dd1a4e9bc4693de15abd0b139f0a78929afb9c54f856 SHA512 8165ecb50cef7d2645fa2a599b4fe99bf498ad268d0e807052b888d84b5134ac3a4b97b3cb79707cbd08f648d910c88d610cac80c40396cacdeaf76cd99cf999
+EBUILD clinfo-3.0.21.02.21-r1.ebuild 616 BLAKE2B 1bdbba3132e8358f02d98afd6c9b392e30aa6441e2b801e2d4d212989f2edef04ed818e9d8fbafb7b68b01253b60572c6bdd4b9a65faa2146726bff11c39d8ed SHA512 297f7bf14609cff133ada21e121d3f3f79479156d57b7fa4b6f1a0f225e96a12b18b0b9cd5d68c25860f71619826f12590166f6f5ef452a57a71e3075230cc8b
+EBUILD clinfo-3.0.21.02.21.ebuild 616 BLAKE2B f0b38f295f8a245950016ad98d5006fd7bdcef0762e5fd7d60d84fe1796598445672f72438e18a50fff56c271641134b815a0c5422c9ca67f15da85c6367d6a9 SHA512 2b938cf352329a5e5cf2fa8e060a5921d56286045adfb2f82962d9b4d3ef2a4517607721c75065486682ab7efe3dc873b054ea61805450f258cdc9ae51ac7b80
+EBUILD clinfo-9999.ebuild 616 BLAKE2B cc1a02fa653b972c99b06958335100b82b53a83924e2c4b12e5633fed8ff88f4c7ac3a5a4a21cd3df5af3a555cf827306be9fcd1fa0a693b2e8f7abcaecabbcd SHA512 9de95b700b7050f4f49bb7411e8b906076e3022e7bcff2801996134b17a60251a91b0e80c0e8712e834e197b4a692791e7fa29a565af1f8912a7ca968e59c92d
MISC metadata.xml 328 BLAKE2B 21eff79ce1cc3c5088a2ad5d13d88fac9554f3f8d111651cd047682c66758d07469a63283d138b39e77c7dbc69cd5de70eed3be2816fbf8c51a7627741a5030d SHA512 c720305e388992ea76eb6b5924e997f84449a76a6c8d99ac73fc19a1fddb0970de2ec6596aafc7aad560122fe1cc26ed6dacf364fe6475984d01f30c8be4c2c0
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
new file mode 100644
index 000000000000..24dcd892d0af
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
@@ -0,0 +1,25 @@
+# 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
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 fc1ca3477ce1..f4a2249026a2 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"
@@ -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}"