summaryrefslogtreecommitdiff
path: root/x11-apps/xload
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-24 19:00:40 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-24 19:00:40 +0000
commita7689c2abcff4374b84d95fb2df980ec9a566965 (patch)
treec3a326274492772c07c074a813f1047d5d7f3d62 /x11-apps/xload
parentb1193c219a8c8da6e1e76cb5d394da129abbca41 (diff)
gentoo auto-resync : 24:03:2024 - 19:00:40
Diffstat (limited to 'x11-apps/xload')
-rw-r--r--x11-apps/xload/Manifest2
-rw-r--r--x11-apps/xload/xload-1.2.0.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index 221da5629b69..92e8c033a106 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1,3 +1,5 @@
DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
+DIST xload-1.2.0.tar.xz 134996 BLAKE2B 178d264836b23ede8392371bc3b7f1c56eccf930ef8c30aa4526869d666e6788b367de69f31c96e1c48010abc77d66722a99e8994372977974f9af15ca9b5abe SHA512 b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716
EBUILD xload-1.1.4.ebuild 437 BLAKE2B 7412a7fd9511d4381d0d7d72b2b0e41842c5f0a4d26408be04ee48ed2230d6ec2742aa404b87db5a5c1df4c5af8f811a617b6b548a8ec06ed45025b6aa1f9760 SHA512 93841106ad716c7b42d2aad11de4a779f7041a71cd479eef7cb3b3b46e7910ff660bf3e2a7ed50717de53ad5982b090045bcef1c2604603c5502c53497de694d
+EBUILD xload-1.2.0.ebuild 443 BLAKE2B 2f48147a00a6ad9880d37bee229713c86f46bc255f3d121df5668872926648d18efdbec8f1fd24b2c594fc9c0364365c284183181c501b6b0449f23776609f8f SHA512 d5eb8f5fc25fe8a46e1d4e7e3a563f86c21afff4197017ff9ab2606ce3db2c893e8f762db2d3a06662719cc84d116cc8fe4bc36985718920ea29be27e0c73b4f
MISC metadata.xml 336 BLAKE2B 1340f045483ced6f38d06ce4f1c35a2fdff37c7d6a41b79980079699567ba96885690b873b37da4bc4150108937fa8d71faedc0e59c07bfd42d8ed56cfe47c36 SHA512 3bf0579bb8fd772a3e28c93dbfb34a183c13813d3dc2f7290ecc5bff42707a5c620bfdd82e8c90c62e15140242ac68e50597bb62643238cc67e77cf61045ff98
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"