chithanh    14/06/26 10:28:25

  Modified:             ChangeLog
  Added:                xf86-video-ati-7.4.0.ebuild
  Removed:              xf86-video-ati-7.2.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  Changes    Path
1.216                x11-drivers/xf86-video-ati/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.216&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.216&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   19 Apr 2014 17:47:24 -0000      1.215
+++ ChangeLog   26 Jun 2014 10:28:25 -0000      1.216
@@ -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.215 2014/04/19 17:47:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 
1.216 2014/06/26 10:28:25 chithanh Exp $
+
+*xf86-video-ati-7.4.0 (26 Jun 2014)
+
+  26 Jun 2014; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
+  +xf86-video-ati-7.4.0.ebuild, -xf86-video-ati-7.2.0.ebuild:
+  Version bump. Remove old.
 
   19 Apr 2014; Agostino Sarubbo <a...@gentoo.org> xf86-video-ati-7.3.0.ebuild:
   Stable for sparc, wrt bug #500368



1.1                  x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.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.4.0.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-ati-7.4.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.4.0.ebuild,v
 1.1 2014/06/26 10:28:25 chithanh Exp $

EAPI=5

XORG_DRI=always
inherit linux-info xorg-2

DESCRIPTION="ATI video driver"

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+glamor udev"

RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon]
        glamor? ( || (
                x11-base/xorg-server[glamor]
                >=x11-libs/glamor-0.6
        ) )
        udev? ( virtual/udev )"
DEPEND="${RDEPEND}"

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
}




Reply via email to