Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.12.1-r1.ebuild xf86-video-ati-6.11.0.ebuild xf86-video-ati-6.12.1.ebuild
Date: Tue, 31 Mar 2009 15:03:54
Message-Id: E1LofVG-0003or-DM@stork.gentoo.org
1 scarabeus 09/03/31 15:03:50
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.12.1-r1.ebuild
5 Removed: xf86-video-ati-6.11.0.ebuild
6 xf86-video-ati-6.12.1.ebuild
7 Log:
8 Revision bump. Apply upstream patches for various bugs. Remove old.
9 (Portage version: 2.2_rc28/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.78 x11-drivers/xf86-video-ati/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.78&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.78&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.77&r2=1.78
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
21 retrieving revision 1.77
22 retrieving revision 1.78
23 diff -u -r1.77 -r1.78
24 --- ChangeLog 21 Mar 2009 00:37:30 -0000 1.77
25 +++ ChangeLog 31 Mar 2009 15:03:50 -0000 1.78
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-drivers/xf86-video-ati
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.77 2009/03/21 00:37:30 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.78 2009/03/31 15:03:50 scarabeus Exp $
31 +
32 +*xf86-video-ati-6.12.1-r1 (31 Mar 2009)
33 +
34 + 31 Mar 2009; Tomas Chvatal <scarabeus@g.o>
35 + -xf86-video-ati-6.11.0.ebuild, -xf86-video-ati-6.12.1.ebuild,
36 + +xf86-video-ati-6.12.1-r1.ebuild:
37 + Revision bump. Apply upstream patches for various bugs. Remove old.
38
39 *xf86-video-ati-6.12.1 (21 Mar 2009)
40
41
42
43
44 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-video-ati-6.12.1-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v 1.1 2009/03/31 15:03:50 scarabeus Exp $
54
55 # Must be before x-modular eclass is inherited
56 #SNAPSHOT="yes"
57
58 inherit x-modular eutils
59
60 DESCRIPTION="ATI video driver"
61
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="dri"
64
65 SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2"
66 SRC_URI="${SRC_URI}
67 ${SRC_PATCHES}"
68
69 RDEPEND=">=x11-base/xorg-server-1.2"
70 DEPEND="${RDEPEND}
71 >=x11-misc/util-macros-1.1.3
72 x11-proto/fontsproto
73 x11-proto/randrproto
74 x11-proto/videoproto
75 x11-proto/xextproto
76 x11-proto/xineramaproto
77 x11-proto/xf86miscproto
78 x11-proto/xproto
79 dri? ( x11-proto/glproto
80 x11-proto/xf86driproto
81 >=x11-libs/libdrm-2 )"
82
83 CONFIGURE_OPTIONS="$(use_enable dri)"
84
85 PATCHES=""
86
87 src_unpack() {
88 x-modular_src_unpack
89 if [[ -n "${SRC_PATCHES}" ]]; then
90 EPATCH_FORCE="yes" \
91 EPATCH_SOURCE="${WORKDIR}/patches" \
92 EPATCH_SUFFIX="patch" \
93 epatch
94 fi
95 }
96
97 pkg_postinst() {
98 x-modular_pkg_postinst
99
100 ewarn "If you have a mach64 or r128 video card, read this"
101 ewarn "The mach64 and r128 drivers moved to their own packages,"
102 ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
103 ewarn "automatically by xorg-server and you have one of these cards,"
104 ewarn "check your VIDEO_CARDS settings."
105 ebeep
106 epause
107 }