Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 669720

Summary: sys-apps/edid-decode - Decode EDID data in a human-readable format
Product: Gentoo Linux Reporter: Conrad Kostecki <conikost>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://git.linuxtv.org/edid-decode.git/
See Also: https://github.com/gentoo/gentoo/pull/10246
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 669722    

Description Conrad Kostecki gentoo-dev 2018-10-27 00:26:56 UTC
sys-apps/edid-decode: New package

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.
Comment 1 Larry the Git Cow gentoo-dev 2019-12-07 15:47:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfea140166419c3416bddb2bf590e8ebb86d343

commit 8dfea140166419c3416bddb2bf590e8ebb86d343
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2019-12-07 15:20:52 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2019-12-07 15:46:29 +0000

    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>

 sys-apps/edid-decode/Manifest                      |  1 +
 .../edid-decode/edid-decode-0_pre20191207.ebuild   | 35 ++++++++++++++++++++++
 sys-apps/edid-decode/edid-decode-9999.ebuild       | 31 +++++++++++++++++++
 sys-apps/edid-decode/metadata.xml                  | 15 ++++++++++
 4 files changed, 82 insertions(+)