x11-drivers/xf86-video-geode: Version bump to 2.11.20
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Sep 2019 04:27:23 +0000 (21:27 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Sep 2019 04:27:58 +0000 (21:27 -0700)
Straight to stable since evidently the 2.11.19 was not compatible with
xserver 1.20.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-drivers/xf86-video-geode/Manifest
x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild [moved from x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild with 72% similarity]

index 0724ca8e6654c5dfda7289594c5e879d055dab6e..5775698a584513aa0d05c5a9f3f29223c39098ad 100644 (file)
@@ -1 +1 @@
-DIST xf86-video-geode-2.11.19.tar.bz2 668151 BLAKE2B 9d207fdc36fd48d0f36258cc497f9ad1a1650647a2dd6068d417a67066ca832f9c914fcf91f286173f58f12f9c641e01b34fb410d66fd33445060994b3347731 SHA512 f0b1c5edf1c226a4379aa9a4983e69cbaced0618868a7902de41a7754c148324c2a4ea73704aefd96f48d36f035fb2c8063604c26e21e986e4f90c3716578d41
+DIST xf86-video-geode-2.11.20.tar.bz2 699973 BLAKE2B ed5c96a4ac41bb908239d89a49ef833a56fdeab62e441ddf36e32be1704a0850a2466a5538aafad87c83d3850339b0bdf0610851a17e3f4ace5eefab20c82296 SHA512 a67376ec174c544256aef693590d515742199c2acf1a54117207f599e1d9f70a3fb70c9c811ebc3f907dfa795e0e662a1c1f18673774660f0d5f3c757e848f0d
similarity index 72%
rename from x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild
rename to x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
index 71011b9f74f682061d681901988a554137d734ea..1f52580d981c90e688e803c61dfe9608d7e09e15 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xorg-2
+EAPI=7
+inherit xorg-3
 
 DESCRIPTION="AMD Geode GX2 and LX video driver"
 
@@ -15,9 +15,8 @@ DEPEND="${RDEPEND}
                sys-kernel/linux-headers
        )"
 
-src_configure() {
+pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
                $(use_enable ztv)
        )
-       xorg-2_src_configure
 }