commit: c70467d83e829041442acba016d989c594271ba6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 03:15:27 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 03:21:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70467d8
x11-apps/xdriinfo: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xdriinfo/Manifest | 1 +
x11-apps/xdriinfo/xdriinfo-1.0.8.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
index c34dd47e8da7..dc79ac3ba647 100644
--- a/x11-apps/xdriinfo/Manifest
+++ b/x11-apps/xdriinfo/Manifest
@@ -1 +1,2 @@
DIST xdriinfo-1.0.7.tar.xz 118268 BLAKE2B
94a75f2933d0c402e345bfc7054e0dd240f1dd43f805b9bc1970a00f6a500b110e3988afb7d5a466dfda8dcca504b14d33c4d257afe7df22ed10b1c4b190627e
SHA512
a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
+DIST xdriinfo-1.0.8.tar.xz 123872 BLAKE2B
583b2cbc2bf8f4d1acfd79f8aeb51176d61d8a55a10cb1b52e3422122401ee01a5c22094e7037e7baf2b9aa9cf08c110d6de605e2f43ccb280e28488c2929233
SHA512
36ea6a453b7f3ec7caa028282c701c98dfb45886dc833e31931d3ed6333a96a5bf7d3816bf5db51b3c359297f25e242c913eae4dd01be5de557475b4cd98d458
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.8.ebuild
b/x11-apps/xdriinfo/xdriinfo-1.0.8.ebuild
new file mode 100644
index 000000000000..242e52e0e371
--- /dev/null
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="query configuration information of DRI drivers"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ virtual/opengl"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"