Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.4.0.ebuild ChangeLog xf86-video-ati-7.2.0.ebuild
Date: Thu, 26 Jun 2014 10:28:29
Message-Id: 20140626102825.BC7FB2004E@flycatcher.gentoo.org
1 chithanh 14/06/26 10:28:25
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-7.4.0.ebuild
5 Removed: xf86-video-ati-7.2.0.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
10
11 Revision Changes Path
12 1.216 x11-drivers/xf86-video-ati/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.216&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.216&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.215&r2=1.216
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
21 retrieving revision 1.215
22 retrieving revision 1.216
23 diff -u -r1.215 -r1.216
24 --- ChangeLog 19 Apr 2014 17:47:24 -0000 1.215
25 +++ ChangeLog 26 Jun 2014 10:28:25 -0000 1.216
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-drivers/xf86-video-ati
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.215 2014/04/19 17:47:24 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.216 2014/06/26 10:28:25 chithanh Exp $
31 +
32 +*xf86-video-ati-7.4.0 (26 Jun 2014)
33 +
34 + 26 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xf86-video-ati-7.4.0.ebuild, -xf86-video-ati-7.2.0.ebuild:
36 + Version bump. Remove old.
37
38 19 Apr 2014; Agostino Sarubbo <ago@g.o> xf86-video-ati-7.3.0.ebuild:
39 Stable for sparc, wrt bug #500368
40
41
42
43 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild
44
45 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
46 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
47
48 Index: xf86-video-ati-7.4.0.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 XORG_DRI=always
57 inherit linux-info xorg-2
58
59 DESCRIPTION="ATI video driver"
60
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="+glamor udev"
63
64 RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon]
65 glamor? ( || (
66 x11-base/xorg-server[glamor]
67 >=x11-libs/glamor-0.6
68 ) )
69 udev? ( virtual/udev )"
70 DEPEND="${RDEPEND}"
71
72 pkg_pretend() {
73 if use kernel_linux ; then
74 if kernel_is -ge 3 9; then
75 CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
76 else
77 CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
78 fi
79 fi
80 check_extra_config
81 }
82
83 src_configure() {
84 XORG_CONFIGURE_OPTIONS=(
85 $(use_enable glamor)
86 $(use_enable udev)
87 )
88 xorg-2_src_configure
89 }