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/listres/
Date: Mon, 04 Apr 2022 02:34:28
Message-Id: 1649039638.9688eb2ad2033a86a87c03d77142973e20d483e7.mattst88@gentoo
1 commit: 9688eb2ad2033a86a87c03d77142973e20d483e7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:20:32 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=9688eb2a
7
8 x11-apps/listres: Version bump to 1.0.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/listres/Manifest | 1 +
13 x11-apps/listres/listres-1.0.5.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest
17 index a8ac7f735f56..4e2e3f7bbc98 100644
18 --- a/x11-apps/listres/Manifest
19 +++ b/x11-apps/listres/Manifest
20 @@ -1 +1,2 @@
21 DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c SHA512 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a
22 +DIST listres-1.0.5.tar.xz 119596 BLAKE2B 849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e SHA512 caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d
23
24 diff --git a/x11-apps/listres/listres-1.0.5.ebuild b/x11-apps/listres/listres-1.0.5.ebuild
25 new file mode 100644
26 index 000000000000..53a479e2f007
27 --- /dev/null
28 +++ b/x11-apps/listres/listres-1.0.5.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 resources in widgets"
39 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
40 +
41 +RDEPEND="x11-libs/libX11
42 + x11-libs/libXt
43 + x11-libs/libXmu
44 + x11-libs/libXaw"
45 +DEPEND="${RDEPEND}
46 + x11-base/xorg-proto"