summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-02-04 17:21:24 -0500
committerMatt Turner <mattst88@gentoo.org>2024-02-04 17:22:02 -0500
commit616dcb78eb671fcc765a35a815e15e0a4ec5d18c (patch)
treed9305393d95642f916d41eedf9234485f2d61b67 /x11-apps
parentx11-libs/libpciaccess: Version bump to 0.18 (diff)
downloadgentoo-616dcb78eb671fcc765a35a815e15e0a4ec5d18c.tar.gz
gentoo-616dcb78eb671fcc765a35a815e15e0a4ec5d18c.tar.bz2
gentoo-616dcb78eb671fcc765a35a815e15e0a4ec5d18c.zip
x11-apps/xmore: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmore/Manifest1
-rw-r--r--x11-apps/xmore/xmore-1.0.4.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
index b22af194a51c..069fe9fea7cc 100644
--- a/x11-apps/xmore/Manifest
+++ b/x11-apps/xmore/Manifest
@@ -1 +1,2 @@
DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3
+DIST xmore-1.0.4.tar.xz 122624 BLAKE2B 98d14c6f0e1e1bd839b4bc13fccdd047cb8328c8b372d6fd281e51190193cd6738df855be7b0f157db7d7f24361a04d56f010115f882a7883900ba54f842d2ff SHA512 52ac9bca78431f5f830b4607ff2cc375ab90e11380e0d4d3e591689359806cc7c7ec92c713d4d65742f40407e4f407c372759e5d03e30a30dfd866e6d5c6f6f7
diff --git a/x11-apps/xmore/xmore-1.0.4.ebuild b/x11-apps/xmore/xmore-1.0.4.ebuild
new file mode 100644
index 000000000000..84238fccaa09
--- /dev/null
+++ b/x11-apps/xmore/xmore-1.0.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="plain text display program for the X Window System"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXt
+"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+"