diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-26 11:17:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-26 11:17:33 +0000 |
commit | 8226a3287e169b9d310ee2487500044103921bfd (patch) | |
tree | 254c07b92935ea5a0c88bd79acacfcb808c47123 /x11-drivers | |
parent | Today's Python patches (diff) | |
download | gentoo-2-8226a3287e169b9d310ee2487500044103921bfd.tar.gz gentoo-2-8226a3287e169b9d310ee2487500044103921bfd.tar.bz2 gentoo-2-8226a3287e169b9d310ee2487500044103921bfd.zip |
old
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-virtualbox/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.2-r1.ebuild | 112 |
2 files changed, 0 insertions, 113 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/Manifest b/x11-drivers/xf86-input-virtualbox/Manifest index 3bdcbe7b683f..1ff229aa6e6e 100644 --- a/x11-drivers/xf86-input-virtualbox/Manifest +++ b/x11-drivers/xf86-input-virtualbox/Manifest @@ -3,7 +3,6 @@ DIST VirtualBox-3.2.12-OSE.tar.bz2 58239733 RMD160 9bcb80327655d77cede13b1f76b1f DIST VirtualBox-4.0.2.tar.bz2 69867297 RMD160 50677557729595d77f152157bbb65018beca6c4b SHA1 82218448fd572ae706c4455fc9e7e0a970ea8bd1 SHA256 3dbb3303a6237b8a3732c0bb12abc89ae3ad5c804579bc1390325713c741c568 DIST VirtualBox-4.0.4.tar.bz2 70190670 RMD160 5445bd0ff31adee6de872ae02058fa104c986b82 SHA1 4ca74dd7ac4314058df811d6e69f60d412456328 SHA256 f049fe428e2f54c6a4593283ad44680051bd582253f2863b71ed3379a77b0ac7 EBUILD xf86-input-virtualbox-3.2.12.ebuild 2832 RMD160 296c8cbe9fc9a9506e5a00dd2ce8f0ae1efdf691 SHA1 1261aa2ac3d46ca4c7ce4673d260e6fd8fdc7a9d SHA256 8c978891c1c2271fd28c63f23bf1d4cdb0c108e803648913464b45d980a87db4 -EBUILD xf86-input-virtualbox-4.0.2-r1.ebuild 3295 RMD160 21dc34682cecaf40c9e465ba2ed4a5a52445fb7b SHA1 3c8aaa415f81462365b8ec88371df26d74c8a803 SHA256 a658f2ff6f2c1c853e2e7ef085ca9c377d725b12931b1ebf372f5cf9e4099f8e EBUILD xf86-input-virtualbox-4.0.2-r2.ebuild 2930 RMD160 a973f3274bc76885cdf3ba5c19e2d4cb89be84a0 SHA1 b36b8c11f19830f905abe9e27556f0f1c58ae710 SHA256 15e22c79b2e74cc4a969226da4a1129922f59f238949ddd19a27c9683f8988a4 EBUILD xf86-input-virtualbox-4.0.4.ebuild 2930 RMD160 ead191595118bb7fd60d5f44746f9bb43e62c96a SHA1 c979404bd8105e9b37297125647906d9433e7d4a SHA256 a7bcf3d988373ce8030d5cf81d7b74d51b376ac70f686ab7b5c7086fd136f8e0 MISC ChangeLog 14199 RMD160 0e0264f348693b8c2a433e6ba1a6dbf4fe662da4 SHA1 3f3531d29bae4004116027d0274eb7f4220cccca SHA256 835a10314224afafc2b97e54d3a96d40641e696901b08070c2974dcb523cbc96 diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.2-r1.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.2-r1.ebuild deleted file mode 100644 index f7bb1964a219..000000000000 --- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.2-r1.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# 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-4.0.2-r1.ebuild,v 1.1 2011/01/30 12:09:21 polynomial-c Exp $ - -EAPI=2 - -inherit eutils multilib linux-info - -MY_P=VirtualBox-${PV} -DESCRIPTION="VirtualBox input driver" -HOMEPAGE="http://www.virtualbox.org/" -SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="hal" - -RDEPEND="x11-base/xorg-server - || ( x11-drivers/xf86-input-mouse - x11-drivers/xf86-input-evdev ) - hal? ( sys-apps/hal )" -DEPEND="${RDEPEND} - >=dev-util/kbuild-0.1.5-r1 - >=dev-lang/yasm-0.6.2 - sys-devel/dev86 - sys-power/iasl - x11-proto/inputproto - x11-proto/randrproto - x11-proto/xproto" - -S="${WORKDIR}/${MY_P}_OSE" - -src_prepare() { - if kernel_is -ge 2 6 33 ; then - # evil patch for new kernels - header moved - grep -lR linux/autoconf.h * | xargs sed -i -e 's:<linux/autoconf.h>:<generated/autoconf.h>:' || die "Failed replacing" - fi - # Remove shipped binaries (kBuild,yasm), see bug #232775 - rm -rf kBuild/bin tools - - # Disable things unused or splitted into separate ebuilds - cp "${FILESDIR}/${PN}-3-localconfig" LocalConfig.kmk -} - -src_configure() { - # build the user-space tools, warnings are harmless - ./configure --nofatal \ - --disable-xpcom \ - --disable-sdl-ttf \ - --disable-pulse \ - --disable-alsa \ - --build-headless || die "configure failed" - source ./env.sh -} - -src_compile() { - for each in /src/VBox/{Runtime,Additions/common/VBoxGuestLib} \ - /src/VBox/Additions/x11/vboxmouse ; do - cd "${S}"${each} - MAKE="kmk" emake TOOL_YASM_AS=yasm \ - KBUILD_PATH="${S}/kBuild" \ - || die "kmk failed" - done -} - -src_install() { - cd "${S}/out/linux.${ARCH}/release/bin/additions" - insinto /usr/$(get_libdir)/xorg/modules/input - - # xorg-server-1.9 - if has_version "=x11-base/xorg-server-1.9*" ; then - newins vboxmouse_drv_19.so vboxmouse_drv.so - # xorg-server-1.8 - elif has_version "=x11-base/xorg-server-1.8*" ; then - newins vboxmouse_drv_18.so vboxmouse_drv.so - # xorg-server-1.7 - else - newins vboxmouse_drv_17.so vboxmouse_drv.so - fi - - cd "${S}/src/VBox/Additions/linux/installer" || die - # install hal information file about the mouse driver - if use hal; then - insinto /etc/hal/fdi/policy - doins 90-vboxguest.fdi - fi - - if has_version ">=x11-base/xorg-server-1.8" ; then - # install udev information file about the mouse driver - insinto /etc/udev/rules.d - doins 70-xorg-vboxmouse.rules - - # install X11 information file about the mouse driver - insinto /etc/X11/xorg.conf.d - doins "${S}/src/VBox/Additions/x11/Installer/50-vboxmouse.conf" - fi -} - -pkg_postinst() { - elog "You need to edit the file /etc/X11/xorg.conf and set:" - elog "" - elog " Driver \"vboxmouse\"" - elog "" - elog "in the Core Pointer's InputDevice section (Section \"InputDevice\")" - elog "" - elog "Up to version 1.8, 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" - elog "This is no longer necessary for X.Org Server 1.9 or higher. Use" - elog "the server's udev autodetection with such versions." -} |