diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-14 19:20:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-14 19:20:21 +0000 |
commit | c9ae53657a7c731afe5e9b4faa4c61e16724987b (patch) | |
tree | a47e3671d64ae36c41294164e0f154fb2534fa3c /x11-drivers | |
parent | Stable on amd64 wrt bug #358665 (diff) | |
download | gentoo-2-c9ae53657a7c731afe5e9b4faa4c61e16724987b.tar.gz gentoo-2-c9ae53657a7c731afe5e9b4faa4c61e16724987b.tar.bz2 gentoo-2-c9ae53657a7c731afe5e9b4faa4c61e16724987b.zip |
Backport USE="hal" change because stable xorg-server doesn't support it anymore.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-virtualbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild | 18 |
2 files changed, 9 insertions, 16 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/ChangeLog b/x11-drivers/xf86-input-virtualbox/ChangeLog index 899f3c978fab..04161ba0bfc4 100644 --- a/x11-drivers/xf86-input-virtualbox/ChangeLog +++ b/x11-drivers/xf86-input-virtualbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-input-virtualbox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.60 2011/02/20 18:30:44 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.61 2011/03/14 19:20:21 ssuominen Exp $ + + 14 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> + xf86-input-virtualbox-3.2.12.ebuild: + Backport USE="hal" change because stable xorg-server doesn't support it + anymore. 20 Feb 2011; Lars Wendler <polynomial-c@gentoo.org> -xf86-input-virtualbox-3.1.8-r1.ebuild: diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild index 3910de783377..a9d9f8bdeb8d 100644 --- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild +++ b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild,v 1.5 2011/02/03 07:53:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.2.12.ebuild,v 1.6 2011/03/14 19:20:21 ssuominen Exp $ EAPI=2 @@ -14,12 +14,11 @@ SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="hal" +IUSE="" RDEPEND="x11-base/xorg-server || ( x11-drivers/xf86-input-mouse - x11-drivers/xf86-input-evdev ) - hal? ( sys-apps/hal )" + x11-drivers/xf86-input-evdev )" DEPEND="${RDEPEND} >=dev-util/kbuild-0.1.5-r1 >=dev-lang/yasm-0.6.2 @@ -78,13 +77,6 @@ src_install() { else newins vboxmouse_drv_17.so vboxmouse_drv.so fi - - # install hal information file about the mouse driver - if use hal; then - cd "${S}/src/VBox/Additions/linux/installer" - insinto /etc/hal/fdi/policy - doins 90-vboxguest.fdi - fi } pkg_postinst() { @@ -93,8 +85,4 @@ pkg_postinst() { elog " Driver \"vboxmouse\"" elog "" elog "in the Core Pointer's InputDevice section (Section \"InputDevice\")" - elog "" - elog "Starting with 1.5 version, X.Org Server can do mouse auto-detection." - elog "This ebuild provides a working default which has been installed into:" - elog " /etc/hal/fdi/policy/90-vboxguest.fdi" } |