vapier 14/10/16 16:20:10 Modified: ChangeLog Added: xf86-video-ati-7.5.0.ebuild Log: Version bump #524884 by jospezial. Add missing dependencies #515478 by Patrick Lauer. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.217 x11-drivers/xf86-video-ati/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.217&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.217&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.216&r2=1.217 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- ChangeLog 26 Jun 2014 10:28:25 -0000 1.216 +++ ChangeLog 16 Oct 2014 16:20:10 -0000 1.217 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.216 2014/06/26 10:28:25 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.217 2014/10/16 16:20:10 vapier Exp $ + +*xf86-video-ati-7.5.0 (16 Oct 2014) + + 16 Oct 2014; Mike Frysinger <[email protected]> +xf86-video-ati-7.5.0.ebuild: + Version bump #524884 by jospezial. Add missing dependencies #515478 by + Patrick Lauer. *xf86-video-ati-7.4.0 (26 Jun 2014) 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-ati-7.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild,v 1.1 2014/10/16 16:20:10 vapier Exp $ EAPI=5 XORG_DRI=always inherit linux-info xorg-2 DESCRIPTION="ATI video driver" HOMEPAGE="http://www.x.org/wiki/ati/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+glamor udev" RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( || ( x11-base/xorg-server[glamor] >=x11-libs/glamor-0.6 ) ) udev? ( virtual/udev )" DEPEND="${RDEPEND} x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xf86driproto x11-proto/xproto" pkg_pretend() { if use kernel_linux ; then if kernel_is -ge 3 9; then CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON" else CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" fi fi check_extra_config } src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable glamor) $(use_enable udev) ) xorg-2_src_configure }
