Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmore/
Date: Sun, 03 Mar 2019 21:56:26
Message-Id: 1551650156.4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a.mattst88@gentoo
1 commit: 4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 21:52:18 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:55:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f22a7ad
7
8 x11-apps/xmore: Version bump to 1.0.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xmore/Manifest | 1 +
13 x11-apps/xmore/xmore-1.0.3.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
17 index f32c7ac3401..e2dc64a5ce0 100644
18 --- a/x11-apps/xmore/Manifest
19 +++ b/x11-apps/xmore/Manifest
20 @@ -1 +1,2 @@
21 DIST xmore-1.0.2.tar.bz2 107340 BLAKE2B 35dd82edf2f00d861d4b8df4175626fe7c72f2e27b0a0621184f86bdd57d84406fbd1d4724466779e31ae58b0045bb71b669b0524d2909c9a87f28598d14ee5f SHA512 718ad254beaae57475cead3815fc7625692699c76749c64e3aeb722daf5e1cecbea9d1207e3427d6a5d0aa240a6aaf678ea1656d6731b9f47e1a8045d62c3efb
22 +DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3
23
24 diff --git a/x11-apps/xmore/xmore-1.0.3.ebuild b/x11-apps/xmore/xmore-1.0.3.ebuild
25 new file mode 100644
26 index 00000000000..48c94ef7a87
27 --- /dev/null
28 +++ b/x11-apps/xmore/xmore-1.0.3.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="plain text display program for the X Window System"
38 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 +IUSE=""
40 +
41 +RDEPEND="
42 + x11-libs/libXaw
43 + x11-libs/libXt
44 +"
45 +DEPEND="${RDEPEND}"