summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r--x11-apps/xvinfo/Manifest2
-rw-r--r--x11-apps/xvinfo/metadata.xml5
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.2.ebuild16
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.3.ebuild16
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest
new file mode 100644
index 000000000000..d02f531e5995
--- /dev/null
+++ b/x11-apps/xvinfo/Manifest
@@ -0,0 +1,2 @@
+DIST xvinfo-1.1.2.tar.bz2 116906 SHA256 eed3d90ffd788ef728c4a5e7aa4bd86dc6bbcebac929caf7a0479cf8b53b50e3 SHA512 0cf431afb52807f88654aaa3acbd286630461c934516ee5bbe280ec468ebfd3970b5b10f69d3a25aa36b6e0c0ac46d1c20c9606ac1de76261df80f1821362732 WHIRLPOOL 3ad7cb1a3dd278551ca5a8e33f6e8bf55543ca3628e160835b0237eaa1c69e350ecebdc3ec936f6809f4fc87506207452fc96bd0262ad8d0834520cbf20a4153
+DIST xvinfo-1.1.3.tar.bz2 123750 SHA256 9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb SHA512 df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc WHIRLPOOL 94b1db5a3d7cb183f56699f81a2577128dbc53e88b03a3ab0213c87bd0d664d817475d522d2366878f0bbd012141209dec6ec6ff9f5ee26d5416114a67a6987c
diff --git a/x11-apps/xvinfo/metadata.xml b/x11-apps/xvinfo/metadata.xml
new file mode 100644
index 000000000000..01c4c004e735
--- /dev/null
+++ b/x11-apps/xvinfo/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>
diff --git a/x11-apps/xvinfo/xvinfo-1.1.2.ebuild b/x11-apps/xvinfo/xvinfo-1.1.2.ebuild
new file mode 100644
index 000000000000..7f5ffb1156eb
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="Print out X-Video extension adaptor information"
+
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXv
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild
new file mode 100644
index 000000000000..6113ad4510cd
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="Print out X-Video extension adaptor information"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXv
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"