diff options
author | 2023-07-07 22:01:45 +0300 | |
---|---|---|
committer | 2023-07-07 22:01:45 +0300 | |
commit | aa4fdebd50d1fb75e3d4d851fa442795e3e4852a (patch) | |
tree | 88c16722bebe62cb1029d77094e4bc6220436c60 /sys-process | |
parent | app-text/sigil: remove IUSE="system-mathjax" (diff) | |
download | gentoo-aa4fdebd50d1fb75e3d4d851fa442795e3e4852a.tar.gz gentoo-aa4fdebd50d1fb75e3d4d851fa442795e3e4852a.tar.bz2 gentoo-aa4fdebd50d1fb75e3d4d851fa442795e3e4852a.zip |
sys-process/iotop-c: drop 1.22
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop-c/Manifest | 1 | ||||
-rw-r--r-- | sys-process/iotop-c/iotop-c-1.22.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest index 2ef5cdf878a6..f7d8388fe7b4 100644 --- a/sys-process/iotop-c/Manifest +++ b/sys-process/iotop-c/Manifest @@ -1,2 +1 @@ -DIST iotop-c-1.22.tar.gz 135078 BLAKE2B 90a441402b19ab5af9d5155f5d335e992e8acd702cbc2ebfb4b99dbc0be672fe07d462aab2c00a14702f584c0762b3b0ae4336022007bc956309ab781cbd2aa8 SHA512 863f4e602e13c91302ef3e2de7bf917418cb389a427fd0a6579c31a991d628112d0b479a2287944c4b3f3b5c4b13815ec57d30687fc48de7b782586e56ee62d8 DIST iotop-c-1.23.tar.gz 138772 BLAKE2B 123995c5af48f2d257a4c4b2f342c3cb656d91105e13200baac63c3bd5bdd68a09cf4991363db4d49b211f0ad75285b3f34e66951aa80b2df55f6728c54629dc SHA512 afdc59373e96f23efaf93a661ca31d101732b36e61631844864692599b0e5a1d2355fdda0ec994a8e9ed03bc7f6a37c4dd16336fb750084294d58bfcfc6e7f17 diff --git a/sys-process/iotop-c/iotop-c-1.22.ebuild b/sys-process/iotop-c/iotop-c-1.22.ebuild deleted file mode 100644 index cc98b1156d52..000000000000 --- a/sys-process/iotop-c/iotop-c-1.22.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2022 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_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 -} |