Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/
Date: Sun, 17 Oct 2021 19:25:24
Message-Id: 1634498666.c908404b2484abc1e9076e82b00ce9412b4ed50f.arthurzam@gentoo
1 commit: c908404b2484abc1e9076e82b00ce9412b4ed50f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 19:21:24 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 19:24:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c908404b
7
8 sys-process/iotop-c: drop 1.18
9
10 v1.19 isn't removed as it would be asked for stabilization in 4 days
11
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 sys-process/iotop-c/Manifest | 1 -
15 sys-process/iotop-c/iotop-c-1.18.ebuild | 36 ---------------------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
19 index 85039c026d2..4a8531cb148 100644
20 --- a/sys-process/iotop-c/Manifest
21 +++ b/sys-process/iotop-c/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST iotop-c-1.18.tar.gz 114838 BLAKE2B 8b3e13d00de4a5cd385a2d441d84bb27cc1d03a27012163b9628285c31176698bf840951e39199abef11b2d3c0413d500d6e7699f32a3b542360a1333307d00e SHA512 f0affbfdb106eb36078e7994860155f52d47878017f47e64d69aa7c04cc29756ca516a6634fd19d6d39c931100b9a0e93e07ca2f4d14c18014dc1c4f477907ea
24 DIST iotop-c-1.19.tar.gz 115025 BLAKE2B 0b45a73afc5dd160692fa1a3d028afff2b4b242a008470679a669182baa56b133f5fd26f9cb3ed20ebfe18b7fdeba9ca98a7801299c8c9b8d776a58fed2725d2 SHA512 489ddd67eb4e9159058c94f614534290b302abd5af8b424f6c42df20f21362c60dc30e7fd0bac883b8bf032e72843b4b82dbfb77b670258728ef0fa9dbb7dfa3
25 DIST iotop-c-1.20.tar.gz 124352 BLAKE2B ec14a70e7952b6a5d4a74dbac3cd3c5f18e4b4c447d7b8c8515f8e59f4d859ed8110da44329f5cf2ed36cac764c509d080cb7b75b0caa50896fa77abe84880ca SHA512 1e4b5a9f166ff021b53e13a1c975328b6f966e468c3bf834a0504e41b7c3f3f9052516d6b57082692871a69b5675a86d16fb7f487e2aa44dbb5e81a8a0d806bb
26
27 diff --git a/sys-process/iotop-c/iotop-c-1.18.ebuild b/sys-process/iotop-c/iotop-c-1.18.ebuild
28 deleted file mode 100644
29 index b6d52c5d05f..00000000000
30 --- a/sys-process/iotop-c/iotop-c-1.18.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit fcaps linux-info toolchain-funcs
39 -
40 -DESCRIPTION="top utility for IO (C port)"
41 -HOMEPAGE="https://github.com/Tomas-M/iotop"
42 -SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/iotop-${PV}"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="sys-libs/ncurses:=
50 - !sys-process/iotop"
51 -DEPEND="${RDEPEND}"
52 -BDEPEND="virtual/pkgconfig"
53 -
54 -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
55 -
56 -FILECAPS=(
57 - cap_net_admin=eip usr/bin/iotop
58 -)
59 -
60 -src_compile() {
61 - emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1
62 -}
63 -
64 -src_install() {
65 - dobin iotop
66 - dodoc README.md
67 - doman iotop.8
68 -}