summaryrefslogtreecommitdiff
path: root/sys-process/latencytop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
commite9d044d4b9b71200a96adfa280848858c0f468c9 (patch)
tree1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /sys-process/latencytop
parentfc2f1018fc323ef2c6572734a9b130427cba76a6 (diff)
gentoo resync : 13.11.2021
Diffstat (limited to 'sys-process/latencytop')
-rw-r--r--sys-process/latencytop/Manifest2
-rw-r--r--sys-process/latencytop/latencytop-0.5-r2.ebuild (renamed from sys-process/latencytop/latencytop-0.5-r1.ebuild)13
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-process/latencytop/Manifest b/sys-process/latencytop/Manifest
index 71bab2719969..3aec9b196363 100644
--- a/sys-process/latencytop/Manifest
+++ b/sys-process/latencytop/Manifest
@@ -2,5 +2,5 @@ AUX latencytop-0.5-01-mkdir-usr-sbin-as-well.patch 626 BLAKE2B b2fda8a0184086b2d
AUX latencytop-0.5-03-clean-up-build-system.patch 2213 BLAKE2B 30dafdc13514c8814871a9d453b25a36eaf8feb963f12abfe15282036800df18811f32c2705f61a96861c92487230f019808e2c0868c693a324e03a99eb90845 SHA512 a5a0fc53b76f90917761bcb9f22e13388478ac8c64b92bd44e89d6b98b07cc1359e9dd08f1ac3b62c1e8cc57d1116ddf18e8b5b0c41224339aeb25a0ff6dd330
AUX latencytop-0.5-fsync-fix-implicit-decl.patch 684 BLAKE2B e623b4b645d1a5bab075ca976a8b3564d1d58ea614015587599b41756187c2fa6a2e9d03a22dcd38aef35077409aca53e5569437095a02ebdbc52391b8f5f605 SHA512 01aa09725f7786f157452c994927c985b2cc4748101ed5db73c3e6db3754bf234a45fb8937185ad61e18d5f5ab650844bbdbf0134a7d28a707843db31d1efa63
DIST latencytop-0.5.tar.gz 25374 BLAKE2B 93bea39918d06273bc5fc61a59be57dad77c76fff6c89fdf0e88e1daceb7462e77e5fab3ad71ea7c1f39bcfbe9b0b2a7bd492640a8fb9eec55c34ce06e40b48c SHA512 81db52b29a5fd2a5e14863f1cbf948b15ea68ff41a826cdf323215c2c8b0334144aaccf00cb49a9f7c195efcb5ff49fbf2b687a8bd4b604d338af6628d319b2c
-EBUILD latencytop-0.5-r1.ebuild 1190 BLAKE2B 31a9af78136128f2a24baef0ae52fc51d4b7f0f758d24c6d545e29f96e54d204fbb68c7d74c2d6b31a9ad99c4d1d1fa74ee6291fd6d663c65e12716e2b04e9f5 SHA512 fba27214276e6e16816f7e434b771cc2075f064be56b9b153279689fd1c4560cb1f2285b4fbd93620f81b5926618046f11fb45339a37333e8a893daa0453cc47
+EBUILD latencytop-0.5-r2.ebuild 1178 BLAKE2B 4ca507e0955d9769c98c68e6a157fbb38ad6ffde8b75c7c27703e6678a444cff0159593ab2c2f159ffc80994247e7f31e28e566a3132d819111fb1ae25b97198 SHA512 5116fa9795d4e1932f8e1792284d044dfddf5c01a309a61144c1f06d77d410cae2281eeecad44dd437dfeffdce737266e43e037d447f5f4580a57c7254f0f2c8
MISC metadata.xml 254 BLAKE2B f3a9f843cf94243d1129711770df727fcdc8808bca829ef784819cab6f5410dfa463cfed85182f8228c7de796a674dd602653ad3ef817a62c0c3e7198b23befe SHA512 b9fcd3084a7e197f6138e1ce8b0eff99c4c203c37a7d5c40de207040ba1501ef0e5b2f4e00216a567037bcd6d3394fdec6ff587484c9ba2fca9d04f431733b7c
diff --git a/sys-process/latencytop/latencytop-0.5-r1.ebuild b/sys-process/latencytop/latencytop-0.5-r2.ebuild
index b11c17b59a0c..fa5403254583 100644
--- a/sys-process/latencytop/latencytop-0.5-r1.ebuild
+++ b/sys-process/latencytop/latencytop-0.5-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit epatch linux-info
+inherit linux-info
DESCRIPTION="tool for identifying where in the system latency is happening"
HOMEPAGE="http://git.infradead.org/latencytop.git"
@@ -19,10 +19,11 @@ KEYWORDS="amd64 ~arm x86"
IUSE="gtk"
RDEPEND="dev-libs/glib:2
+ sys-libs/ncurses:0=
gtk? ( x11-libs/gtk+:2 )
- sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
# Upstream is dead, so there are no bugs to track for any
# of these patches.
@@ -41,7 +42,7 @@ pkg_setup() {
}
src_prepare() {
- epatch "${PATCHES[@]}"
+ default
# Without a configure script, we toggle bools manually
# This also needs to be done after patches are applied