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/xload/
Date: Mon, 04 Apr 2022 02:34:30
Message-Id: 1649039639.258012469ae91b1e6e2b4d7611d2325f67e891ce.mattst88@gentoo
1 commit: 258012469ae91b1e6e2b4d7611d2325f67e891ce
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:28:13 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=25801246
7
8 x11-apps/xload: Version bump to 1.1.4
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xload/Manifest | 1 +
13 x11-apps/xload/xload-1.1.4.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
17 index 09950729c06c..ebfbcfd6278c 100644
18 --- a/x11-apps/xload/Manifest
19 +++ b/x11-apps/xload/Manifest
20 @@ -1 +1,2 @@
21 DIST xload-1.1.3.tar.bz2 140327 BLAKE2B e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46 SHA512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5
22 +DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
23
24 diff --git a/x11-apps/xload/xload-1.1.4.ebuild b/x11-apps/xload/xload-1.1.4.ebuild
25 new file mode 100644
26 index 000000000000..e44d067f1996
27 --- /dev/null
28 +++ b/x11-apps/xload/xload-1.1.4.ebuild
29 @@ -0,0 +1,20 @@
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="system load average display for X"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
41 +
42 +RDEPEND="
43 + x11-libs/libXaw
44 + x11-libs/libXmu
45 + x11-libs/libXt
46 + x11-libs/libX11"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"
49 +BDEPEND="sys-devel/gettext"