summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-24 13:58:00 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-24 13:58:52 -0400
commitbd9b69c9bf72ca55cb20d884b25bf807602ee8d9 (patch)
tree96492cd8ae2784a90d80b15b471e8cff73fd5f51
parentx11-apps/xedit: Version bump to 1.2.4 (diff)
downloadgentoo-bd9b69c9bf72ca55cb20d884b25bf807602ee8d9.tar.gz
gentoo-bd9b69c9bf72ca55cb20d884b25bf807602ee8d9.tar.bz2
gentoo-bd9b69c9bf72ca55cb20d884b25bf807602ee8d9.zip
x11-apps/xload: Version bump to 1.2.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xload/Manifest1
-rw-r--r--x11-apps/xload/xload-1.2.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index 16bc8dc9042c..e40538f0ea45 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1 +1,2 @@
DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
+DIST xload-1.2.0.tar.xz 134996 BLAKE2B 178d264836b23ede8392371bc3b7f1c56eccf930ef8c30aa4526869d666e6788b367de69f31c96e1c48010abc77d66722a99e8994372977974f9af15ca9b5abe SHA512 b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716
diff --git a/x11-apps/xload/xload-1.2.0.ebuild b/x11-apps/xload/xload-1.2.0.ebuild
new file mode 100644
index 000000000000..700924767b1e
--- /dev/null
+++ b/x11-apps/xload/xload-1.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="system load average display for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"