From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 039BA138359 for ; Fri, 28 Aug 2020 04:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03834E09EA; Fri, 28 Aug 2020 04:56:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9843DE09EA for ; Fri, 28 Aug 2020 04:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE864335DA9 for ; Fri, 28 Aug 2020 04:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BD182D2 for ; Fri, 28 Aug 2020 04:56:25 +0000 (UTC) From: "Zamarin Arthur" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zamarin Arthur" Message-ID: <1598590569.40211fec30c655db9a1799026c50b3896ef7e601.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/iotop-c/Manifest sys-process/iotop-c/iotop-c-1.9.ebuild X-VCS-Directories: sys-process/iotop-c/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Zamarin Arthur X-VCS-Revision: 40211fec30c655db9a1799026c50b3896ef7e601 X-VCS-Branch: dev Date: Fri, 28 Aug 2020 04:56:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3cfc10f-ea51-4895-b175-56cd97fa8989 X-Archives-Hash: f3b7f1f195e5c98f3be492e36a82884a commit: 40211fec30c655db9a1799026c50b3896ef7e601 Author: Zamarin Arthur gmail com> AuthorDate: Fri Aug 28 04:56:09 2020 +0000 Commit: Zamarin Arthur gmail com> CommitDate: Fri Aug 28 04:56:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40211fec sys-process/iotop-c: v1.9 bump - after long hibernation, the project is active again - fix ncursesw direct linking, use pkg-config for libs - fix license to GPL-2+ Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Zamarin Arthur gmail.com> sys-process/iotop-c/Manifest | 1 + sys-process/iotop-c/iotop-c-1.9.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest index e6c55cc..0610756 100644 --- a/sys-process/iotop-c/Manifest +++ b/sys-process/iotop-c/Manifest @@ -1 +1,2 @@ DIST iotop-c-0_pre20140824.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0 +DIST iotop-c-1.9.tar.gz 28680 BLAKE2B 7e30ca3cec2694afeb2bead7f97eb7ee0dcb3066cf4d1643771b04b724789b9b09836998f6f693bc0a3332b4bb06fb36c46c6ae9b37f0b8088c212136d5bd9f3 SHA512 99a1b9bcae13dbcead1e1c9df8618164be0f9c81e7220d2d4b1e0b8d1528b6a4f6845763a6c04a38510a4174bcaf21abb216f582f49729820cd579e0ca2856f9 diff --git a/sys-process/iotop-c/iotop-c-1.9.ebuild b/sys-process/iotop-c/iotop-c-1.9.ebuild new file mode 100644 index 0000000..7fef5de --- /dev/null +++ b/sys-process/iotop-c/iotop-c-1.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-libs/ncurses:= + !sys-process/iotop" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/iotop-${PV}" + +src_prepare() { + default + sed -i Makefile -e "s/-lncursesw/$(pkg-config --libs ncursesw)/" +} + +src_install() { + dobin iotop + dodoc README.md +}