summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-30 13:58:40 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-30 13:58:40 +0300
commita0e814cc02fdbb90f60dd41ba6c90d054bf33827 (patch)
treeccf00f9706814b912a329d823288d84a1f611992 /sys-process
parentapp-editors/vscodium: drop 1.85.2.24019, 1.86.2.24053 (diff)
downloadgentoo-a0e814cc02fdbb90f60dd41ba6c90d054bf33827.tar.gz
gentoo-a0e814cc02fdbb90f60dd41ba6c90d054bf33827.tar.bz2
gentoo-a0e814cc02fdbb90f60dd41ba6c90d054bf33827.zip
sys-process/iotop-c: drop 1.25
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/iotop-c/Manifest1
-rw-r--r--sys-process/iotop-c/iotop-c-1.25.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
index b79e1b52f475..d16e9629a24d 100644
--- a/sys-process/iotop-c/Manifest
+++ b/sys-process/iotop-c/Manifest
@@ -1,2 +1 @@
-DIST iotop-c-1.25.tar.gz 139627 BLAKE2B a159ae3a4e5be87776d7111e38685e2f83fd907b82a09ec9b4a7d5c778d3a2c5a6e544452c126ff76b0fca2a4038cec1415a654156186dfb2534649a295eb65c SHA512 b696d0478e08373a923475493d67912959d78369f086179590482fb8e6ec349d0c8f5e6118e0aa353d2827b8d83f14bf334cf50cf55f6859bd8d9317543031e0
DIST iotop-c-1.26.tar.gz 139536 BLAKE2B 90bb3db7dd3b05604fa5368a881434eac06509921447fd53bda7e7291e2c823f82f9015f0c16c516dcfa7c8ee6198466b8634eaf1b111b4f911645b97fc2634f SHA512 47246bc025c396bcd7569bd19d52079701e3b86ab239ac3db1d1386f358f6e95a63d7bad8c1d0552fb61315a9db282967c65e110703863ae71fa6260b775942b
diff --git a/sys-process/iotop-c/iotop-c-1.25.ebuild b/sys-process/iotop-c/iotop-c-1.25.ebuild
deleted file mode 100644
index 79be4cb6e7c5..000000000000
--- a/sys-process/iotop-c/iotop-c-1.25.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps linux-info toolchain-funcs
-
-DESCRIPTION="top utility for IO (C port)"
-HOMEPAGE="https://github.com/Tomas-M/iotop"
-SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/iotop-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong x86"
-
-RDEPEND="
- sys-libs/ncurses:=
- !sys-process/iotop
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
-
-FILECAPS=(
- cap_net_admin=eip usr/bin/iotop
-)
-
-src_prepare() {
- sed -e 's/-D_FORTIFY_SOURCE=2//' -i Makefile || die
- default
-}
-
-src_compile() {
- emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1
-}
-
-src_install() {
- dobin iotop
- dodoc README.md
- doman iotop.8
-}