From 89a4ece957fc46c00f471054e8bb723d9d0f0055 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 19 Aug 2026 13:47:32 -0400 Subject: [PATCH] x11-apps/xload: Version bump to 1.2.2 Signed-off-by: Matt Turner --- x11-apps/xload/Manifest | 1 + x11-apps/xload/xload-1.2.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 x11-apps/xload/xload-1.2.2.ebuild diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest index 2b5b2aa55b32e..ae9a95bdba207 100644 --- a/x11-apps/xload/Manifest +++ b/x11-apps/xload/Manifest @@ -1,2 +1,3 @@ DIST xload-1.2.0.tar.xz 134996 BLAKE2B 178d264836b23ede8392371bc3b7f1c56eccf930ef8c30aa4526869d666e6788b367de69f31c96e1c48010abc77d66722a99e8994372977974f9af15ca9b5abe SHA512 b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716 DIST xload-1.2.1.tar.xz 141716 BLAKE2B cbdbc50f30330585ebe070b67eb83a6b49a1bd58d053abf9ab044f6954b58234be1b204d1840d7b3e79315016e411c480d3cbb56a75c5f9ac1be5d4216c73835 SHA512 55bdf254d7521a54a9dc771a7e8d3d2750a64d8ec8274c3d2394cbe40358b03525a39d1e10c637bd9e66ee7f956d9aa55ae6c416a2611a35718e01f3b491fde1 +DIST xload-1.2.2.tar.xz 141784 BLAKE2B 10a06c6d2202a5494b47470184ff89bb08742aa8def594c78729ebe2cd57afac5f3982bb6242e98ae959ad1520e9fc29c4cef0f37ec4c511e6fed598574082eb SHA512 98d853543da8a1b86fc474a6748425861bac01c4888087d052c3f00baca6aade2d4ecfa3ee96feb32ed4fbaa4f89816888fe03a022b8fa19c71f147a0a9a4a48 diff --git a/x11-apps/xload/xload-1.2.2.ebuild b/x11-apps/xload/xload-1.2.2.ebuild new file mode 100644 index 0000000000000..fce4fa7e366ac --- /dev/null +++ b/x11-apps/xload/xload-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="system load average display for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="sys-devel/gettext"