summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-10 19:46:08 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-10 19:46:36 -0500
commit8de353daa43fcaaa3f11c6f09120df52a18f8045 (patch)
treef128fe047c7e59e799b592822a035d930090ed99 /x11-apps/xdriinfo
parentdev-cpp/cpp-httplib: add 0.11.4 (diff)
downloadgentoo-8de353daa43fcaaa3f11c6f09120df52a18f8045.tar.gz
gentoo-8de353daa43fcaaa3f11c6f09120df52a18f8045.tar.bz2
gentoo-8de353daa43fcaaa3f11c6f09120df52a18f8045.zip
x11-apps/xdriinfo: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/Manifest1
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
index 4f8a45206dbf..16c3e3b5558b 100644
--- a/x11-apps/xdriinfo/Manifest
+++ b/x11-apps/xdriinfo/Manifest
@@ -1 +1,2 @@
DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549 SHA512 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f
+DIST xdriinfo-1.0.7.tar.xz 118268 BLAKE2B 94a75f2933d0c402e345bfc7054e0dd240f1dd43f805b9bc1970a00f6a500b110e3988afb7d5a466dfda8dcca504b14d33c4d257afe7df22ed10b1c4b190627e SHA512 a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild
new file mode 100644
index 000000000000..6c07f0e55e86
--- /dev/null
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="query configuration information of DRI drivers"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ virtual/opengl"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"