Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.0.0.ebuild ChangeLog
Date: Sun, 02 Dec 2012 22:12:32
Message-Id: 20121202221214.703C32171D@flycatcher.gentoo.org
1 ssuominen 12/12/02 22:12:14
2
3 Modified: xf86-video-ati-7.0.0.ebuild ChangeLog
4 Log:
5 Use virtual/udev instead of sys-fs/udev wrt #444398
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.6 x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild?r1=1.5&r2=1.6
15
16 Index: xf86-video-ati-7.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xf86-video-ati-7.0.0.ebuild 28 Nov 2012 21:36:12 -0000 1.5
23 +++ xf86-video-ati-7.0.0.ebuild 2 Dec 2012 22:12:14 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild,v 1.5 2012/11/28 21:36:12 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.0.0.ebuild,v 1.6 2012/12/02 22:12:14 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -14,7 +14,7 @@
33
34 RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]
35 glamor? ( x11-libs/glamor )
36 - udev? ( sys-fs/udev )"
37 + udev? ( virtual/udev )"
38 DEPEND="${RDEPEND}"
39
40 src_configure() {
41
42
43
44 1.186 x11-drivers/xf86-video-ati/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.186&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.186&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.185&r2=1.186
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
53 retrieving revision 1.185
54 retrieving revision 1.186
55 diff -u -r1.185 -r1.186
56 --- ChangeLog 28 Nov 2012 21:36:12 -0000 1.185
57 +++ ChangeLog 2 Dec 2012 22:12:14 -0000 1.186
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-drivers/xf86-video-ati
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.185 2012/11/28 21:36:12 ranger Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.186 2012/12/02 22:12:14 ssuominen Exp $
63 +
64 + 02 Dec 2012; Samuli Suominen <ssuominen@g.o>
65 + xf86-video-ati-7.0.0.ebuild:
66 + Use virtual/udev instead of sys-fs/udev wrt #444398
67
68 28 Nov 2012; Brent Baude <ranger@g.o> xf86-video-ati-7.0.0.ebuild:
69 Marking xf86-video-ati-7.0.0 ppc stable for bug 440872