summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-15 20:44:26 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-15 20:55:13 -0400
commit64d63833d6e20134040d07e8a57dfe5f1d6fa83e (patch)
tree9efaf89d3e9184bd2021a08115a604e854a043ba
parentx11-apps/viewres: Version bump to 1.0.7 (diff)
downloadgentoo-64d63833.tar.gz
gentoo-64d63833.tar.bz2
gentoo-64d63833.zip
x11-apps/xditview: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xditview/Manifest1
-rw-r--r--x11-apps/xditview/xditview-1.0.6.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest
index 050ca13b1a0f..ede1b4289604 100644
--- a/x11-apps/xditview/Manifest
+++ b/x11-apps/xditview/Manifest
@@ -1 +1,2 @@
DIST xditview-1.0.5.tar.bz2 151313 BLAKE2B 53d96b874230dde6f4f13a7a61420e1b9da86fea18e49e7084212353d9de64aab30bda6bc790282127af961db66873d6fafec1f6c7a986776c30eaad260ad98f SHA512 e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d
+DIST xditview-1.0.6.tar.xz 143848 BLAKE2B bf832e17631a12f58ad194b1ddcf7a63a31e04f005ce883798f892284c8ad64ae40f15f5c1d781179333ce212e989de9b45cc53881079818e5c2f0b6087e3b5c SHA512 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a
diff --git a/x11-apps/xditview/xditview-1.0.6.ebuild b/x11-apps/xditview/xditview-1.0.6.ebuild
new file mode 100644
index 000000000000..452d9c312e46
--- /dev/null
+++ b/x11-apps/xditview/xditview-1.0.6.ebuild
@@ -0,0 +1,17 @@
+# 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="display ditroff output"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"