commit:     412e92edfc5502357756ce815ff79478458c54b7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 30 19:24:49 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 30 19:24:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412e92ed

sys-apps/edid-decode: treeclean

Closes: https://bugs.gentoo.org/962841 (pkgremoved)
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 profiles/package.mask                              |  6 ----
 sys-apps/edid-decode/Manifest                      |  2 --
 .../edid-decode/edid-decode-0_pre20230131.ebuild   | 34 ----------------------
 .../edid-decode/edid-decode-0_pre20241119.ebuild   | 34 ----------------------
 sys-apps/edid-decode/metadata.xml                  | 15 ----------
 5 files changed, 91 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 42799197ed39..924b89395b3d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -204,12 +204,6 @@ sys-fs/encfs
 # https://github.com/pyparsing/pyparsing/issues/618
 =dev-python/pyparsing-3.2.4
 
-# Conrad Kostecki <[email protected]> (2025-09-14)
-# Replaced by >=media-libs/libv4l-1.30.1[utils], as merged by upstream.
-# Bugs #953534 and #962841.
-# Removal on 2025-09-29.
-sys-apps/edid-decode
-
 # Rick Farina <[email protected]> (2025-09-11)
 # Dead upstream, fails to compile on modern gcc. Bug #919250
 # Removal on 2025-10-12

diff --git a/sys-apps/edid-decode/Manifest b/sys-apps/edid-decode/Manifest
deleted file mode 100644
index 208d07b1a26e..000000000000
--- a/sys-apps/edid-decode/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST edid-decode-0_pre20230131.tar.gz 147392 BLAKE2B 
8a08ca44bbdb61b0264a24b911b082d264eb1ef281d98a93dc12d62f5d233cc898cf1ad06647e680f8ab49b047721f31c80572582a2dd5dc8fec93ff70227b03
 SHA512 
53619eb79e456d4bf3566506019ad77a8f8dacb4211106cdf21164c26d0d026383bedd8a8ba2a7050d4d0657e1bbca51fb89978cfd066f1130f888a4537dd19b
-DIST edid-decode-0_pre20241119.tar.gz 166103 BLAKE2B 
365059aa4de92a645943b46c26aaba6a10125972c0092329cd624393bfe1ad489b5ac52921dac0302cf6bb2f0b52bf1072722f40f75514e096847614947a1711
 SHA512 
12e2a9844926be1176251e488fe42b1e36c285657a9963b3ab0a287661fcfa71fd3ca7215429c55d42d2c60d648921a1b0adc3c9de6ebf1f031a87f4102e6b2c

diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild 
b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild
deleted file mode 100644
index a2a1a02afc2b..000000000000
--- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-EGIT_COMMIT="915b0ce5329f417d2c3f84ddab3d443dd0e01b61"
-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/distfiles/${P}.tar.gz";
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-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
-}

diff --git a/sys-apps/edid-decode/edid-decode-0_pre20241119.ebuild 
b/sys-apps/edid-decode/edid-decode-0_pre20241119.ebuild
deleted file mode 100644
index 010a9ba8a3d9..000000000000
--- a/sys-apps/edid-decode/edid-decode-0_pre20241119.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson toolchain-funcs
-
-EGIT_COMMIT="5332a3b76080e17137db15fd31e2d3949cef5f84"
-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/distfiles/${P}.tar.gz";
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="examples"
-
-src_compile() {
-       tc-export CXX
-       meson_src_compile
-}
-
-src_install() {
-       meson_src_install
-       einstalldocs
-
-       if use examples; then
-               insinto /usr/share/edid-decode/examples
-               doins data/*
-       fi
-}

diff --git a/sys-apps/edid-decode/metadata.xml 
b/sys-apps/edid-decode/metadata.xml
deleted file mode 100644
index 1507ce42a4af..000000000000
--- a/sys-apps/edid-decode/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Conrad Kostecki</name>
-       </maintainer>
-       <longdescription>
-               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.
-       </longdescription>
-</pkgmetadata>

Reply via email to