commit:     c4c8e05a335f4f14044a44a93302270f555e55e0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 13:34:14 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 13:40:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c8e05a

x11-drivers/xf86-video-amdgpu: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-amdgpu/Manifest             |  1 -
 .../xf86-video-amdgpu-23.0.0.ebuild                | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/x11-drivers/xf86-video-amdgpu/Manifest 
b/x11-drivers/xf86-video-amdgpu/Manifest
index 97c5f837fffc..8b391c95d35a 100644
--- a/x11-drivers/xf86-video-amdgpu/Manifest
+++ b/x11-drivers/xf86-video-amdgpu/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-amdgpu-23.0.0.tar.xz 381268 BLAKE2B 
f2d6c4e3548d4a5befb3f24d2a73924522ad111d85be4cd8520987d16b24de4ca80a22159f52d1f5cef3812628f14070dd62e013ab07603e053865a5975c8ab4
 SHA512 
bf26f147629a34e84a0ae8435119e170b9c95edafcab1995b63bb8f55abef32f2efbf4536eb070e64b2ae1460424b1b27a4206cb9836d33ddc6dfbee404f718b
 DIST xf86-video-amdgpu-25.0.0.tar.xz 75000 BLAKE2B 
150a8296d9d6806cb8c481707450145169418a0d54389c0e73ad2efb8175fef29df490163def7032bc2402ebae6de4be14d0222035f87bf7fedbb332f895068b
 SHA512 
d143294fead7073c14100299ccab20d1f5eab8b7e36c1770b12aaade958211e1961f4353dc47123c3b9af9f7a911d913def71d25b83dab3dee1d289043869891

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild 
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild
deleted file mode 100644
index c0bc438ca75a..000000000000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-XORG_DRI="always"
-inherit xorg-3
-
-if [[ ${PV} != 9999* ]]; then
-       KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-
-IUSE="udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
-       x11-base/xorg-server[-minimal]
-       udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local XORG_CONFIGURE_OPTIONS=(
-               --enable-glamor
-               $(use_enable udev)
-       )
-       xorg-3_src_configure
-}

Reply via email to