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-geode: xf86-video-geode-2.11.14.ebuild ChangeLog
Date: Wed, 28 Nov 2012 00:32:25
Message-Id: 20121128003214.4754D20C65@flycatcher.gentoo.org
1 chithanh 12/11/28 00:32:14
2
3 Modified: ChangeLog
4 Added: xf86-video-geode-2.11.14.ebuild
5 Log:
6 Version bump, bug #444680.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.19 x11-drivers/xf86-video-geode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 10 Aug 2012 22:54:27 -0000 1.18
24 +++ ChangeLog 28 Nov 2012 00:32:14 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-geode
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.18 2012/08/10 22:54:27 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.19 2012/11/28 00:32:14 chithanh Exp $
30 +
31 +*xf86-video-geode-2.11.14 (28 Nov 2012)
32 +
33 + 28 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-video-geode-2.11.14.ebuild:
35 + Version bump, bug #444680.
36
37 10 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
38 xf86-video-geode-2.11.12.ebuild, xf86-video-geode-2.11.13.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-video-geode/xf86-video-geode-2.11.14.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.14.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.14.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-geode-2.11.14.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.14.ebuild,v 1.1 2012/11/28 00:32:14 chithanh Exp $
52
53 EAPI=4
54 inherit xorg-2
55
56 DESCRIPTION="AMD Geode GX and LX video driver"
57
58 KEYWORDS="~x86"
59 IUSE="ztv"
60
61 RDEPEND=""
62 DEPEND="${RDEPEND}
63 ztv? (
64 sys-kernel/linux-headers
65 )"
66
67 pkg_setup() {
68 XORG_CONFIGURE_OPTIONS=(
69 $(use_enable ztv)
70 )
71 xorg-2_pkg_setup
72 }