commit: f19463cefd0715db7a4478d85e10d4703e762c5a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 22:54:17 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 2 17:56:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19463ce
x11-drivers/xf86-video-geode: add 2.18.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/40840 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-drivers/xf86-video-geode/Manifest | 1 + .../xf86-video-geode-2.18.1.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/x11-drivers/xf86-video-geode/Manifest b/x11-drivers/xf86-video-geode/Manifest index d9dbb80abea0..d70cc83fcc06 100644 --- a/x11-drivers/xf86-video-geode/Manifest +++ b/x11-drivers/xf86-video-geode/Manifest @@ -1 +1,2 @@ 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 diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.1.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.1.ebuild new file mode 100644 index 000000000000..434494297c4b --- /dev/null +++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.1.ebuild @@ -0,0 +1,23 @@ +# 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 +}
