summaryrefslogtreecommitdiff
path: root/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild')
-rw-r--r--sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
deleted file mode 100644
index ed99cdb3764f..000000000000
--- a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-EGIT_COMMIT="cb74358c289650322d91af60cb48a9d984509fd2"
-MY_P="${PN}-${EGIT_COMMIT}"
-
-DESCRIPTION="Decode EDID data in a human-readable format"
-HOMEPAGE="https://git.linuxtv.org/edid-decode.git/"
-SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="amd64 ~arm64 x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-src_compile() {
- tc-export CXX
- default
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
- einstalldocs
-
- if use examples; then
- insinto /usr/share/edid-decode/examples
- doins data/*
- fi
-}