summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-03 19:28:13 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-03 19:33:59 -0700
commit258012469ae91b1e6e2b4d7611d2325f67e891ce (patch)
tree85bb1d738d5c8339d05ff1fd3c01c6a97af63cf9 /x11-apps/xload
parentx11-apps/xedit: Version bump to 1.2.3 (diff)
downloadgentoo-258012469ae91b1e6e2b4d7611d2325f67e891ce.tar.gz
gentoo-258012469ae91b1e6e2b4d7611d2325f67e891ce.tar.bz2
gentoo-258012469ae91b1e6e2b4d7611d2325f67e891ce.zip
x11-apps/xload: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xload')
-rw-r--r--x11-apps/xload/Manifest1
-rw-r--r--x11-apps/xload/xload-1.1.4.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index 09950729c06c..ebfbcfd6278c 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1 +1,2 @@
DIST xload-1.1.3.tar.bz2 140327 BLAKE2B e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46 SHA512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5
+DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
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"