Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/
Date: Wed, 08 Sep 2021 15:21:18
Message-Id: 1631104435.03cd69ec9b23c1b1a77788a3f80893bdb67471e7.arthurzam@gentoo
1 commit: 03cd69ec9b23c1b1a77788a3f80893bdb67471e7
2 Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 8 12:33:55 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 12:33:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03cd69ec
7
8 sys-process/iotop-c: treeclean (moved to ::gentoo)
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
11
12 sys-process/iotop-c/Manifest | 1 -
13 sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 37 ------------------------------
14 sys-process/iotop-c/metadata.xml | 18 ---------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
18 deleted file mode 100644
19 index c75022f70..000000000
20 --- a/sys-process/iotop-c/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST iotop-c-1.17.tar.gz 40456 BLAKE2B 6698d6a71b945b15cca0244611995a0c2de932613f0e0fe4dcb3e10a6ad495fd56318d16c9d3ae9a896e9d735ead748f13bd085ca152fccc370be2755383bc5a SHA512 80a9eee8998aa68b81f1c40067e5da5ae703b0e4f29f41a9e9a8cb9eb40eecfb2bedfc952519b7a22d62e1c273a15d1b36e25e693142af99a45876bfb3e16eaf
24
25 diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
26 deleted file mode 100644
27 index bc7986f85..000000000
28 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit fcaps linux-info toolchain-funcs
37 -
38 -DESCRIPTION="top utility for IO (C port)"
39 -HOMEPAGE="https://github.com/Tomas-M/iotop"
40 -SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -S="${WORKDIR}/iotop-${PV}"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -RDEPEND="sys-libs/ncurses:=
49 - !sys-process/iotop"
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="virtual/pkgconfig"
52 -
53 -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
54 -
55 -FILECAPS=(
56 - cap_net_admin=eip usr/bin/iotop
57 -)
58 -
59 -src_compile() {
60 - emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1
61 -}
62 -
63 -src_install() {
64 - dobin iotop
65 - dodoc README.md
66 - doman iotop.8
67 -}
68
69 diff --git a/sys-process/iotop-c/metadata.xml b/sys-process/iotop-c/metadata.xml
70 deleted file mode 100644
71 index a17f7c627..000000000
72 --- a/sys-process/iotop-c/metadata.xml
73 +++ /dev/null
74 @@ -1,18 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 - <maintainer type="person">
79 - <email>arthurzam+gentoo@×××××.com</email>
80 - <name>Arthur Zamarin</name>
81 - </maintainer>
82 - <longdescription lang="en">
83 -Your Linux server is too slow or load is too high? One of the possible causes of such symptoms may be high IO (input/output) waiting time, which basically means that some of your processes need to read or write to a hard drive while it is too slow and not ready yet, serving data for some other processes.
84 -
85 -Common practice is to use iostat -x in order to find out which block device (hard drive) is slow, but such information is not always much helpful. It could help you much more if you knew which process reads or writes the most data from your slow disk, so you could possibly renice it using ionice or even kill it.
86 -
87 -IOTop will identify processes, which use high amount of input/output requests on your machine. It is similar to the well known top utility, but instead of showing you what consumes CPU the most, it lists processes by their IO consumption. Inspired by iotop python script from Guillaume Chazarain, but rewritten to C by Vyacheslav Trushkin so it now runs without python at all.
88 - </longdescription>
89 - <upstream>
90 - <remote-id type="github">Tomas-M/iotop</remote-id>
91 - </upstream>
92 -</pkgmetadata>