Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-virtualbox: xf86-input-virtualbox-3.2.12.ebuild ChangeLog
Date: Sat, 01 Jan 2011 11:25:26
Message-Id: 20110101112513.AF85120054@flycatcher.gentoo.org
1 polynomial-c 11/01/01 11:25:13
2
3 Modified: xf86-input-virtualbox-3.2.12.ebuild ChangeLog
4 Log:
5 Added evdev driver as well.
6
7 (Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild?r1=1.3&r2=1.4
15
16 Index: xf86-input-virtualbox-3.2.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xf86-input-virtualbox-3.2.12.ebuild 31 Dec 2010 14:44:23 -0000 1.3
23 +++ xf86-input-virtualbox-3.2.12.ebuild 1 Jan 2011 11:25:13 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild,v 1.3 2010/12/31 14:44:23 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild,v 1.4 2011/01/01 11:25:13 polynomial-c Exp $
30
31 EAPI=2
32
33 @@ -17,7 +17,8 @@
34 IUSE="hal"
35
36 RDEPEND="x11-base/xorg-server
37 - x11-drivers/xf86-input-mouse
38 + || ( x11-drivers/xf86-input-mouse
39 + x11-drivers/xf86-input-evdev )
40 hal? ( sys-apps/hal )"
41 DEPEND="${RDEPEND}
42 >=dev-util/kbuild-0.1.5-r1
43
44
45
46 1.50 x11-drivers/xf86-input-virtualbox/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?rev=1.50&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?rev=1.50&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?r1=1.49&r2=1.50
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v
55 retrieving revision 1.49
56 retrieving revision 1.50
57 diff -u -r1.49 -r1.50
58 --- ChangeLog 31 Dec 2010 14:44:23 -0000 1.49
59 +++ ChangeLog 1 Jan 2011 11:25:13 -0000 1.50
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-drivers/xf86-input-virtualbox
62 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.49 2010/12/31 14:44:23 hwoarang Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.50 2011/01/01 11:25:13 polynomial-c Exp $
66 +
67 + 01 Jan 2011; Lars Wendler <polynomial-c@g.o>
68 + xf86-input-virtualbox-3.2.12.ebuild:
69 + Added evdev driver as well.
70
71 31 Dec 2010; Markos Chandras <hwoarang@g.o>
72 xf86-input-virtualbox-3.2.12.ebuild: