Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-virtualbox: ChangeLog xf86-input-virtualbox-1.6.4-r1.ebuild xf86-input-virtualbox-1.6.6.ebuild xf86-input-virtualbox-1.5.6.ebuild
Date: Sat, 06 Sep 2008 19:27:29
Message-Id: E1Kc3RD-0005ha-D2@stork.gentoo.org
1 jokey 08/09/06 19:27:15
2
3 Modified: ChangeLog xf86-input-virtualbox-1.6.4-r1.ebuild
4 Added: xf86-input-virtualbox-1.6.6.ebuild
5 Removed: xf86-input-virtualbox-1.5.6.ebuild
6 Log:
7 Port from dev overlay
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
9
10 Revision Changes Path
11 1.4 x11-drivers/xf86-input-virtualbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 30 Aug 2008 19:16:37 -0000 1.3
24 +++ ChangeLog 6 Sep 2008 19:27:14 -0000 1.4
25 @@ -1,6 +1,22 @@
26 # ChangeLog for x11-drivers/xf86-input-virtualbox
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.3 2008/08/30 19:16:37 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.4 2008/09/06 19:27:14 jokey Exp $
30 +
31 +*xf86-input-virtualbox-1.6.6 (06 Sep 2008)
32 +
33 + 06 Sep 2008; Markus Ullmann <jokey@g.o>
34 + -files/xf86-input-virtualbox-1.5.6-remove-alsa.patch,
35 + files/xf86-input-virtualbox-1.6.4-fix-missing-makefiles.patch,
36 + -xf86-input-virtualbox-1.5.6.ebuild,
37 + xf86-input-virtualbox-1.6.4-r1.ebuild,
38 + +xf86-input-virtualbox-1.6.6.ebuild:
39 + Port from dev overlay
40 +
41 + 03 Sep 2008; Alessio Cassibba (X-Drum) <swapon@×××××.com>
42 + xf86-input-virtualbox-1.6.4-r1.ebuild,
43 + +xf86-input-virtualbox-1.6.6.ebuild:
44 + Version bump; fix SRC_URI; add dev-util/kbuild and dev-lang/yasm to DEPEND
45 + and force to build without shipped binaries (kBuild, yasm), wrt bug #232775;
46
47 *xf86-input-virtualbox-1.6.4-r1 (30 Aug 2008)
48
49
50
51
52 1.2 x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild?r1=1.1&r2=1.2
57
58 Index: xf86-input-virtualbox-1.6.4-r1.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- xf86-input-virtualbox-1.6.4-r1.ebuild 30 Aug 2008 19:16:37 -0000 1.1
65 +++ xf86-input-virtualbox-1.6.4-r1.ebuild 6 Sep 2008 19:27:14 -0000 1.2
66 @@ -1,13 +1,13 @@
67 # Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild,v 1.1 2008/08/30 19:16:37 jokey Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.4-r1.ebuild,v 1.2 2008/09/06 19:27:14 jokey Exp $
71
72 inherit x-modular eutils
73
74 MY_P=VirtualBox-${PV}-OSE
75 DESCRIPTION="VirtualBox input driver"
76 HOMEPAGE="http://www.virtualbox.org/"
77 -SRC_URI="http://www.virtualbox.org/download/${PV}/${MY_P}.tar.bz2"
78 +SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2"
79
80 LICENSE="GPL-2"
81 SLOT="0"
82
83
84
85 1.1 x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild?rev=1.1&content-type=text/plain
89
90 Index: xf86-input-virtualbox-1.6.6.ebuild
91 ===================================================================
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild,v 1.1 2008/09/06 19:27:14 jokey Exp $
95
96 inherit x-modular eutils
97
98 MY_P=VirtualBox-${PV}-OSE
99 DESCRIPTION="VirtualBox input driver"
100 HOMEPAGE="http://www.virtualbox.org/"
101 SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2"
102
103 LICENSE="GPL-2"
104 SLOT="0"
105 KEYWORDS="~amd64 ~x86"
106 IUSE=""
107
108 RDEPEND="x11-base/xorg-server"
109 DEPEND="${RDEPEND}
110 dev-util/kbuild
111 >=dev-lang/yasm-0.6.2
112 sys-devel/dev86
113 sys-power/iasl
114 x11-proto/inputproto
115 x11-proto/randrproto
116 x11-proto/xproto"
117
118 S=${WORKDIR}/${MY_P/-OSE/}
119
120 src_unpack() {
121 unpack ${A}
122 cd "${S}"
123
124 # Remove shipped binaries (kBuild,yasm), see bug #232775
125 rm -rf kBuild/bin tools
126 }
127
128 src_compile() {
129 # build the user-space tools, warnings are harmless
130 ./configure --nofatal \
131 --disable-xpcom \
132 --disable-sdl-ttf \
133 --disable-pulse \
134 --disable-alsa \
135 --build-headless || die "configure failed"
136 source ./env.sh
137
138 for each in src/VBox/{Runtime,Additions/common/VBoxGuestLib} \
139 src/VBox/Additions/x11/xmouse ; do
140 MAKE="kmk" emake TOOL_YASM_AS=yasm \
141 || die "kmk failed"
142 done
143 }
144
145 src_install() {
146 cd "${S}/out/linux.${ARCH}/release/bin/additions"
147 insinto /usr/lib/xorg/modules/input
148
149 if has_version "<x11-base/xorg-server-1.4" ; then
150 newins vboxmouse_drv_71.so vboxmouse_drv.so
151 else
152 newins vboxmouse_drv_14.so vboxmouse_drv.so
153 fi
154 }
155
156 pkg_postinst() {
157 elog "You need to edit the file /etc/X11/xorg.conf and set:"
158 elog ""
159 elog " Driver \"vboxmouse\""
160 elog ""
161 elog "in the Core Pointer's InputDevice section (Section \"InputDevice\")"
162 elog ""
163 }