summaryrefslogtreecommitdiff
path: root/x11-apps/xmore
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /x11-apps/xmore
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'x11-apps/xmore')
-rw-r--r--x11-apps/xmore/Manifest2
-rw-r--r--x11-apps/xmore/xmore-1.0.3.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
index 0e55bf8c9a9a..0949eaeb5de8 100644
--- a/x11-apps/xmore/Manifest
+++ b/x11-apps/xmore/Manifest
@@ -1,3 +1,5 @@
DIST xmore-1.0.2.tar.bz2 107340 BLAKE2B 35dd82edf2f00d861d4b8df4175626fe7c72f2e27b0a0621184f86bdd57d84406fbd1d4724466779e31ae58b0045bb71b669b0524d2909c9a87f28598d14ee5f SHA512 718ad254beaae57475cead3815fc7625692699c76749c64e3aeb722daf5e1cecbea9d1207e3427d6a5d0aa240a6aaf678ea1656d6731b9f47e1a8045d62c3efb
+DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3
EBUILD xmore-1.0.2.ebuild 332 BLAKE2B d1872b27e20c024c96152ed7db9c79d510e2dde9d33379032be35c6b32f0c8b4679a5c5f808f535aa6b2a7323a144352b9a34b6b455f97d071b5d265ccd8d3d4 SHA512 de96bd49e3ae92e68cb58835f37dd43d29811d08b4577eeaf43a9f671216d959187e96a8867516f79e3e72fd644b272a93a0088419fecf40c06487e1eb48b49d
+EBUILD xmore-1.0.3.ebuild 337 BLAKE2B 3e337292c988482dbb09bf2e06dde283e064a86adc9f80500999c9d76becf8ee85b1559f3d49ebeccef778aa9aad30ccbf683822dcc7540dac184c5a0a7be478 SHA512 23df4200faa3d52f30f6f0b1942702c10b489919c544474dfd0811d503286e63bf12b8a62f13c5cb5ed564b93228a93bcd175708692127fccc278656e78f0721
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xmore/xmore-1.0.3.ebuild b/x11-apps/xmore/xmore-1.0.3.ebuild
new file mode 100644
index 000000000000..48c94ef7a873
--- /dev/null
+++ b/x11-apps/xmore/xmore-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="plain text display program for the X Window System"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXt
+"
+DEPEND="${RDEPEND}"