From: "Ralph Seichter" <gentoo@seichter.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/
Date: Wed, 10 Apr 2019 08:29:25 +0000 (UTC) [thread overview]
Message-ID: <1554830992.53c58a35ead80e4297535f96415e3fec8ca9cd16.ralph-seichter@gentoo> (raw)
commit: 53c58a35ead80e4297535f96415e3fec8ca9cd16
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue Apr 9 17:29:52 2019 +0000
Commit: Ralph Seichter <gentoo <AT> seichter <DOT> de>
CommitDate: Tue Apr 9 17:29:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53c58a35
sys-process/iotop-c: top utility for IO (C port)
Port of sys-process/iotop which is written in Python to the C
language so it now runs without python at all. Last update was
on 2014-08-24, but works perfectly, therefore made a snapshot
package from the git repository.
Licensed under GPL-2.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
sys-process/iotop-c/Manifest | 1 +
sys-process/iotop-c/iotop-c-2014.08.24.ebuild | 25 +++++++++++++++++++++++++
sys-process/iotop-c/metadata.xml | 14 ++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
new file mode 100644
index 0000000..32f3f92
--- /dev/null
+++ b/sys-process/iotop-c/Manifest
@@ -0,0 +1 @@
+DIST iotop-c-2014.08.24.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0
diff --git a/sys-process/iotop-c/iotop-c-2014.08.24.ebuild b/sys-process/iotop-c/iotop-c-2014.08.24.ebuild
new file mode 100644
index 0000000..93c8daf
--- /dev/null
+++ b/sys-process/iotop-c/iotop-c-2014.08.24.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_COMMIT="cadd9675822cc02eace137eb918a4362c69bec9e"
+
+DESCRIPTION="top utility for IO (C port)"
+HOMEPAGE="https://github.com/Tomas-M/iotop"
+SRC_URI="https://github.com/Tomas-M/iotop/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:=
+ !sys-process/iotop"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/iotop-${MY_COMMIT}"
+
+src_install() {
+ dobin iotop
+ dodoc README.md
+}
diff --git a/sys-process/iotop-c/metadata.xml b/sys-process/iotop-c/metadata.xml
new file mode 100644
index 0000000..efc3742
--- /dev/null
+++ b/sys-process/iotop-c/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arthurzam+gentoo@gmail.com</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <longdescription lang="en">
+ top utility for IO (C port)
+ </longdescription>
+ <upstream>
+ <remote-id type="github">Tomas-M/iotop</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2019-04-10 8:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-10 8:29 Ralph Seichter [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-10 21:36 [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/ Ralph Seichter
2020-04-09 19:47 Andrew Ammerlaan
2020-08-28 15:26 Andrew Ammerlaan
2020-09-02 13:08 Andrew Ammerlaan
2020-10-14 16:37 Andrew Ammerlaan
2020-10-14 16:37 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-03-25 14:08 Andrew Ammerlaan
2021-04-24 6:38 Andrew Ammerlaan
2021-04-24 6:38 Andrew Ammerlaan
2021-04-24 6:38 Andrew Ammerlaan
2021-05-03 16:57 Andrew Ammerlaan
2021-09-08 12:34 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-09-08 15:20 ` [gentoo-commits] repo/proj/guru:master " 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=1554830992.53c58a35ead80e4297535f96415e3fec8ca9cd16.ralph-seichter@gentoo \
--to=gentoo@seichter.de \
--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