commit: 27241d5735791f0f036c2b387295988adcc7e1f6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 20:04:55 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 20:04:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27241d57
x11-drivers/xf86-video-openchrome: Remove last-rited pkg Bug: https://bugs.gentoo.org/875233 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 9 ---- x11-drivers/xf86-video-openchrome/Manifest | 1 - .../xf86-video-openchrome-0.6.0-fno-common.patch | 45 ---------------- x11-drivers/xf86-video-openchrome/metadata.xml | 11 ---- .../xf86-video-openchrome-0.6.0.ebuild | 63 ---------------------- 5 files changed, 129 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 17487a684971..6b10d1087a53 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -344,15 +344,6 @@ x11-drivers/xf86-video-vboxvideo # Removal on 2024-12-06. Bug #924715. x11-drivers/xf86-video-omap -# Matt Turner <[email protected]> (2024-11-06) -# Driver for integrated GPU paired only with x86 VIA CPUs. -# -# Has not worked in Gentoo for more than two years (see bug #875233) without -# any actual users noticing. -# -# Removal on 2024-12-06. Bug #875233. -x11-drivers/xf86-video-openchrome - # Holger Hoffstätte <[email protected]> (2024-11-03) # Vendors an unreleased libbpf version and announces incorrect version. # Please downgrade to 7.4.0. Bug Bug #941185. Removal on 2024-12-03. diff --git a/x11-drivers/xf86-video-openchrome/Manifest b/x11-drivers/xf86-video-openchrome/Manifest deleted file mode 100644 index 073dee86f5cd..000000000000 --- a/x11-drivers/xf86-video-openchrome/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xf86-video-openchrome-0.6.0.tar.bz2 537619 BLAKE2B 30d8ab246646bde41b1ce0fd48c133cb7c2c3cff7c7201daf7e4fcded7a3e47bdc28d739247fce69b17a0e7697b33af35e3f771496654920b275a5aacbe8fc6f SHA512 f074e70d54c87a9d6e1b52c2c2d72d7c551dcb59a5f34c0a5f9495db1a6e45db4300d51fabf7eedfbe91f964f9422931c752a49b322715c6aa9ddb0db9dd6004 diff --git a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch b/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch deleted file mode 100644 index 78f3ca9a6cc9..000000000000 --- a/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.6.0-fno-common.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- a/src/via_driver.h -+++ b/src/via_driver.h -@@ -393,9 +393,6 @@ typedef struct - } VIAEntRec, *VIAEntPtr; - - --/* In via_display.c. */ --const xf86CrtcFuncsRec iga1_crtc_funcs; --const xf86CrtcFuncsRec iga2_crtc_funcs; - - /* In via_exa.c. */ - Bool viaInitExa(ScreenPtr pScreen); ---- a/src/via_sii164.h -+++ b/src/via_sii164.h -@@ -47,7 +47,7 @@ typedef struct _viaSiI164 { - } viaSiI164Rec, *viaSiI164RecPtr; - - --const xf86OutputFuncsRec via_sii164_funcs; -+extern const xf86OutputFuncsRec via_sii164_funcs; - - Bool viaSiI164Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus); - ---- a/src/via_ums.h -+++ b/src/via_ums.h -@@ -260,6 +260,8 @@ void viaIGA2SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode); - void viaIGA2Save(ScrnInfoPtr pScrn); - void viaIGA2Restore(ScrnInfoPtr pScrn); - void ViaShadowCRTCSetMode(ScrnInfoPtr pScrn, DisplayModePtr mode); -+extern const xf86CrtcFuncsRec iga1_crtc_funcs; -+extern const xf86CrtcFuncsRec iga2_crtc_funcs; - - /* via_analog.c */ - void via_analog_init(ScrnInfoPtr pScrn); ---- a/src/via_vt1632.h -+++ b/src/via_vt1632.h -@@ -44,7 +44,7 @@ typedef struct _viaVT1632Rec { - } viaVT1632Rec, *viaVT1632RecPtr; - - --const xf86OutputFuncsRec via_vt1632_funcs; -+extern const xf86OutputFuncsRec via_vt1632_funcs; - - Bool viaVT1632Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus); - diff --git a/x11-drivers/xf86-video-openchrome/metadata.xml b/x11-drivers/xf86-video-openchrome/metadata.xml deleted file mode 100644 index ed7d98342790..000000000000 --- a/x11-drivers/xf86-video-openchrome/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> -<email>[email protected]</email> -<name>X11</name> -</maintainer> -<use> -<flag name="viaregtool">Install registers dumper tool</flag> -</use> -</pkgmetadata> diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild deleted file mode 100644 index ffe7df8d886d..000000000000 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DRI="always" -inherit flag-o-matic xorg-3 - -DESCRIPTION="X.Org driver for VIA/S3G cards" -HOMEPAGE="https://www.freedesktop.org/wiki/Openchrome/" - -LICENSE="MIT" -KEYWORDS="amd64 x86" -IUSE="debug viaregtool" - -RDEPEND=" - >=x11-base/xorg-server-1.9 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXvMC - x11-libs/libdrm" -DEPEND=" - ${RDEPEND} - x11-libs/libXv" - -PATCHES=( - "${FILESDIR}"/${P}-fno-common.patch - "${FILESDIR}"/${P}-Fix-for-X.Org-X-Server-1.20.patch -) - -src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/864406 - # Upstream appears to have never migrated from the old bugzilla and - # cgit hosting over to gitlab.fd.o, no activity in a year, no way - # to report a bug I guess. Yay dead software. - # - # Do not trust for LTO either - append-flags -fno-strict-aliasing - filter-lto - - local XORG_CONFIGURE_OPTIONS=( - $(use_enable debug) - $(use_enable debug xv-debug) - $(use_enable viaregtool) - ) - xorg-3_src_configure -} - -pkg_postinst() { - xorg-3_pkg_postinst - - elog "Supported chipsets:" - elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204)," - elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314)," - elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336)," - elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900" - elog - elog "The driver name is 'openchrome', and this is what you need" - elog "to use in your xorg.conf (and not 'via')." - elog - elog "See the ChangeLog and release notes for more information." -}
