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/xditview/
Date: Sun, 03 Mar 2019 21:56:25
Message-Id: 1551650156.55809e70c9eec5f28de1fdca121572c095bac767.mattst88@gentoo
1 commit: 55809e70c9eec5f28de1fdca121572c095bac767
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 21:47:38 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=55809e70
7
8 x11-apps/xditview: Version bump to 1.0.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xditview/Manifest | 1 +
13 x11-apps/xditview/xditview-1.0.5.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest
17 index 4e60e10396b..3d62fe2f2d8 100644
18 --- a/x11-apps/xditview/Manifest
19 +++ b/x11-apps/xditview/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xditview-1.0.3.tar.bz2 143012 BLAKE2B 07b52ae693625e7ba916921668067b22ac516be010fcd554fee4f23cf247ab23ff93b328473efb33545dd01454b28255b61e1b38b9318c51eceabedcd4e8561a SHA512 74b7a7a483eda731840d2150bfab75628b91407f176b6cb64b03b992c05b6ff2426837489a12b12566b05450fc446e7433a541a4d0c52e27f843bef06fc91f67
22 DIST xditview-1.0.4.tar.bz2 148842 BLAKE2B 307d6c3eea0523f035e6cf3ebfbaa64645972613c8276735dd4ef0b446ed743a2ee42e6a9e63a611afc750cc9d7e3b3bb2937fc3ec3d7fcc65fdfc4177ca658d SHA512 7a0d023cd28ffc63c771814e028e79d20f8b56671a7a558c41ef062ef2d40079b5d37a5cf026b7ad3670da6866a087ae4888cea96d6d9e8a137e115174d637d2
23 +DIST xditview-1.0.5.tar.bz2 151313 BLAKE2B 53d96b874230dde6f4f13a7a61420e1b9da86fea18e49e7084212353d9de64aab30bda6bc790282127af961db66873d6fafec1f6c7a986776c30eaad260ad98f SHA512 e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d
24
25 diff --git a/x11-apps/xditview/xditview-1.0.5.ebuild b/x11-apps/xditview/xditview-1.0.5.ebuild
26 new file mode 100644
27 index 00000000000..a50a3752516
28 --- /dev/null
29 +++ b/x11-apps/xditview/xditview-1.0.5.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit xorg-3
37 +
38 +DESCRIPTION="display ditroff output"
39 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 +IUSE=""
41 +
42 +RDEPEND="x11-libs/libXaw
43 + x11-libs/libXmu
44 + x11-libs/libXt
45 + x11-libs/libX11"
46 +DEPEND="${RDEPEND}"