summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-02-27 21:42:09 -0800
committerMatt Turner <mattst88@gentoo.org>2019-02-27 21:44:47 -0800
commit60b713f3d4f2ad01cff59a8be960bd1c7e51f907 (patch)
treea88f081f27519d9a55cfabb79610e16433da5d2b /x11-apps/xvinfo
parentx11-apps/xstdcmap: Version bump to 1.0.4 (diff)
downloadgentoo-60b713f3d4f2ad01cff59a8be960bd1c7e51f907.tar.gz
gentoo-60b713f3d4f2ad01cff59a8be960bd1c7e51f907.tar.bz2
gentoo-60b713f3d4f2ad01cff59a8be960bd1c7e51f907.zip
x11-apps/xvinfo: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r--x11-apps/xvinfo/Manifest1
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.4.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest
index bf404f653b00..106b74bcc162 100644
--- a/x11-apps/xvinfo/Manifest
+++ b/x11-apps/xvinfo/Manifest
@@ -1,2 +1,3 @@
DIST xvinfo-1.1.2.tar.bz2 116906 BLAKE2B 11775fe342b840dec32ad48a4d47a53e897d9b4157a3a49b59768963855b2df470ba9ab098f418fa87f526c6723effc9584f993f7f2641870f7e92735dc46ad5 SHA512 0cf431afb52807f88654aaa3acbd286630461c934516ee5bbe280ec468ebfd3970b5b10f69d3a25aa36b6e0c0ac46d1c20c9606ac1de76261df80f1821362732
DIST xvinfo-1.1.3.tar.bz2 123750 BLAKE2B 4a180335e7829ac31258f880955a36d1e6a5abccd3ce2cba1dcb8ec43aca6a5584df2fa4e345d6ce5885efc55b6c586e13a78010cd009cb01bec17dc5b8ab0a9 SHA512 df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc
+DIST xvinfo-1.1.4.tar.bz2 126503 BLAKE2B 54a1e08913cd51cfeaced1c704834e0348d02cfb2e606f2cbb103acfdf649595a77680364bfb5bbe684a15c743d2d18b6031e77150d0e9fb0d3405d474accc3c SHA512 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e
diff --git a/x11-apps/xvinfo/xvinfo-1.1.4.ebuild b/x11-apps/xvinfo/xvinfo-1.1.4.ebuild
new file mode 100644
index 000000000000..65e01d47494a
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Print out X-Video extension adaptor information"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXv
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"