summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-10 21:35:24 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-10 21:57:54 -0700
commit7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7 (patch)
tree9ce5e8a5525943a9d3c3ea952556f076196d453c /x11-apps/xwud/xwud-1.0.6.ebuild
parentx11-apps/xpr: Version bump to 1.1.0 (diff)
downloadgentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.gz
gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.bz2
gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.zip
x11-apps/xwud: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xwud/xwud-1.0.6.ebuild')
-rw-r--r--x11-apps/xwud/xwud-1.0.6.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xwud/xwud-1.0.6.ebuild b/x11-apps/xwud/xwud-1.0.6.ebuild
new file mode 100644
index 000000000000..ad59e9402ee0
--- /dev/null
+++ b/x11-apps/xwud/xwud-1.0.6.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="image displayer for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"