Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/
Date: Fri, 29 Jan 2021 11:10:51
Message-Id: 1611902703.1a68b906cd67954d56bce2042f6b6c9221d0d417.andrewammerlaan@gentoo
1 commit: 1a68b906cd67954d56bce2042f6b6c9221d0d417
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 29 06:45:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Jan 29 06:45:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a68b906
7
8 sys-process/iotop-c: remove old version (1.15)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
12
13 sys-process/iotop-c/Manifest | 1 -
14 sys-process/iotop-c/iotop-c-1.15.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
18 index c030f38b..f8eba1a2 100644
19 --- a/sys-process/iotop-c/Manifest
20 +++ b/sys-process/iotop-c/Manifest
21 @@ -1,2 +1 @@
22 -DIST iotop-c-1.15.tar.gz 32454 BLAKE2B 465b43e7661c901f8a9f66973cf25a4af6dcac9e92cbb988240e454c52e1cce1359c57d2386f9773b19202fdbf2ccb2d177ee2a8587faa13e7f69bc8b29b0299 SHA512 feb1d2674b2407f3c9011aca1e4e00b68264b955939be94e45434519ecb8bfc0290ceb17a3db5dafb5a7fd38ccbe5522851439b4437edcf13d0864bc6b8c4364
23 DIST iotop-c-1.16.tar.gz 37912 BLAKE2B f27e0f1edfe2ec61530355fd7cfe43078efdac77036c85efd289fa0c8005614ecf5112741bc24c0038c3e643bdc28793271166ec2b1a26fff827986d09292cd9 SHA512 c96077941857260935d9db3ea7d9f03ef0af9b7e9fed6ddffb8a3eece205f22da87deb21e0ab25ebd030e7d898140467f47585965e50f9a99e92db1236eb1a05
24
25 diff --git a/sys-process/iotop-c/iotop-c-1.15.ebuild b/sys-process/iotop-c/iotop-c-1.15.ebuild
26 deleted file mode 100644
27 index f76fee40..00000000
28 --- a/sys-process/iotop-c/iotop-c-1.15.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="top utility for IO (C port)"
37 -HOMEPAGE="https://github.com/Tomas-M/iotop"
38 -SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -RDEPEND="sys-libs/ncurses:=
45 - !sys-process/iotop"
46 -DEPEND="${RDEPEND}"
47 -BDEPEND="virtual/pkgconfig"
48 -
49 -S="${WORKDIR}/iotop-${PV}"
50 -
51 -src_compile() {
52 - emake V=1
53 -}
54 -
55 -src_install() {
56 - dobin iotop
57 - dodoc README.md
58 - doman iotop.8
59 -}