From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/
Date: Thu, 18 Aug 2022 20:28:39 +0000 (UTC) [thread overview]
Message-ID: <1660854511.fd7eaa28157012448e1bdaab2c17415b99752017.arthurzam@gentoo> (raw)
commit: fd7eaa28157012448e1bdaab2c17415b99752017
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 20:28:20 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 20:28:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7eaa28
sys-process/iotop-c: drop 1.19, 1.20
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-process/iotop-c/Manifest | 2 --
sys-process/iotop-c/iotop-c-1.19.ebuild | 36 ---------------------------------
sys-process/iotop-c/iotop-c-1.20.ebuild | 36 ---------------------------------
3 files changed, 74 deletions(-)
diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
index 04c5ba77e04f..2058dab62a39 100644
--- a/sys-process/iotop-c/Manifest
+++ b/sys-process/iotop-c/Manifest
@@ -1,4 +1,2 @@
-DIST iotop-c-1.19.tar.gz 115025 BLAKE2B 0b45a73afc5dd160692fa1a3d028afff2b4b242a008470679a669182baa56b133f5fd26f9cb3ed20ebfe18b7fdeba9ca98a7801299c8c9b8d776a58fed2725d2 SHA512 489ddd67eb4e9159058c94f614534290b302abd5af8b424f6c42df20f21362c60dc30e7fd0bac883b8bf032e72843b4b82dbfb77b670258728ef0fa9dbb7dfa3
-DIST iotop-c-1.20.tar.gz 124352 BLAKE2B ec14a70e7952b6a5d4a74dbac3cd3c5f18e4b4c447d7b8c8515f8e59f4d859ed8110da44329f5cf2ed36cac764c509d080cb7b75b0caa50896fa77abe84880ca SHA512 1e4b5a9f166ff021b53e13a1c975328b6f966e468c3bf834a0504e41b7c3f3f9052516d6b57082692871a69b5675a86d16fb7f487e2aa44dbb5e81a8a0d806bb
DIST iotop-c-1.21.tar.gz 127634 BLAKE2B 9dd84bd3a1c7fe44b8e393114428b3d7f1c8f313ad6fcc13e94ff2ed3d139ce45f2bc6c365218de865f67550fe9ed2bf320566f13b7b0190f2cc1a57026a52f1 SHA512 2cc01767f234b46ed2d02e96dc97e684cf6174c63038026362a4f6e08b30a4321cb9597727b64710162c5dc35fbb94306fc719d69fa5320f691849f91f8b62bf
DIST iotop-c-1.22.tar.gz 135078 BLAKE2B 90a441402b19ab5af9d5155f5d335e992e8acd702cbc2ebfb4b99dbc0be672fe07d462aab2c00a14702f584c0762b3b0ae4336022007bc956309ab781cbd2aa8 SHA512 863f4e602e13c91302ef3e2de7bf917418cb389a427fd0a6579c31a991d628112d0b479a2287944c4b3f3b5c4b13815ec57d30687fc48de7b782586e56ee62d8
diff --git a/sys-process/iotop-c/iotop-c-1.19.ebuild b/sys-process/iotop-c/iotop-c-1.19.ebuild
deleted file mode 100644
index dcc5914b7b3e..000000000000
--- a/sys-process/iotop-c/iotop-c-1.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021 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 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_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
-}
diff --git a/sys-process/iotop-c/iotop-c-1.20.ebuild b/sys-process/iotop-c/iotop-c-1.20.ebuild
deleted file mode 100644
index 3701db1dea7e..000000000000
--- a/sys-process/iotop-c/iotop-c-1.20.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021 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 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_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
-}
next reply other threads:[~2022-08-18 20:28 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 20:28 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 4:15 [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/ Sam James
2025-02-15 19:39 Jakov Smolić
2025-02-15 13:45 Sam James
2025-02-15 13:45 Sam James
2025-02-15 13:34 Arthur Zamarin
2025-02-15 13:34 Arthur Zamarin
2025-01-13 18:08 Arthur Zamarin
2024-06-21 4:23 Arthur Zamarin
2024-06-20 21:46 Sam James
2024-04-13 13:59 Sam James
2024-04-13 11:31 Yixun Lan
2024-03-30 10:59 Arthur Zamarin
2024-03-08 13:09 Arthur Zamarin
2024-03-08 12:10 Arthur Zamarin
2024-03-08 12:09 Arthur Zamarin
2024-03-08 12:09 Arthur Zamarin
2024-02-18 22:42 Sam James
2024-02-18 22:42 Sam James
2024-02-08 17:30 Arthur Zamarin
2023-12-05 7:53 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-09 18:40 Arthur Zamarin
2023-11-05 13:50 Sam James
2023-11-05 13:50 Sam James
2023-11-05 13:38 Sam James
2023-11-05 13:38 Sam James
2023-10-25 18:31 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-07-07 19:05 Arthur Zamarin
2023-07-07 19:05 Arthur Zamarin
2023-02-25 14:03 Sam James
2023-02-25 14:01 Sam James
2023-02-25 14:01 Sam James
2023-02-25 7:16 Arthur Zamarin
2022-09-27 7:20 Arthur Zamarin
2022-09-26 12:32 Sam James
2022-09-26 12:27 Sam James
2022-09-26 12:27 Sam James
2022-09-26 10:17 Arthur Zamarin
2022-08-18 20:28 Arthur Zamarin
2022-08-15 5:27 WANG Xuerui
2022-05-05 9:54 Jakov Smolić
2022-05-05 5:38 Arthur Zamarin
2022-05-05 5:38 Arthur Zamarin
2022-01-29 9:13 Arthur Zamarin
2021-11-09 21:36 Sam James
2021-11-07 6:40 Agostino Sarubbo
2021-11-07 1:34 Sam James
2021-11-06 21:22 Jakov Smolić
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2021-10-17 19:25 Arthur Zamarin
2021-10-10 20:40 Sam James
2021-10-10 2:20 Sam James
2021-10-05 5:34 Arthur Zamarin
2021-09-21 9:38 Arthur Zamarin
2021-09-08 12:24 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1660854511.fd7eaa28157012448e1bdaab2c17415b99752017.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox