diff --git a/x11-misc/edid-data/Manifest b/x11-misc/edid-data/Manifest new file mode 100644 index 000000000..0ecea3b14 --- /dev/null +++ b/x11-misc/edid-data/Manifest @@ -0,0 +1 @@ +DIST edid-data-20180315.tar.gz 21709 BLAKE2B 923b398e17662cb061cde0440b69a9154e4621ecae3ea0f16275916620ba2fb82e7bee9dfec80a0a98b517464b9e560f1983b4e88299229b54f01b48c6b6daaa SHA512 16bbf0122e2a260266fabc2d5b827a7b0d68668c394ce5d39df8f836fe3050b7eb32e70a8a143d6911345b0d2f6fd43368a84b0b7033cbe762e4dd306a9e2d62 diff --git a/x11-misc/edid-data/edid-data-20180315.ebuild b/x11-misc/edid-data/edid-data-20180315.ebuild new file mode 100644 index 000000000..ac7b3a362 --- /dev/null +++ b/x11-misc/edid-data/edid-data-20180315.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT="31a6f80784d289d2faa8c4ca4788409c83b3ea14" + +DESCRIPTION="EDID binary files" +HOMEPAGE="https://github.com/akatrevorjay/edid-generator" +SRC_URI="https://github.com/akatrevorjay/edid-generator/archive/${COMMIT}.tar.gz -> edid-data-${PV}.tar.gz" +SLOT="0" + +LICENSE="GPL-2" +KEYWORDS="amd64" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/edid-generator-${COMMIT}" + +src_compile() { + : +} + +src_install() { + dodir /usr/share/edid + insinto /usr/share/edid + doins *.bin +}