diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-admin/dio | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-admin/dio')
| -rw-r--r-- | app-admin/dio/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/dio/dio-1.5.2-r3.ebuild | 39 | ||||
| -rw-r--r-- | app-admin/dio/metadata.xml | 19 |
3 files changed, 59 insertions, 0 deletions
diff --git a/app-admin/dio/Manifest b/app-admin/dio/Manifest new file mode 100644 index 000000000000..83cd6d22d911 --- /dev/null +++ b/app-admin/dio/Manifest @@ -0,0 +1 @@ +DIST dio-1.5.2.tar.gz 44344 BLAKE2B 8e573cbf2ad1b717ffec09f20f8c7474841bc3e1635af35116d02b37af56ef3b4742e12725134d485f788e7abb595605640e19bd6f84bfd8f14289abf1695089 SHA512 366d2f2d25b8d16439c4a9aaa7cd775ddffb1022980675cdda8e2e4d4de3d3e5dcfa8d0c581b73fcfe4eff66ee8ef682f082c8788f514b7abdf1a2cb2159b9ba diff --git a/app-admin/dio/dio-1.5.2-r3.ebuild b/app-admin/dio/dio-1.5.2-r3.ebuild new file mode 100644 index 000000000000..0889fdce5542 --- /dev/null +++ b/app-admin/dio/dio-1.5.2-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="A device I/O monitoring tool" +HOMEPAGE="https://github.com/donaldmcintosh/dio" +SRC_URI="https://github.com/donaldmcintosh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}/src" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +DOCS=( "README" "../README.md" ) +HTML_DOCS=( "../site/www.diodio.org/." ) + +src_prepare() { + default + + # Include the 'tinfo' lib, if sys-libs/ncurses is compiled with USE="tinfo" + sed -e "s:-lcurses:$($(tc-getPKG_CONFIG) --libs ncurses):" -i Makefile || die +} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +} + +src_install() { + dobin dio + doman dio.1 + einstalldocs +} diff --git a/app-admin/dio/metadata.xml b/app-admin/dio/metadata.xml new file mode 100644 index 000000000000..75bdc51137db --- /dev/null +++ b/app-admin/dio/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + It samples kernel statistics at the specified time interval + and uses them to derive useful realtime and cumulative performance statistics. + The output is presented in a standard terminal window using the standard curses library, + which contains the output on visible terminal. + The approach offers a more intuitive visual presentation of the data. + </longdescription> + <upstream> + <bugs-to>https://github.com/donaldmcintosh/dio/issues</bugs-to> + <remote-id type="github">donaldmcintosh/dio</remote-id> + </upstream> +</pkgmetadata> |
