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/xedit/
Date: Mon, 04 Apr 2022 02:34:31
Message-Id: 1649039639.64d99447eb16ea7acd448c20d1cb8d3691c0097d.mattst88@gentoo
1 commit: 64d99447eb16ea7acd448c20d1cb8d3691c0097d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:27:18 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d99447
7
8 x11-apps/xedit: Version bump to 1.2.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xedit/Manifest | 1 +
13 x11-apps/xedit/xedit-1.2.3.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest
17 index 482d9970402c..20c4fb029c19 100644
18 --- a/x11-apps/xedit/Manifest
19 +++ b/x11-apps/xedit/Manifest
20 @@ -1 +1,2 @@
21 DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d
22 +DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a
23
24 diff --git a/x11-apps/xedit/xedit-1.2.3.ebuild b/x11-apps/xedit/xedit-1.2.3.ebuild
25 new file mode 100644
26 index 000000000000..decfcc8270fb
27 --- /dev/null
28 +++ b/x11-apps/xedit/xedit-1.2.3.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="simple text editor for X"
39 +
40 +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
41 +
42 +RDEPEND="
43 + x11-libs/libXaw
44 + x11-libs/libXt
45 + x11-libs/libXmu
46 + x11-libs/libX11"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"