summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-08-03 12:13:51 -0700
committerMatt Turner <mattst88@gentoo.org>2021-08-03 12:16:48 -0700
commitd7341f92aa48d9c7ed67e701efcc2078764f2612 (patch)
treeaa4cb5f6203e3e79ceb63d463a9cc56f732754fe /x11-apps
parentx11-apps/xrestop: Rename from x11-misc/xrestop (diff)
downloadgentoo-d7341f92aa48d9c7ed67e701efcc2078764f2612.tar.gz
gentoo-d7341f92aa48d9c7ed67e701efcc2078764f2612.tar.bz2
gentoo-d7341f92aa48d9c7ed67e701efcc2078764f2612.zip
x11-apps/xrestop: Version bump to 0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xrestop/Manifest1
-rw-r--r--x11-apps/xrestop/xrestop-0.5.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 2c9ad1225da8..77f1709a3f53 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1 +1,2 @@
DIST xrestop-0.4.tar.gz 92308 BLAKE2B 5bfe6e9ccd49038e7884be8379e79f3de2bc960588dc21fbbe40d2acb89c6505efd78a9415e0ba8feb24986f11f066ce641b9c933f241776bbc1b3e59fd520f0 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6
+DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d
diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
new file mode 100644
index 000000000000..abe5d2814919
--- /dev/null
+++ b/x11-apps/xrestop/xrestop-0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_EAUTORECONF=yes
+inherit xorg-3
+
+DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ sys-libs/ncurses:=
+ x11-libs/libX11
+ x11-libs/libXres
+ x11-libs/libXt
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4-tinfo.patch
+)