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

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-10-14 22:46:01 -04:00
parent 4f1e6b5005
commit 4f5e7df3e3
2 changed files with 0 additions and 24 deletions

View File

@@ -1,2 +1 @@
DIST xf86-video-geode-2.18.1.tar.xz 585668 BLAKE2B a81660478d3f89fff83ddb3407d7d1b160c44e81f0aefed520c5e64751daacefc39bfad51a9d9613adaa2a5326f190ecb04016057445fe2ab74d803a77f4071f SHA512 880a075a1536fa72bd4e4a28210cefc539b40ff1a5a6663b42085a0f2417e90ffbe4b78d2acb3de42f0c8828845ab5a238ec0f9b1fb79e823fd96d28154053ab
DIST xf86-video-geode-2.18.2.tar.xz 586836 BLAKE2B 487f9de145d3cc26052e4814acdfd748deb27e258e33f45eb507226f49c7b8e9cfa97a99f92a71f8f4e09b4de9dc8574f84d642a97d832560c8d476c75c9401e SHA512 9228db606704494ab4490a676a6d25355d68438fe909b22cba9766040fc92b6484c95ac08a5e7bd09540bff7b37992b37febb4e3de44ec49c026b378836f5478

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xorg-3
DESCRIPTION="AMD Geode GX and LX graphics driver"
KEYWORDS="x86"
IUSE="ztv"
DEPEND="
ztv? (
sys-kernel/linux-headers
)
"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable ztv)
)
xorg-3_src_configure
}