summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2016-12-12 20:04:22 -0800
committerMatt Turner <mattst88@gentoo.org>2016-12-12 20:04:34 -0800
commit5beeee7eba6a4840c98e6fc9f63f63d2913039d7 (patch)
treed22841b43375ed200a5096eba7026f396be7d5cf /x11-drivers
parentdev-python/django: remove live ebuild (diff)
downloadgentoo-5beeee7eba6a4840c98e6fc9f63f63d2913039d7.tar.gz
gentoo-5beeee7eba6a4840c98e6fc9f63f63d2913039d7.tar.bz2
gentoo-5beeee7eba6a4840c98e6fc9f63f63d2913039d7.zip
x11-drivers/xf86-video-geode: Version bump to 2.11.19.
Straight to stable.
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-geode/Manifest1
-rw-r--r--x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-geode/Manifest b/x11-drivers/xf86-video-geode/Manifest
index 69515a1cecfb..550fcb79378a 100644
--- a/x11-drivers/xf86-video-geode/Manifest
+++ b/x11-drivers/xf86-video-geode/Manifest
@@ -1,2 +1,3 @@
DIST xf86-video-geode-2.11.17.tar.bz2 680765 SHA256 07b4d42623e71e592b77c52a75cf230f8e711c8a0c1b26cecb06e9231d333c41 SHA512 d9252ee877c50a18dfb35fc138b1d58dc470c341b8464e2e112c36153a8c1405c7f7bdedfc60453b3dccac422948664a28964485577066f7563eb62f2eb0f202 WHIRLPOOL bcf70d58b2abd444459e1dbc5a7c0f7ab76c0f3f213e948c2c8fd5ae226676f7bbdf4e6022b79fe73899035346890849060c88efaf1363bab01ad726065442b6
DIST xf86-video-geode-2.11.18.tar.bz2 683272 SHA256 d6ece9a862a68be3cdf86a87e0e1ba5e199168b8d075129646638f53649ba9e8 SHA512 6b8bc9deefba98217c64f7be709974361ee588e5386dee4a457f41eb1c07ada7b7f216c5e36491c565b46ad0428c07bdcbfce2c796df040e4f8e7a2f000487dd WHIRLPOOL 8b360d88caee904fb6efde373cff2c8731ff397dd1c875f29eb299b4cdf41b2bea66c66893c12e995a90cf1d7d11891eb21388749d2a90f130b1f5a6d1995acf
+DIST xf86-video-geode-2.11.19.tar.bz2 668151 SHA256 c6694c21ee3d9560f6e925925ef1d3818b1988e899b6a0592dbae597c87ac97e SHA512 f0b1c5edf1c226a4379aa9a4983e69cbaced0618868a7902de41a7754c148324c2a4ea73704aefd96f48d36f035fb2c8063604c26e21e986e4f90c3716578d41 WHIRLPOOL d41d4187a2c459f60a6b9e92db30db1a55ae7f2f05cde9b5e5f72af68062d959b27b4132718f3f1df73d62a5c6ded163527f97f6f7d7643cae4f4c862d430357
diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild
new file mode 100644
index 000000000000..ff50c44e9421
--- /dev/null
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="AMD Geode GX2 and LX video driver"
+
+KEYWORDS="x86"
+IUSE="ztv"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ ztv? (
+ sys-kernel/linux-headers
+ )"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ztv)
+ )
+ xorg-2_src_configure
+}