diff options
author | x-drum <x-drum@localhost> | 2009-03-15 22:32:31 +0000 |
---|---|---|
committer | x-drum <x-drum@localhost> | 2009-03-15 22:32:31 +0000 |
commit | c7197b9bd50ccc8880e7b4ffe7563bfd464da858 (patch) | |
tree | 0275a767e0161892f2cc68fb06267277551bdc7b /x11-drivers | |
parent | Update SRC_URI due to upstream change (diff) | |
download | jokey-c7197b9bd50ccc8880e7b4ffe7563bfd464da858.tar.gz jokey-c7197b9bd50ccc8880e7b4ffe7563bfd464da858.tar.bz2 jokey-c7197b9bd50ccc8880e7b4ffe7563bfd464da858.zip |
remove stuff already in portage
svn path=/trunk/; revision=638
Diffstat (limited to 'x11-drivers')
6 files changed, 0 insertions, 327 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/Manifest b/x11-drivers/xf86-input-virtualbox/Manifest index 9c4e7f3..70d0860 100644 --- a/x11-drivers/xf86-input-virtualbox/Manifest +++ b/x11-drivers/xf86-input-virtualbox/Manifest @@ -1,9 +1,5 @@ AUX xf86-input-virtualbox-2-localconfig 876 RMD160 db4b06bd8646f237260e8d61c5651a1fb4c22787 SHA1 9ab92582b1e0cc8a6a36cbd2fb52974bc90a5e8d SHA256 a11765d7e2623a081857ede04a650151742ef827bc7675323b4f7b14d06a3d64 -DIST VirtualBox-1.6.6-OSE.tar.bz2 35483853 RMD160 4b17428371089806cf6f5e52d1905936f7beb01d SHA1 7c323b35d77277c650cbce2821ab6778d1e3270e SHA256 acb3c20ef751ed408489d7b5c2d5d441226055a6e83bfeb9258ce2d55baba4da -DIST VirtualBox-2.1.2-OSE.tar.bz2 47889575 RMD160 7deb3f77fa546872abdd16ca3eee39085e8509cf SHA1 1035a4a33a8106c7492b79ef58a7d7c2cf35ad29 SHA256 d3c1ae8ed7594094aaf8496204c5415479e1943e5b5179c5baae8a66885362de DIST VirtualBox-2.1.4-3-OSE.tar.bz2 47896952 RMD160 b1dcb6fad2d6fb392a1cbb38475f719e64228c5c SHA1 50e5f273d6407c404a8b04d17cad2c2a020eda2c SHA256 c3b4a38c5b18c833cd51ff27cd4e146aa686813cbef910d4dd584569c9e40b22 -EBUILD xf86-input-virtualbox-1.6.6.ebuild 1767 RMD160 3b864392d6a0fe6ee85db592699a6147665e6b5f SHA1 c08b562e9dee3d172b32c29c79d41c4cb4ead284 SHA256 fab67e47ee53819a79ead31b28218f5e00eb8a95eeeb152fc994744b0ed83492 -EBUILD xf86-input-virtualbox-2.1.2.ebuild 2155 RMD160 7c5c9998ce08627475dbe89368f4feb5eb56a14a SHA1 24d6b1767c9561c2ca89a66da5b40c124bee6241 SHA256 7b6065296c8d123dd8e23fc338934200666676ddd2aed331c9c29ea0ef1725ab EBUILD xf86-input-virtualbox-2.1.4.ebuild 2283 RMD160 b9f79243de4666c7ef350b2c9e96cb153774d93a SHA1 45d4715ac12c5e834482da64c3c420f8255a7d5f SHA256 505fb9e4febd517524f212f78dba0b3ad2fd64830413a8b52dc8274189702543 MISC ChangeLog 4864 RMD160 26c8d1b52a44d025637fa0dc7d540b5ed1f412ab SHA1 ac7ca20feba911ef683647edcb6efe3d0adf0996 SHA256 aeaca2ae3c4c83b2ba3a89f7d0f5a5c9ff55c08853d48cbf1abfbd8be39a96c1 MISC metadata.xml 344 RMD160 12935d5b21be85bc4222fd06371c93dcbf6f534e SHA1 68b99919921f246738cce4350b77d895e7c78106 SHA256 fff5aeb6f453d2e137765ca5016e81344cb0cd0cecd51d81bbb889cb1d7a5ba9 diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild deleted file mode 100644 index e7dce20..0000000 --- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-1.6.6.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2009 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-1.6.6.ebuild,v 1.3 2008/10/28 18:14:11 jokey Exp $ - -inherit x-modular eutils - -MY_P=VirtualBox-${PV}-OSE -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="" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - dev-util/kbuild - >=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_unpack() { - unpack ${A} - cd "${S}" - - # Remove shipped binaries (kBuild,yasm), see bug #232775 - rm -rf kBuild/bin tools -} - -src_compile() { - # 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 - - for each in src/VBox/{Runtime,Additions/common/VBoxGuestLib} \ - src/VBox/Additions/x11/xmouse ; do - MAKE="kmk" emake TOOL_YASM_AS=yasm \ - || die "kmk failed" - done -} - -src_install() { - cd "${S}/out/linux.${ARCH}/release/bin/additions" - insinto /usr/lib/xorg/modules/input - - if has_version "<x11-base/xorg-server-1.4" ; then - newins vboxmouse_drv_71.so vboxmouse_drv.so - else - newins vboxmouse_drv_14.so vboxmouse_drv.so - 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 "" -} diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-2.1.2.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-2.1.2.ebuild deleted file mode 100644 index 4b23a77..0000000 --- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-2.1.2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit x-modular eutils - -MY_P=VirtualBox-${PV}-OSE -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 - hal? ( sys-apps/hal )" -DEPEND="${RDEPEND} - >=dev-util/kbuild-0.1.5 - >=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/_OSE} - -src_prepare() { - # Remove shipped binaries (kBuild,yasm), see bug #232775 - rm -rf kBuild/bin tools - - # Disable things unused or splitted into separate ebuilds - cp "${FILESDIR}/${PN}-2-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/xmouse ; 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/lib/xorg/modules/input - - if has_version ">=x11-base/xorg-server-1.5" ; then - newins vboxmouse_drv_15.so vboxmouse_drv.so - elif has_version ">=x11-base/xorg-server-1.4" \ - && has_version "<x11-base/xorg-server-1.5" ; then - newins vboxmouse_drv_14.so vboxmouse_drv.so - else - newins vboxmouse_drv_71.so vboxmouse_drv.so - fi - - if use hal; then - cd "${S}/src/VBox/Additions/linux/installer" - insinto /usr/share/hal/fdi/information/20thirdparty - doins 90-vboxguest.fdi - 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 "" -} diff --git a/x11-drivers/xf86-video-virtualbox/Manifest b/x11-drivers/xf86-video-virtualbox/Manifest index d312f06..80fa607 100644 --- a/x11-drivers/xf86-video-virtualbox/Manifest +++ b/x11-drivers/xf86-video-virtualbox/Manifest @@ -1,9 +1,5 @@ AUX xf86-video-virtualbox-2-localconfig 876 RMD160 db4b06bd8646f237260e8d61c5651a1fb4c22787 SHA1 9ab92582b1e0cc8a6a36cbd2fb52974bc90a5e8d SHA256 a11765d7e2623a081857ede04a650151742ef827bc7675323b4f7b14d06a3d64 -DIST VirtualBox-1.6.6-OSE.tar.bz2 35483853 RMD160 4b17428371089806cf6f5e52d1905936f7beb01d SHA1 7c323b35d77277c650cbce2821ab6778d1e3270e SHA256 acb3c20ef751ed408489d7b5c2d5d441226055a6e83bfeb9258ce2d55baba4da -DIST VirtualBox-2.1.2-OSE.tar.bz2 47889575 RMD160 7deb3f77fa546872abdd16ca3eee39085e8509cf SHA1 1035a4a33a8106c7492b79ef58a7d7c2cf35ad29 SHA256 d3c1ae8ed7594094aaf8496204c5415479e1943e5b5179c5baae8a66885362de DIST VirtualBox-2.1.4-3-OSE.tar.bz2 47896952 RMD160 b1dcb6fad2d6fb392a1cbb38475f719e64228c5c SHA1 50e5f273d6407c404a8b04d17cad2c2a020eda2c SHA256 c3b4a38c5b18c833cd51ff27cd4e146aa686813cbef910d4dd584569c9e40b22 -EBUILD xf86-video-virtualbox-1.6.6.ebuild 1829 RMD160 5c2223d31a48197204f0dc2af1305daa203f75da SHA1 47d22c17b1d0de966815854e02eca787b4f64fb2 SHA256 7936028b6638e4307652ca91cbc6997a571ed938b2f365b3841f4011e88a521c -EBUILD xf86-video-virtualbox-2.1.2.ebuild 2036 RMD160 c21eb4432b1d516779f60c3e9639843bfcc240bf SHA1 92da5841a54b5e5cdf989629e5d5b1f0ffe51e9b SHA256 abfbaaedc577a3d0775947b61017b9f81dbddb313fab685a36708d8571a443f7 EBUILD xf86-video-virtualbox-2.1.4.ebuild 2164 RMD160 5c74eeea910a438590da265cbee27ce866ea6b92 SHA1 5797daa2239df3032c2c1fdad38e98d542b1a620 SHA256 90dfa30205b453504a1c20f798c0d5df0c24d00d16e31a651f58deff63ff3570 MISC ChangeLog 4748 RMD160 c94cda8c9d8aefe8fcabe3f7a0539a29db56f958 SHA1 c9c9b7763a50647c8bbdc2ff501ae6c3a50cae10 SHA256 16473b808786ba2ee6620731dbca57fc813d41dc7d9d4c7097579a1c32fca1bd MISC metadata.xml 344 RMD160 12935d5b21be85bc4222fd06371c93dcbf6f534e SHA1 68b99919921f246738cce4350b77d895e7c78106 SHA256 fff5aeb6f453d2e137765ca5016e81344cb0cd0cecd51d81bbb889cb1d7a5ba9 diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild deleted file mode 100644 index 9c9cf38..0000000 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild,v 1.3 2008/10/28 18:14:55 jokey Exp $ - -inherit x-modular eutils - -MY_P=VirtualBox-${PV}-OSE -DESCRIPTION="VirtualBox video 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="" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - dev-util/kbuild - >=dev-lang/yasm-0.6.2 - sys-devel/dev86 - sys-power/iasl - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xineramaproto - x11-proto/xproto" - -S=${WORKDIR}/${MY_P/-OSE/} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Remove shipped binaries (kBuild,yasm), see bug #232775 - rm -rf kBuild/bin tools -} - -src_compile() { - # 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 - - for each in src/VBox/{Runtime,Additions/common/VBoxGuestLib} \ - src/VBox/Additions/x11/xgraphics ; do - MAKE="kmk" emake TOOL_YASM_AS=yasm \ - || die "kmk failed" - done -} - -src_install() { - cd "${S}/out/linux.${ARCH}/release/bin/additions" - insinto /usr/lib/xorg/modules/drivers - - if has_version "<x11-base/xorg-server-1.4" ; then - newins vboxvideo_drv_13.so vboxvideo_drv.so - else - newins vboxvideo_drv_14.so vboxvideo_drv.so - fi -} - -pkg_postinst() { - elog "You need to edit the file /etc/X11/xorg.conf and set:" - elog "" - elog " Driver \"vboxvideo\"" - elog "" - elog "in the Graphics device section (Section \"Device\")" - elog "" -} diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-2.1.2.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-2.1.2.ebuild deleted file mode 100644 index 2946ae8..0000000 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-2.1.2.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit x-modular eutils - -MY_P=VirtualBox-${PV}-OSE -DESCRIPTION="VirtualBox video 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="" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - >=dev-util/kbuild-0.1.5 - >=dev-lang/yasm-0.6.2 - sys-devel/dev86 - sys-power/iasl - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xineramaproto - x11-proto/xproto" - -S=${WORKDIR}/${MY_P/-OSE/_OSE} - -src_prepare() { - # Remove shipped binaries (kBuild,yasm), see bug #232775 - rm -rf kBuild/bin tools - - # Disable things unused or splitted into separate ebuilds - cp "${FILESDIR}/${PN}-2-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/xgraphics ; 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/lib/xorg/modules/drivers - - if has_version ">=x11-base/xorg-server-1.5" ; then - newins vboxvideo_drv_15.so vboxvideo_drv.so - elif has_version ">=x11-base/xorg-server-1.4" \ - && has_version "<x11-base/xorg-server-1.5" ; then - newins vboxvideo_drv_14.so vboxvideo_drv.so - else - newins vboxvideo_drv_13.so vboxvideo_drv.so - fi -} - -pkg_postinst() { - elog "You need to edit the file /etc/X11/xorg.conf and set:" - elog "" - elog " Driver \"vboxvideo\"" - elog "" - elog "in the Graphics device section (Section \"Device\")" - elog "" -} |