From 4714073a057481a952d012f753f61acac322fe08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 15 Feb 2021 17:38:44 +0300 Subject: [PATCH] x11-misc/edid-data: Version bump --- x11-misc/edid-data/Manifest | 1 + x11-misc/edid-data/edid-data-20180315.ebuild | 29 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 x11-misc/edid-data/Manifest create mode 100644 x11-misc/edid-data/edid-data-20180315.ebuild 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 +}