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/appres/
Date: Mon, 04 Apr 2022 02:34:28
Message-Id: 1649039638.f92dce2a8ef3b4064bd916fbb2b6507a9e500138.mattst88@gentoo
1 commit: f92dce2a8ef3b4064bd916fbb2b6507a9e500138
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:19:44 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=f92dce2a
7
8 x11-apps/appres: Version bump to 1.0.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/appres/Manifest | 1 +
13 x11-apps/appres/appres-1.0.6.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
17 index e90a3671c717..cc798c7bc507 100644
18 --- a/x11-apps/appres/Manifest
19 +++ b/x11-apps/appres/Manifest
20 @@ -1 +1,2 @@
21 DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
22 +DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
23
24 diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
25 new file mode 100644
26 index 000000000000..839262e5a512
27 --- /dev/null
28 +++ b/x11-apps/appres/appres-1.0.6.ebuild
29 @@ -0,0 +1,17 @@
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="list X application resource database"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
41 +
42 +RDEPEND="
43 + x11-libs/libX11
44 + x11-libs/libXt"
45 +DEPEND="${RDEPEND}
46 + x11-base/xorg-proto"