summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 21:46:09 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:46:09 -0500
commit04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173 (patch)
tree3a0a3b9be7dca9a6d2c4059473758eedcb8a69ce /x11-apps
parentdev-libs/libpwquality: Drop unneeded eautoreconf (diff)
downloadgentoo-04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173.tar.gz
gentoo-04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173.tar.bz2
gentoo-04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173.zip
x11-apps/xvinfo: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xvinfo/Manifest1
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.5.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest
index 6102c06e695c..7062b2d58d2b 100644
--- a/x11-apps/xvinfo/Manifest
+++ b/x11-apps/xvinfo/Manifest
@@ -1 +1,2 @@
DIST xvinfo-1.1.4.tar.bz2 126503 BLAKE2B 54a1e08913cd51cfeaced1c704834e0348d02cfb2e606f2cbb103acfdf649595a77680364bfb5bbe684a15c743d2d18b6031e77150d0e9fb0d3405d474accc3c SHA512 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e
+DIST xvinfo-1.1.5.tar.xz 120700 BLAKE2B 37ee9a5df13e47535fbef51878e9b0da7cd6cef378f7e69810beefb5aceb15e279a930313edff43a901eed9cb8750bb33e2ca4a3e7cdc25895630253efcc63a0 SHA512 18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb
diff --git a/x11-apps/xvinfo/xvinfo-1.1.5.ebuild b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild
new file mode 100644
index 000000000000..faa2af05699b
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Print out X-Video extension adaptor information"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXv
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"