diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-07 16:20:52 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-07 16:46:29 +0100 |
commit | 8dfea140166419c3416bddb2bf590e8ebb86d343 (patch) | |
tree | d821bee34fc737cb008282377f2094a1fa82c9d1 /sys-apps/edid-decode/metadata.xml | |
parent | media-sound/flacon: RESTRICT="!test? ( test )" (diff) | |
download | gentoo-8dfea140166419c3416bddb2bf590e8ebb86d343.tar.gz gentoo-8dfea140166419c3416bddb2bf590e8ebb86d343.tar.bz2 gentoo-8dfea140166419c3416bddb2bf590e8ebb86d343.zip |
sys-apps/edid-decode: New package
Decodes EDID monitor description data in human-readable format.
Closes: https://bugs.gentoo.org/669720
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/edid-decode/metadata.xml')
-rw-r--r-- | sys-apps/edid-decode/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/edid-decode/metadata.xml b/sys-apps/edid-decode/metadata.xml new file mode 100644 index 000000000000..207a2c8a4f1d --- /dev/null +++ b/sys-apps/edid-decode/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + Decodes EDID monitor description data in human-readable format. + If invoked with no arguments it reads from standard input and writes to standard output. + With one argument, the file named by the argument is read instead. + With two arguments, normal output is suppressed, and the binary EDID blob is + written to the file named by the second argument. + </longdescription> +</pkgmetadata> |