mattst88 15/05/24 03:08:33 Modified: ChangeLog Added: xf86-video-mach64-6.9.5.ebuild Log: Version bump to 6.9.5 for bug 541896. Straight to stable. (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.48 x11-drivers/xf86-video-mach64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 4 Jan 2013 14:09:48 -0000 1.47 +++ ChangeLog 24 May 2015 03:08:33 -0000 1.48 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-mach64 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.47 2013/01/04 14:09:48 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.48 2015/05/24 03:08:33 mattst88 Exp $ + +*xf86-video-mach64-6.9.5 (24 May 2015) + + 24 May 2015; Matt Turner <[email protected]> + +xf86-video-mach64-6.9.5.ebuild: + Version bump to 6.9.5 for bug 541896. Straight to stable. 04 Jan 2013; Agostino Sarubbo <[email protected]> xf86-video-mach64-6.9.4.ebuild: Stable for ppc64, wrt bug #448562 1.1 x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.5.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-mach64-6.9.5.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-mach64/xf86-video-mach64-6.9.5.ebuild,v 1.1 2015/05/24 03:08:33 mattst88 Exp $ EAPI=5 XORG_DRI="dri" inherit xorg-2 DESCRIPTION="ATI Mach64 video driver" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.10 >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable dri) ) xorg-2_pkg_setup }
