diff options
author | 2018-10-01 00:13:07 +0200 | |
---|---|---|
committer | 2018-10-01 09:36:59 +0200 | |
commit | d723cdec15635a4dc4522028cb2e05b6380e4670 (patch) | |
tree | 6f47a63b6f620ac9fd9cc2e51e2a2d87a62dc418 /sys-apps/superdiag/metadata.xml | |
parent | dev-lua/luaossl: takeover maintainership (diff) | |
download | gentoo-d723cdec15635a4dc4522028cb2e05b6380e4670.tar.gz gentoo-d723cdec15635a4dc4522028cb2e05b6380e4670.tar.bz2 gentoo-d723cdec15635a4dc4522028cb2e05b6380e4670.zip |
sys-apps/superdiag: New package
Closes: https://bugs.gentoo.org/665242
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9780
Diffstat (limited to 'sys-apps/superdiag/metadata.xml')
-rw-r--r-- | sys-apps/superdiag/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/superdiag/metadata.xml b/sys-apps/superdiag/metadata.xml new file mode 100644 index 000000000000..c8ab6cc03ab4 --- /dev/null +++ b/sys-apps/superdiag/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <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> + The Super Diagnostics provides offline the capability to determine + the health of Supermicro server's components, including CPU, memory and I/O. + Features: Designed for Supermicro Sytems, offline diagnostics, + command line interface (CLI), local and remote diagnostics, + automatically collects information on detected devices, + test results reported in output files and flexible test coverage. + </longdescription> + <use> + <flag name="iso">Install an iso image, which can be used with <pkg>sys-apps/smc-sum</pkg>.</flag> + <flag name="usb">Install all files, which are needed for an installation on an usb thumb drive.</flag> + </use> +</pkgmetadata> |