summaryrefslogtreecommitdiff
path: root/x11-apps/xload
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /x11-apps/xload
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'x11-apps/xload')
-rw-r--r--x11-apps/xload/Manifest2
-rw-r--r--x11-apps/xload/xload-1.1.4.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index ddc7662a695b..a85e505bd27e 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1,3 +1,5 @@
DIST xload-1.1.3.tar.bz2 140327 BLAKE2B e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46 SHA512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5
+DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
EBUILD xload-1.1.3.ebuild 391 BLAKE2B ba35977a69a9bb3dd66e3a7ab7d14953d793d58641921c3f1a9f862e17a882bfccf8b06aa124caa28ac466165e95dbe3489784d05d0821a1e18cb0e935568585 SHA512 5853cb89b03efcd91bb1499acc38f506f87f5d66e3c955630b1a5e77bdde95b0324982b3b0fc82798109743d62b047f587504bf33797dcec1b54f4534a3c678d
+EBUILD xload-1.1.4.ebuild 443 BLAKE2B b77951687de0ef69816fd23e3e8cfda08da22d23bd3b6fee41ac0c4bb9cbe7877ff33ffe580a6375dd6ab2180287eec76c6377ce26100b895281e0da05910875 SHA512 e87fe74c6510d15c4002337266336f5b5f4cfde5d660ee98d572017736ba4615ce8e2b4ef88853d1adc473a69ee349696a2857a9368b5dc765a8a02016b3ca6e
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xload/xload-1.1.4.ebuild b/x11-apps/xload/xload-1.1.4.ebuild
new file mode 100644
index 000000000000..e44d067f1996
--- /dev/null
+++ b/x11-apps/xload/xload-1.1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 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"