mattst88 15/05/24 02:58:31 Modified: ChangeLog Added: xf86-video-geode-2.11.17.ebuild Log: Version bump to 2.11.17, straight to stable. Bug 549786. (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.28 x11-drivers/xf86-video-geode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 22 Oct 2014 17:17:58 -0000 1.27 +++ ChangeLog 24 May 2015 02:58:31 -0000 1.28 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-geode -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.27 2014/10/22 17:17:58 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.28 2015/05/24 02:58:31 mattst88 Exp $ + +*xf86-video-geode-2.11.17 (24 May 2015) + + 24 May 2015; Matt Turner <[email protected]> + +xf86-video-geode-2.11.17.ebuild: + Version bump to 2.11.17, straight to stable. Bug 549786. *xf86-video-geode-2.11.16 (22 Oct 2014) 1.1 x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-geode-2.11.17.ebuild =================================================================== # Copyright 1999-2015 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.17.ebuild,v 1.1 2015/05/24 02:58:31 mattst88 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 )" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable ztv) ) xorg-2_src_configure }
