diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-08-07 18:58:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-07 19:13:01 +0200 |
commit | d8ed5247f9e56d317eae3510aa26faccbcf2aa69 (patch) | |
tree | 9362a9d56cb7bf665d8b65f29ab212329c10ad2a /app-admin/dio/metadata.xml | |
parent | dev-python/cliff-tablib: drop py34 support (diff) | |
download | gentoo-d8ed5247f9e56d317eae3510aa26faccbcf2aa69.tar.gz gentoo-d8ed5247f9e56d317eae3510aa26faccbcf2aa69.tar.bz2 gentoo-d8ed5247f9e56d317eae3510aa26faccbcf2aa69.zip |
app-admin/dio: fix build with sys-libs/ncurses[tinfo]
Also bumped to EAPI=7
Closes: https://bugs.gentoo.org/646802
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'app-admin/dio/metadata.xml')
-rw-r--r-- | app-admin/dio/metadata.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/app-admin/dio/metadata.xml b/app-admin/dio/metadata.xml index ebf597f23ef3..021428c4e44c 100644 --- a/app-admin/dio/metadata.xml +++ b/app-admin/dio/metadata.xml @@ -1,8 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">donaldmcintosh/dio</remote-id> - </upstream> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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> |