commit:     d7473b6276a831f137c6fc4132cc0c353e483a32
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 17 19:27:37 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 17 19:27:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7473b62

sys-apps/edid-decode: drop 9999

Dropping live ebuild, as project upstream has been moved into v4l-utils
package. So no more sense for live ebuild.

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/edid-decode/edid-decode-9999.ebuild | 30 ----------------------------
 1 file changed, 30 deletions(-)

diff --git a/sys-apps/edid-decode/edid-decode-9999.ebuild 
b/sys-apps/edid-decode/edid-decode-9999.ebuild
deleted file mode 100644
index 0ef4a99857cd..000000000000
--- a/sys-apps/edid-decode/edid-decode-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3 toolchain-funcs
-
-EGIT_REPO_URI="https://git.linuxtv.org/${PN}.git";
-
-DESCRIPTION="Decode EDID data in a human-readable format"
-HOMEPAGE="https://git.linuxtv.org/edid-decode.git/";
-
-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
-}

Reply via email to