mattst88 15/05/08 21:46:07 Modified: ChangeLog Added: xf86-video-savage-2.3.8.ebuild Log: Version bump to 2.3.8, straight to stable. Bug 542242. (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.93 x11-drivers/xf86-video-savage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 8 Oct 2013 05:06:38 -0000 1.92 +++ ChangeLog 8 May 2015 21:46:07 -0000 1.93 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-savage -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog,v 1.92 2013/10/08 05:06:38 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog,v 1.93 2015/05/08 21:46:07 mattst88 Exp $ + +*xf86-video-savage-2.3.8 (08 May 2015) + + 08 May 2015; Matt Turner <[email protected]> + +xf86-video-savage-2.3.8.ebuild: + Version bump to 2.3.8, straight to stable. Bug 542242. 08 Oct 2013; Agostino Sarubbo <[email protected]> xf86-video-savage-2.3.7.ebuild: Stable for x86, wrt bug #475480 1.1 x11-drivers/xf86-video-savage/xf86-video-savage-2.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.8.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-savage-2.3.8.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-savage/xf86-video-savage-2.3.8.ebuild,v 1.1 2015/05/08 21:46:07 mattst88 Exp $ EAPI=4 XORG_DRI=dri inherit xorg-2 DESCRIPTION="S3 Savage video driver" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="dri" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} >=x11-proto/xextproto-7.0.99.1" pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable dri) ) xorg-2_pkg_setup } pkg_postinst() { if has_version ">=x11-base/xorg-server-1.12.99"; then elog "Your X server no longer supports XAA, so xf86-video-savage will fall back" elog "to shadowFB. Enable EXA in your X.org configuration to still have some 2D" elog "acceleration. See \"man 4 savage\" for details." fi }
