commit: e386cdc7f30243fd34a42cee093243429270c853 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 14:17:14 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 14:20:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e386cdc7
x11-misc/read-edid: drop 3.0.2-r1 Closes: https://bugs.gentoo.org/963460 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/read-edid/read-edid-3.0.2-r1.ebuild | 43 ---------------------------- 1 file changed, 43 deletions(-) diff --git a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild b/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild deleted file mode 100644 index 75e2178a1c6a..000000000000 --- a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake flag-o-matic linux-info - -DESCRIPTION="Program that can get information from a PnP monitor" -HOMEPAGE="http://www.polypux.org/projects/read-edid/" -SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~loong ppc ~riscv ~sparc x86" -IUSE="vbe-mode" - -DEPEND="vbe-mode? ( >=dev-libs/libx86-1.1 )" -RDEPEND="${DEPEND}" - -pkg_setup() { - CONFIG_CHECK="~I2C_CHARDEV" - ERROR_I2C_CHARDEV="I2C_CHARDEV support not enabled in the kernel. get-edid will " - if use vbe-mode; then - ERROR_I2C_CHARDEV+="fall back to the legacy, VBE-based interface." - else - ERROR_I2C_CHARDEV+="not work." - fi - linux-info_pkg_setup -} - -src_prepare() { - sed -i -e 's|COPYING||g;s|share/doc/read-edid|share/doc/'"${PF}"'|g' \ - CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - append-cflags -fcommon - local mycmakeargs=( - -DCLASSICBUILD=$(usex vbe-mode) - ) - cmake_src_configure -}
