summaryrefslogtreecommitdiff
path: root/app-admin/dio
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-admin/dio
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-admin/dio')
-rw-r--r--app-admin/dio/Manifest1
-rw-r--r--app-admin/dio/dio-1.5.2-r3.ebuild39
-rw-r--r--app-admin/dio/metadata.xml19
3 files changed, 0 insertions, 59 deletions
diff --git a/app-admin/dio/Manifest b/app-admin/dio/Manifest
deleted file mode 100644
index 83cd6d22d911..000000000000
--- a/app-admin/dio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 0889fdce5542..000000000000
--- a/app-admin/dio/dio-1.5.2-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
deleted file mode 100644
index 75bdc51137db..000000000000
--- a/app-admin/dio/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>