summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-14 13:49:04 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-14 13:49:47 -0700
commitf4a3b3f21bd2b70b2f700d3fad17b2f87232d3c8 (patch)
treeafaf58eec826265e2ea1abeb93c462b4893f4a3a /x11-apps/xman
parentx11-apps/xclock: Version bump to 1.0.9 (diff)
downloadgentoo-f4a3b3f21bd2b70b2f700d3fad17b2f87232d3c8.tar.gz
gentoo-f4a3b3f21bd2b70b2f700d3fad17b2f87232d3c8.tar.bz2
gentoo-f4a3b3f21bd2b70b2f700d3fad17b2f87232d3c8.zip
x11-apps/xman: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/Manifest1
-rw-r--r--x11-apps/xman/xman-1.1.5.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
index a7d812c1b289..18051faad91d 100644
--- a/x11-apps/xman/Manifest
+++ b/x11-apps/xman/Manifest
@@ -1 +1,2 @@
DIST xman-1.1.4.tar.bz2 188259 BLAKE2B 3be982bfc9cad53b47dfe87e85d2fdafca4d0e9336c05eaf80665a79a1c420941226da9a3acfbdf7eb7c9d299085d78cb392d67c6859e28f07a304c6f935931b SHA512 785e973eb15b0300de08aace24f3604dfee61421c7f64ea4cde2e280480bf5d3ad797ab8208668dc023a375494f8db7534fbcaa1c1ef16e79464fdd017b5da68
+DIST xman-1.1.5.tar.bz2 193676 BLAKE2B b49e78b0127844e2ee8c0343392af940e592ee6958b4f1af217696da9ab1cd880331dec2af2f7eb5084cf44d40a041c730f571e5fb476e74924552e1316614ae SHA512 f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400
diff --git a/x11-apps/xman/xman-1.1.5.ebuild b/x11-apps/xman/xman-1.1.5.ebuild
new file mode 100644
index 000000000000..699bcab04ade
--- /dev/null
+++ b/x11-apps/xman/xman-1.1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Manual page display program for the X Window System"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"