diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-13 23:52:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-13 23:52:53 +0000 |
commit | 9d34a4d978ce3d4c78da6c98d49cfc858b27bc91 (patch) | |
tree | cae496321d86cd82328b3e383277c2840592add5 /x11-drivers/xf86-video-geode | |
parent | Version bump, bug #487634. (diff) | |
download | gentoo-2-9d34a4d978ce3d4c78da6c98d49cfc858b27bc91.tar.gz gentoo-2-9d34a4d978ce3d4c78da6c98d49cfc858b27bc91.tar.bz2 gentoo-2-9d34a4d978ce3d4c78da6c98d49cfc858b27bc91.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-geode')
-rw-r--r-- | x11-drivers/xf86-video-geode/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/xf86-video-geode-2.11.15.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-geode/ChangeLog b/x11-drivers/xf86-video-geode/ChangeLog index 397277ecc5f6..39534e1a6a12 100644 --- a/x11-drivers/xf86-video-geode/ChangeLog +++ b/x11-drivers/xf86-video-geode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-geode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.22 2013/07/03 08:19:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.23 2013/10/13 23:52:53 chithanh Exp $ + +*xf86-video-geode-2.11.15 (13 Oct 2013) + + 13 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-geode-2.11.15.ebuild: + Version bump. *xf86-video-geode-2.11.14-r1 (03 Jul 2013) diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.15.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.15.ebuild new file mode 100644 index 000000000000..67aa35137c75 --- /dev/null +++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.15.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.15.ebuild,v 1.1 2013/10/13 23:52:53 chithanh Exp $ + +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 + )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ztv) + ) + xorg-2_pkg_setup +} |