commit:     d7341f92aa48d9c7ed67e701efcc2078764f2612
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 19:13:51 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 19:16:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7341f92

x11-apps/xrestop: Version bump to 0.5

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xrestop/Manifest           |  1 +
 x11-apps/xrestop/xrestop-0.5.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 2c9ad1225da..77f1709a3f5 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 00000000000..abe5d281491
--- /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
+)

Reply via email to