mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Merge updates from master
This commit is contained in:
1
sys-process/iotop-c/Manifest
Normal file
1
sys-process/iotop-c/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST iotop-c-2014.08.24.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0
|
||||
25
sys-process/iotop-c/iotop-c-2014.08.24.ebuild
Normal file
25
sys-process/iotop-c/iotop-c-2014.08.24.ebuild
Normal file
@@ -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
|
||||
}
|
||||
14
sys-process/iotop-c/metadata.xml
Normal file
14
sys-process/iotop-c/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user