summaryrefslogtreecommitdiff
path: root/x11-misc/xrestop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/xrestop
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r--x11-misc/xrestop/Manifest2
-rw-r--r--x11-misc/xrestop/xrestop-0.4.ebuild20
2 files changed, 14 insertions, 8 deletions
diff --git a/x11-misc/xrestop/Manifest b/x11-misc/xrestop/Manifest
index a907d634bac3..fe0aa1c1984a 100644
--- a/x11-misc/xrestop/Manifest
+++ b/x11-misc/xrestop/Manifest
@@ -1,4 +1,4 @@
AUX xrestop-0.4-tinfo.patch 291 BLAKE2B b96d892c87a8133987baa94e5cb4917bc5d743c24ec11a2ec67afafc7206654b88c17f54377f2d1bf0c9fb92df8de16c99e4d0f9a15ff80a9417da2de31bc6fa SHA512 21993ada033d4ec744b55faa71afd736a99423f12071a64e1445958de979631ce42a908e14ef194e819de98766c92a2c2470b2c88d172879ec5fc4c20212566f
DIST xrestop-0.4.tar.gz 92308 BLAKE2B 5bfe6e9ccd49038e7884be8379e79f3de2bc960588dc21fbbe40d2acb89c6505efd78a9415e0ba8feb24986f11f066ce641b9c933f241776bbc1b3e59fd520f0 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6
-EBUILD xrestop-0.4.ebuild 656 BLAKE2B cd85d27bdb5e28230c60ef564c7c022ba6183cfdd94d4868dec4e25bfb811e2a2fb21725e7d44fb13111095d4bd1f24aa8eeefa65b134129f9dfa363a32a5c77 SHA512 c3ece77a4c49214b779130e58b720633fa567e12b646033337b04ac6550c48680458393a6b1256fe846876e08223e3aab176ccbc2711cfeed807100454147610
+EBUILD xrestop-0.4.ebuild 675 BLAKE2B aebbfd7d106196078ef2a4538e519ed5a34ea1e6653a64ffbe4e81a46dae9c1b73b192e49996bfc962819bcf2f4c6e649967325f4ee5c7ba22703743da146a81 SHA512 db62ccd4b3af85a582f3b6c9851ee2fb762a5ed5a6f74feac39e42a8638ceb4f5a057161aff96757e95af00dec57b049450f769bea54c436755084a426a63319
MISC metadata.xml 318 BLAKE2B e2fde4c35c72439790ea9e4c0e403f1a0666a7ebc8e9f350b29138d01c171765fac8cd6adee54667bbc19921e6fc976a427c3429464769a02d9e8dc8c83a8925 SHA512 7d56445a5c7fffdc1104633cdd30eafa17588079b8a1f4cb226984b1aad4e41fe84320608681143dc01c5f1ac5f104cf0717e8183164031644220f9c61086a3b
diff --git a/x11-misc/xrestop/xrestop-0.4.ebuild b/x11-misc/xrestop/xrestop-0.4.ebuild
index 067f35b2b21a..42d0def453a2 100644
--- a/x11-misc/xrestop/xrestop-0.4.ebuild
+++ b/x11-misc/xrestop/xrestop-0.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils
+EAPI=7
+
+inherit autotools
DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
@@ -19,13 +20,18 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- virtual/pkgconfig
x11-base/xorg-proto
"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+PATCHES=(
+ "${FILESDIR}"/${P}-tinfo.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
+ default
+
eautoreconf
}
-
-DOCS=( AUTHORS ChangeLog NEWS README )