summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-09-28 21:10:52 -0400
committerMatt Turner <mattst88@gentoo.org>2023-09-28 22:25:39 -0400
commite642ddd5a2abffa4689f3f5e3a3b308c734a97e7 (patch)
tree6ca98ef0bb21282a2f982e679b71530cb460194d /x11-apps
parentnet-libs/nodejs: Stabilize 20.6.1 arm64, #914893 (diff)
downloadgentoo-e642ddd5a2abffa4689f3f5e3a3b308c734a97e7.tar.gz
gentoo-e642ddd5a2abffa4689f3f5e3a3b308c734a97e7.tar.bz2
gentoo-e642ddd5a2abffa4689f3f5e3a3b308c734a97e7.zip
x11-apps/xman: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xman/Manifest1
-rw-r--r--x11-apps/xman/xman-1.1.6.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
index 9b960eb364e0..88c5113b82e4 100644
--- a/x11-apps/xman/Manifest
+++ b/x11-apps/xman/Manifest
@@ -1 +1,2 @@
DIST xman-1.1.5.tar.bz2 193676 BLAKE2B b49e78b0127844e2ee8c0343392af940e592ee6958b4f1af217696da9ab1cd880331dec2af2f7eb5084cf44d40a041c730f571e5fb476e74924552e1316614ae SHA512 f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400
+DIST xman-1.1.6.tar.xz 177732 BLAKE2B 7ca00bd08d8fcd34645e5ad4582f782f358a6df8b7715222e886d9eef299e2b5c7cb1fc208e2bd3d7d465f1a2f3e17060e8cc95a6a3bc00421dfaf40adc147af SHA512 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530
diff --git a/x11-apps/xman/xman-1.1.6.ebuild b/x11-apps/xman/xman-1.1.6.ebuild
new file mode 100644
index 000000000000..71b452b6fb30
--- /dev/null
+++ b/x11-apps/xman/xman-1.1.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Manual page display program for the X Window System"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"