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-impact: xf86-video-impact-0.2.0.ebuild
Date: Wed, 30 Sep 2009 21:29:23
Message-Id: E1Mt6jh-0006Xz-KI@stork.gentoo.org
1 ssuominen 09/09/30 21:29:21
2
3 Modified: xf86-video-impact-0.2.0.ebuild
4 Log:
5 repoman issues
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild?r1=1.4&r2=1.5
14
15 Index: xf86-video-impact-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- xf86-video-impact-0.2.0.ebuild 11 Oct 2006 00:27:00 -0000 1.4
22 +++ xf86-video-impact-0.2.0.ebuild 30 Sep 2009 21:29:21 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild,v 1.4 2006/10/11 00:27:00 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild,v 1.5 2009/09/30 21:29:21 ssuominen Exp $
29
30 # Must be before x-modular eclass is inherited
31 # SNAPSHOT="yes"
32 @@ -10,6 +10,8 @@
33
34 DESCRIPTION="Impact video driver"
35 KEYWORDS="-* mips"
36 +IUSE=""
37 +
38 RDEPEND=">=x11-base/xorg-server-1.0.99"
39 DEPEND="${RDEPEND}
40 x11-proto/fontsproto
41 @@ -18,4 +20,4 @@
42 x11-proto/videoproto
43 x11-proto/xproto"
44
45 -PATCHES="${FILESDIR}/${P}-DCACHE.patch"
46 +PATCHES=( "${FILESDIR}/${P}-DCACHE.patch" )