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/editres/
Date: Mon, 04 Apr 2022 02:34:29
Message-Id: 1649039638.67447b356553cc2110cf35f55f6969218e5b5af5.mattst88@gentoo
1 commit: 67447b356553cc2110cf35f55f6969218e5b5af5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:18:23 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67447b35
7
8 x11-apps/editres: Version bump to 1.0.8
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/editres/Manifest | 1 +
13 x11-apps/editres/editres-1.0.8.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-apps/editres/Manifest b/x11-apps/editres/Manifest
17 index 0b85aac36de1..31319a347bc5 100644
18 --- a/x11-apps/editres/Manifest
19 +++ b/x11-apps/editres/Manifest
20 @@ -1 +1,2 @@
21 DIST editres-1.0.7.tar.bz2 166429 BLAKE2B abaa0764bfc3419e17d5cd222bbe20f5591f7bc8431444aa6739cdc067cfb81f606370df19562410aa54820a0249828ccc9d506a9607031b453a7993af634f60 SHA512 b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32
22 +DIST editres-1.0.8.tar.xz 158476 BLAKE2B d0b2ef786e68ed6cf37e06bc776f6d6a104a2da2f68dbe27457e31a11d642d3946cd86667bd3ca2ae952c4fcc7162b86a69064a7dcd00ed16bb3e1f1c29e3e54 SHA512 9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922
23
24 diff --git a/x11-apps/editres/editres-1.0.8.ebuild b/x11-apps/editres/editres-1.0.8.ebuild
25 new file mode 100644
26 index 000000000000..2c956d930245
27 --- /dev/null
28 +++ b/x11-apps/editres/editres-1.0.8.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="a dynamic resource editor for X Toolkit applications"
39 +
40 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
41 +
42 +RDEPEND="
43 + x11-libs/libX11
44 + x11-libs/libXt
45 + x11-libs/libXmu
46 + x11-libs/libXaw"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"