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: xf86-video-ati-6.12.4.ebuild ChangeLog xf86-video-ati-6.12.2-r1.ebuild
Date: Fri, 11 Sep 2009 13:05:58
Message-Id: E1Mm5p6-0002UM-Aq@stork.gentoo.org
1 scarabeus 09/09/11 13:05:56
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.12.4.ebuild
5 Removed: xf86-video-ati-6.12.2-r1.ebuild
6 Log:
7 Version bump. Remove old.
8 (Portage version: 2.2_rc38/cvs/Linux i686)
9
10 Revision Changes Path
11 1.92 x11-drivers/xf86-video-ati/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.92&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.92&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.91&r2=1.92
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
20 retrieving revision 1.91
21 retrieving revision 1.92
22 diff -u -r1.91 -r1.92
23 --- ChangeLog 27 Jul 2009 14:06:36 -0000 1.91
24 +++ ChangeLog 11 Sep 2009 13:05:56 -0000 1.92
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-ati
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.91 2009/07/27 14:06:36 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.92 2009/09/11 13:05:56 scarabeus Exp $
30 +
31 +*xf86-video-ati-6.12.4 (11 Sep 2009)
32 +
33 + 11 Sep 2009; Tomáš Chvátal <scarabeus@g.o>
34 + -xf86-video-ati-6.12.2-r1.ebuild, +xf86-video-ati-6.12.4.ebuild:
35 + Version bump. Remove old.
36
37 *xf86-video-ati-6.12.2-r1 (27 Jul 2009)
38
39
40
41
42 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-ati-6.12.4.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild,v 1.1 2009/09/11 13:05:56 scarabeus Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 EAPI=2
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=""
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[-minimal]"
70 DEPEND="${RDEPEND}
71 >=x11-libs/libdrm-2
72 >=x11-misc/util-macros-1.1.3
73 x11-proto/fontsproto
74 x11-proto/glproto
75 x11-proto/randrproto
76 x11-proto/videoproto
77 x11-proto/xextproto
78 x11-proto/xineramaproto
79 x11-proto/xf86driproto
80 x11-proto/xf86miscproto
81 x11-proto/xproto
82 "
83 CONFIGURE_OPTIONS="--enable-dri"
84
85 #PATCHES=""
86
87 src_prepare() {
88 x-modular_src_prepare
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 }