summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-15 20:43:23 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-15 20:55:13 -0400
commitb33f82ed0d1b11be55a6a0cc26df12f049459fe1 (patch)
treeae4803f9e880afea423b7070410b62859244e0e7 /x11-apps/viewres
parentx11-apps/smproxy: Version bump to 1.0.7 (diff)
downloadgentoo-b33f82ed0d1b11be55a6a0cc26df12f049459fe1.tar.gz
gentoo-b33f82ed0d1b11be55a6a0cc26df12f049459fe1.tar.bz2
gentoo-b33f82ed0d1b11be55a6a0cc26df12f049459fe1.zip
x11-apps/viewres: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/viewres')
-rw-r--r--x11-apps/viewres/Manifest1
-rw-r--r--x11-apps/viewres/viewres-1.0.7.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/viewres/Manifest b/x11-apps/viewres/Manifest
index 0b54a5b1dc12..de7f51b1504b 100644
--- a/x11-apps/viewres/Manifest
+++ b/x11-apps/viewres/Manifest
@@ -1 +1,2 @@
DIST viewres-1.0.6.tar.bz2 135200 BLAKE2B 96677c7c02e56be5da7f8f9d492f22cca5c6ea83a783725fd9fd86381b00062f3b83cbdb88c4030d9f0a52ccb8f06978232adb8e5f0002db06abcb7ff6d35ac9 SHA512 3f4cfc61608bc6c9b35ef66ceb473661ca01946d3306d54040d32803e8e0eec506a0ce37ea22bfe514544a6ba9645fd30f39b20c063aff696b3c0fda3fe95dff
+DIST viewres-1.0.7.tar.xz 128608 BLAKE2B 95a994cdbfa0943c76298df8c2d7e0fc2aab8cf7c1c31cc76538ab7a9f5a22ff1bb515c8f8c9ebfdfcc490600696bd5184029182edf52d3af311cf4a4825624d SHA512 75878faee001163891adf8472c79b31273f794e23dd775c80b33acdd1ce76df708eb27a49c20f79b7101ad676e1d50d9c857c2e2e0930c6209eeb7af8a11397c
diff --git a/x11-apps/viewres/viewres-1.0.7.ebuild b/x11-apps/viewres/viewres-1.0.7.ebuild
new file mode 100644
index 000000000000..cad7440b9f9b
--- /dev/null
+++ b/x11-apps/viewres/viewres-1.0.7.ebuild
@@ -0,0 +1,18 @@
+# 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="graphical class browser for Xt"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXaw
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"