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

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-04-13 23:34:09 -04:00
parent 358add0c81
commit 6b6ccacda0
2 changed files with 0 additions and 24 deletions

View File

@@ -1,2 +1 @@
DIST xf86-video-geode-2.11.21.tar.xz 582492 BLAKE2B a6a970284033497dbf359b1d9735d143476e96eca68560b68a49477af704ee9c9ef952b8ee144fc545cc88baf95cc4b34b8eb8a76efb3b9282bec1799d986f19 SHA512 e12f74268ab7d16b57644a9465b4be1ca28d250625a31b8810e19a1f94a17e47e0a258455155fd8f336fa59fd78160cdf3763aa94b85c6ccc2c42edf3b65bc61
DIST xf86-video-geode-2.18.1.tar.xz 585668 BLAKE2B a81660478d3f89fff83ddb3407d7d1b160c44e81f0aefed520c5e64751daacefc39bfad51a9d9613adaa2a5326f190ecb04016057445fe2ab74d803a77f4071f SHA512 880a075a1536fa72bd4e4a28210cefc539b40ff1a5a6663b42085a0f2417e90ffbe4b78d2acb3de42f0c8828845ab5a238ec0f9b1fb79e823fd96d28154053ab

View File

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