summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 16:34:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 16:34:14 +0000
commit2cd44c98cdd56d223ee287984f237659faf11e90 (patch)
tree0cc168bef7e61f7ff54347d1cf0ce2447eb5791b /app-emulation
parentRemove old 2.0 (diff)
downloadgentoo-2-2cd44c98cdd56d223ee287984f237659faf11e90.tar.gz
gentoo-2-2cd44c98cdd56d223ee287984f237659faf11e90.tar.bz2
gentoo-2-2cd44c98cdd56d223ee287984f237659faf11e90.zip
Remove old 2.0
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virtualbox-ose/ChangeLog7
-rw-r--r--app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild232
-rw-r--r--app-emulation/virtualbox-ose/virtualbox-ose-2.0.4-r1.ebuild235
-rw-r--r--app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild232
-rw-r--r--app-emulation/virtualbox-ose/virtualbox-ose-2.0.6.ebuild232
5 files changed, 6 insertions, 932 deletions
diff --git a/app-emulation/virtualbox-ose/ChangeLog b/app-emulation/virtualbox-ose/ChangeLog
index 7c30a2d87a47..28f5bbd5e086 100644
--- a/app-emulation/virtualbox-ose/ChangeLog
+++ b/app-emulation/virtualbox-ose/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virtualbox-ose
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/ChangeLog,v 1.16 2009/04/30 16:25:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/ChangeLog,v 1.17 2009/04/30 16:34:14 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+ -virtualbox-ose-2.0.2.ebuild, -virtualbox-ose-2.0.4.ebuild,
+ -virtualbox-ose-2.0.4-r1.ebuild, -virtualbox-ose-2.0.6.ebuild:
+ Remove old 2.0
*virtualbox-ose-2.2.2 (30 Apr 2009)
diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild
deleted file mode 100644
index 166eff08a2b5..000000000000
--- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild,v 1.4 2008/10/27 22:46:11 mr_bones_ Exp $
-
-EAPI=1
-
-inherit eutils fdo-mime flag-o-matic qt4 toolchain-funcs
-
-MY_P=VirtualBox-${PV}-OSE
-DESCRIPTION="Softwarefamily of powerful x86 virtualization"
-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="+additions alsa headless pulseaudio python +qt4 sdk"
-
-RDEPEND="!app-emulation/virtualbox-bin
- ~app-emulation/virtualbox-modules-${PV}
- dev-libs/libIDL
- >=dev-libs/libxslt-1.1.19
- !headless? (
- qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) =x11-libs/qt-4.3*:4 ) )
- x11-libs/libXcursor
- media-libs/libsdl
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- >=dev-util/kbuild-0.1.4
- >=dev-lang/yasm-0.6.2
- sys-devel/bin86
- sys-devel/dev86
- sys-power/iasl
- media-libs/libpng
- alsa? ( >=media-libs/alsa-lib-1.0.13 )
- pulseaudio? ( media-sound/pulseaudio )
- python? ( >=dev-lang/python-2.3 )"
-# sys-apps/hal is required at runtime (bug #197541)
-RDEPEND="${RDEPEND}
- additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )
- sys-apps/usermode-utilities
- net-misc/bridge-utils
- sys-apps/hal"
-
-S=${WORKDIR}/${MY_P/-OSE/}
-MY_LIBDIR="$(get_libdir)"
-
-pkg_setup() {
- # known problems with gcc 4.3 and the recompiler
- # http://www.virtualbox.org/ticket/936
- if [[ "$(gcc-major-version)$(gcc-minor-version)" == "43" ]]; then
- eerror "there are known problems with gcc 4.3 and the virtualbox"
- eerror "recompiler stuff. Please use at least a version of gcc < 4.3"
- die "gcc 4.3 cannot build the virtualbox recompiler"
- fi
-
- if ! use headless; then
- # The VBoxSDL frontend needs media-libs/libsdl compiled
- # with USE flag X enabled (bug #177335)
- if ! built_with_use media-libs/libsdl X; then
- eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
- eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
- die "media-libs/libsdl should be compiled with the \"X\" USE flag."
- fi
- if ! use qt4; then
- einfo ""
- einfo "No USE=\"qt4\" selected, this build will not include"
- einfo "any Qt frontend."
- einfo ""
- fi
- else
- if use qt4; then
- einfo ""
- einfo "You selected USE=\"headless qt4\", defaulting to"
- einfo "USE=\"headless\", this build will not include any X11/Qt frontend."
- einfo ""
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # 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
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \
- || die "LocalConfig.kmk sed failed"
-}
-
-src_compile() {
-
- local myconf
- # Don't build vboxdrv kernel module, disable deprecated qt3 support
- myconf="--disable-kmods --disable-qt3"
-
- if ! use pulseaudio; then
- myconf="${myconf} --disable-pulse"
- fi
- if ! use python; then
- myconf="${myconf} --disable-python"
- fi
- if ! use alsa; then
- myconf="${myconf} --disable-alsa"
- fi
- if ! use headless; then
- if ! use qt4; then
- myconf="${myconf} --disable-qt4"
- fi
- else
- myconf="${myconf} --build-headless"
- fi
-
- ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)" \
- ${myconf} || die "configure failed"
- source ./env.sh
-
- # Force kBuild to respect C[XX]FLAGS and MAKEOPTS (bug #178529)
- # and strip all flags
- strip-flags
-
- MAKE="kmk" emake TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
- TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
- TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
- TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
- TOOL_YASM_AS=yasm KBUILD_PATH="${S}/kBuild" \
- all || die "kmk failed"
-}
-
-src_install() {
- cd "${S}"/out/linux.${ARCH}/release/bin
-
- # Create configuration files
- insinto /etc/vbox
- newins "${FILESDIR}/${PN}-2-config" vbox.cfg
- newins "${FILESDIR}/${PN}-interfaces" interfaces
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" \
- "${D}"/etc/vbox/vbox.cfg || die "vbox.cfg sed failed"
-
- # Symlink binaries to the shipped wrapper
- exeinto /usr/${MY_LIBDIR}/${PN}
- newexe "${FILESDIR}/${PN}-2-wrapper" "VBox" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBox
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBox
- newexe "${S}"/src/VBox/Installer/linux/VBoxAddIF.sh "VBoxAddIF" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxManage
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxVRDP
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxHeadless
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxTunctl /usr/bin/VBoxTunctl
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxAddIF
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxDeleteIF
-
- # Install binaries and libraries
- insinto /usr/${MY_LIBDIR}/${PN}
- doins -r components
-
- if use sdk; then
- doins -r sdk
- fi
-
- for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl} *so *r0 *gc ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- if use amd64; then
- doins VBoxREM2.rel
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fi
-
- if ! use headless; then
- for each in VBox{SDL,Headless} ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/${each}
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxSDL
-
- if use qt4; then
- doins VirtualBox
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VirtualBox
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VirtualBox
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VirtualBox
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VirtualBox
- fi
-
- newicon "${S}"/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_32px.png ${PN}.png
- domenu "${FILESDIR}"/${PN}.desktop
- else
- doins VBoxHeadless
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fi
-
- insinto /usr/share/${PN}
- doins -r nls
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- elog ""
- if ! use headless; then
- elog "To launch VirtualBox just type: \"VirtualBox\""
- fi
- elog "You must be in the vboxusers group to use VirtualBox."
- elog ""
- elog "The last user manual is available for download at:"
- elog "http://www.virtualbox.org/download/UserManual.pdf"
- elog ""
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4-r1.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4-r1.ebuild
deleted file mode 100644
index 6d9f1d214156..000000000000
--- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4-r1.ebuild,v 1.3 2009/03/03 07:11:05 patrick Exp $
-
-EAPI=1
-
-inherit eutils fdo-mime flag-o-matic pax-utils qt4 toolchain-funcs
-
-MY_P=VirtualBox-${PV}-OSE
-DESCRIPTION="Softwarefamily of powerful x86 virtualization"
-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="+additions alsa headless pulseaudio python +qt4 sdk"
-
-RDEPEND="!app-emulation/virtualbox-bin
- ~app-emulation/virtualbox-modules-${PV}
- dev-libs/libIDL
- >=dev-libs/libxslt-1.1.19
- !headless? (
- qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) =x11-libs/qt-4.3*:4 ) )
- x11-libs/libXcursor
- media-libs/libsdl
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- >=dev-util/kbuild-0.1.4
- >=dev-lang/yasm-0.6.2
- sys-devel/bin86
- sys-devel/dev86
- sys-power/iasl
- media-libs/libpng
- alsa? ( >=media-libs/alsa-lib-1.0.13 )
- pulseaudio? ( media-sound/pulseaudio )
- python? ( >=dev-lang/python-2.3 )"
-# sys-apps/hal is required at runtime (bug #197541)
-RDEPEND="${RDEPEND}
- additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )
- sys-apps/usermode-utilities
- net-misc/bridge-utils
- sys-apps/hal"
-
-S=${WORKDIR}/${MY_P/-OSE/}
-MY_LIBDIR="$(get_libdir)"
-
-pkg_setup() {
- # known problems with gcc 4.3 and the recompiler
- # http://www.virtualbox.org/ticket/936
- if [[ "$(gcc-major-version)$(gcc-minor-version)" == "43" ]]; then
- eerror "there are known problems with gcc 4.3 and the virtualbox"
- eerror "recompiler stuff. Please use at least a version of gcc < 4.3"
- die "gcc 4.3 cannot build the virtualbox recompiler"
- fi
-
- if ! use headless; then
- # The VBoxSDL frontend needs media-libs/libsdl compiled
- # with USE flag X enabled (bug #177335)
- if ! built_with_use media-libs/libsdl X; then
- eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
- eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
- die "media-libs/libsdl should be compiled with the \"X\" USE flag."
- fi
- if ! use qt4; then
- einfo ""
- einfo "No USE=\"qt4\" selected, this build will not include"
- einfo "any Qt frontend."
- einfo ""
- fi
- else
- if use qt4; then
- einfo ""
- einfo "You selected USE=\"headless qt4\", defaulting to"
- einfo "USE=\"headless\", this build will not include any X11/Qt frontend."
- einfo ""
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # 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
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \
- || die "LocalConfig.kmk sed failed"
-
- # Fix Insecure temp file usage, see bug #245958
- epatch "${FILESDIR}/${PN}-fix-insecure-lockfiles.patch"
-}
-
-src_compile() {
-
- local myconf
- # Don't build vboxdrv kernel module, disable deprecated qt3 support
- myconf="--disable-kmods --disable-qt3"
-
- if ! use pulseaudio; then
- myconf="${myconf} --disable-pulse"
- fi
- if ! use python; then
- myconf="${myconf} --disable-python"
- fi
- if ! use alsa; then
- myconf="${myconf} --disable-alsa"
- fi
- if ! use headless; then
- if ! use qt4; then
- myconf="${myconf} --disable-qt4"
- fi
- else
- myconf="${myconf} --build-headless"
- fi
-
- ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)" \
- ${myconf} || die "configure failed"
- source ./env.sh
-
- # Force kBuild to respect C[XX]FLAGS and MAKEOPTS (bug #178529)
- # and strip all flags
- strip-flags
-
- MAKE="kmk" emake TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
- TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
- TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
- TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
- TOOL_YASM_AS=yasm KBUILD_PATH="${S}/kBuild" \
- all || die "kmk failed"
-}
-
-src_install() {
- cd "${S}"/out/linux.${ARCH}/release/bin
-
- # Create configuration files
- insinto /etc/vbox
- newins "${FILESDIR}/${PN}-2-config" vbox.cfg
- newins "${FILESDIR}/${PN}-interfaces" interfaces
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" \
- "${D}"/etc/vbox/vbox.cfg || die "vbox.cfg sed failed"
-
- # Symlink binaries to the shipped wrapper
- exeinto /usr/${MY_LIBDIR}/${PN}
- newexe "${FILESDIR}/${PN}-2-wrapper" "VBox" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBox
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBox
- newexe "${S}"/src/VBox/Installer/linux/VBoxAddIF.sh "VBoxAddIF" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxManage
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxVRDP
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxHeadless
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxTunctl /usr/bin/VBoxTunctl
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxAddIF
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxDeleteIF
-
- # Install binaries and libraries
- insinto /usr/${MY_LIBDIR}/${PN}
- doins -r components
-
- if use sdk; then
- doins -r sdk
- fi
-
- for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl} *so *r0 *gc ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- if use amd64; then
- doins VBoxREM2.rel
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fi
-
- if ! use headless; then
- for each in VBox{SDL,Headless} ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/${each}
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxSDL
-
- if use qt4; then
- doins VirtualBox
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VirtualBox
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VirtualBox
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VirtualBox
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VirtualBox
- fi
-
- newicon "${S}"/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_32px.png ${PN}.png
- domenu "${FILESDIR}"/${PN}.desktop
- else
- doins VBoxHeadless
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fi
-
- insinto /usr/share/${PN}
- doins -r nls
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- elog ""
- if ! use headless; then
- elog "To launch VirtualBox just type: \"VirtualBox\""
- fi
- elog "You must be in the vboxusers group to use VirtualBox."
- elog ""
- elog "The last user manual is available for download at:"
- elog "http://www.virtualbox.org/download/UserManual.pdf"
- elog ""
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild
deleted file mode 100644
index 7aa23ccc7d0f..000000000000
--- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild,v 1.2 2008/10/27 22:46:11 mr_bones_ Exp $
-
-EAPI=1
-
-inherit eutils fdo-mime flag-o-matic qt4 toolchain-funcs
-
-MY_P=VirtualBox-${PV}-OSE
-DESCRIPTION="Softwarefamily of powerful x86 virtualization"
-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="+additions alsa headless pulseaudio python +qt4 sdk"
-
-RDEPEND="!app-emulation/virtualbox-bin
- ~app-emulation/virtualbox-modules-${PV}
- dev-libs/libIDL
- >=dev-libs/libxslt-1.1.19
- !headless? (
- qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) =x11-libs/qt-4.3*:4 ) )
- x11-libs/libXcursor
- media-libs/libsdl
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- >=dev-util/kbuild-0.1.4
- >=dev-lang/yasm-0.6.2
- sys-devel/bin86
- sys-devel/dev86
- sys-power/iasl
- media-libs/libpng
- alsa? ( >=media-libs/alsa-lib-1.0.13 )
- pulseaudio? ( media-sound/pulseaudio )
- python? ( >=dev-lang/python-2.3 )"
-# sys-apps/hal is required at runtime (bug #197541)
-RDEPEND="${RDEPEND}
- additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )
- sys-apps/usermode-utilities
- net-misc/bridge-utils
- sys-apps/hal"
-
-S=${WORKDIR}/${MY_P/-OSE/}
-MY_LIBDIR="$(get_libdir)"
-
-pkg_setup() {
- # known problems with gcc 4.3 and the recompiler
- # http://www.virtualbox.org/ticket/936
- if [[ "$(gcc-major-version)$(gcc-minor-version)" == "43" ]]; then
- eerror "there are known problems with gcc 4.3 and the virtualbox"
- eerror "recompiler stuff. Please use at least a version of gcc < 4.3"
- die "gcc 4.3 cannot build the virtualbox recompiler"
- fi
-
- if ! use headless; then
- # The VBoxSDL frontend needs media-libs/libsdl compiled
- # with USE flag X enabled (bug #177335)
- if ! built_with_use media-libs/libsdl X; then
- eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
- eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
- die "media-libs/libsdl should be compiled with the \"X\" USE flag."
- fi
- if ! use qt4; then
- einfo ""
- einfo "No USE=\"qt4\" selected, this build will not include"
- einfo "any Qt frontend."
- einfo ""
- fi
- else
- if use qt4; then
- einfo ""
- einfo "You selected USE=\"headless qt4\", defaulting to"
- einfo "USE=\"headless\", this build will not include any X11/Qt frontend."
- einfo ""
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # 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
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \
- || die "LocalConfig.kmk sed failed"
-}
-
-src_compile() {
-
- local myconf
- # Don't build vboxdrv kernel module, disable deprecated qt3 support
- myconf="--disable-kmods --disable-qt3"
-
- if ! use pulseaudio; then
- myconf="${myconf} --disable-pulse"
- fi
- if ! use python; then
- myconf="${myconf} --disable-python"
- fi
- if ! use alsa; then
- myconf="${myconf} --disable-alsa"
- fi
- if ! use headless; then
- if ! use qt4; then
- myconf="${myconf} --disable-qt4"
- fi
- else
- myconf="${myconf} --build-headless"
- fi
-
- ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)" \
- ${myconf} || die "configure failed"
- source ./env.sh
-
- # Force kBuild to respect C[XX]FLAGS and MAKEOPTS (bug #178529)
- # and strip all flags
- strip-flags
-
- MAKE="kmk" emake TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
- TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
- TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
- TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
- TOOL_YASM_AS=yasm KBUILD_PATH="${S}/kBuild" \
- all || die "kmk failed"
-}
-
-src_install() {
- cd "${S}"/out/linux.${ARCH}/release/bin
-
- # Create configuration files
- insinto /etc/vbox
- newins "${FILESDIR}/${PN}-2-config" vbox.cfg
- newins "${FILESDIR}/${PN}-interfaces" interfaces
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" \
- "${D}"/etc/vbox/vbox.cfg || die "vbox.cfg sed failed"
-
- # Symlink binaries to the shipped wrapper
- exeinto /usr/${MY_LIBDIR}/${PN}
- newexe "${FILESDIR}/${PN}-2-wrapper" "VBox" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBox
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBox
- newexe "${S}"/src/VBox/Installer/linux/VBoxAddIF.sh "VBoxAddIF" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxManage
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxVRDP
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxHeadless
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxTunctl /usr/bin/VBoxTunctl
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxAddIF
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxDeleteIF
-
- # Install binaries and libraries
- insinto /usr/${MY_LIBDIR}/${PN}
- doins -r components
-
- if use sdk; then
- doins -r sdk
- fi
-
- for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl} *so *r0 *gc ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- if use amd64; then
- doins VBoxREM2.rel
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fi
-
- if ! use headless; then
- for each in VBox{SDL,Headless} ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/${each}
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxSDL
-
- if use qt4; then
- doins VirtualBox
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VirtualBox
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VirtualBox
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VirtualBox
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VirtualBox
- fi
-
- newicon "${S}"/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_32px.png ${PN}.png
- domenu "${FILESDIR}"/${PN}.desktop
- else
- doins VBoxHeadless
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fi
-
- insinto /usr/share/${PN}
- doins -r nls
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- elog ""
- if ! use headless; then
- elog "To launch VirtualBox just type: \"VirtualBox\""
- fi
- elog "You must be in the vboxusers group to use VirtualBox."
- elog ""
- elog "The last user manual is available for download at:"
- elog "http://www.virtualbox.org/download/UserManual.pdf"
- elog ""
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.6.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.6.ebuild
deleted file mode 100644
index 5ae9b666afbd..000000000000
--- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.6.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.6.ebuild,v 1.3 2009/03/03 07:11:05 patrick Exp $
-
-EAPI=1
-
-inherit eutils fdo-mime flag-o-matic pax-utils qt4 toolchain-funcs
-
-MY_P=VirtualBox-${PV}-OSE
-DESCRIPTION="Softwarefamily of powerful x86 virtualization"
-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="+additions alsa headless pulseaudio python +qt4 sdk"
-
-RDEPEND="!app-emulation/virtualbox-bin
- ~app-emulation/virtualbox-modules-${PV}
- dev-libs/libIDL
- >=dev-libs/libxslt-1.1.19
- !headless? (
- qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) =x11-libs/qt-4.3*:4 ) )
- x11-libs/libXcursor
- media-libs/libsdl
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- >=dev-util/kbuild-0.1.4
- >=dev-lang/yasm-0.6.2
- sys-devel/bin86
- sys-devel/dev86
- sys-power/iasl
- media-libs/libpng
- alsa? ( >=media-libs/alsa-lib-1.0.13 )
- pulseaudio? ( media-sound/pulseaudio )
- python? ( >=dev-lang/python-2.3 )"
-# sys-apps/hal is required at runtime (bug #197541)
-RDEPEND="${RDEPEND}
- additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )
- sys-apps/usermode-utilities
- net-misc/bridge-utils
- sys-apps/hal"
-
-S=${WORKDIR}/${MY_P/-OSE/}
-MY_LIBDIR="$(get_libdir)"
-
-pkg_setup() {
- # known problems with gcc 4.3 and the recompiler
- # http://www.virtualbox.org/ticket/936
- if [[ "$(gcc-major-version)$(gcc-minor-version)" == "43" ]]; then
- eerror "there are known problems with gcc 4.3 and the virtualbox"
- eerror "recompiler stuff. Please use at least a version of gcc < 4.3"
- die "gcc 4.3 cannot build the virtualbox recompiler"
- fi
-
- if ! use headless; then
- # The VBoxSDL frontend needs media-libs/libsdl compiled
- # with USE flag X enabled (bug #177335)
- if ! built_with_use media-libs/libsdl X; then
- eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
- eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
- die "media-libs/libsdl should be compiled with the \"X\" USE flag."
- fi
- if ! use qt4; then
- einfo ""
- einfo "No USE=\"qt4\" selected, this build will not include"
- einfo "any Qt frontend."
- einfo ""
- fi
- else
- if use qt4; then
- einfo ""
- einfo "You selected USE=\"headless qt4\", defaulting to"
- einfo "USE=\"headless\", this build will not include any X11/Qt frontend."
- einfo ""
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # 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
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \
- || die "LocalConfig.kmk sed failed"
-}
-
-src_compile() {
-
- local myconf
- # Don't build vboxdrv kernel module, disable deprecated qt3 support
- myconf="--disable-kmods --disable-qt3"
-
- if ! use pulseaudio; then
- myconf="${myconf} --disable-pulse"
- fi
- if ! use python; then
- myconf="${myconf} --disable-python"
- fi
- if ! use alsa; then
- myconf="${myconf} --disable-alsa"
- fi
- if ! use headless; then
- if ! use qt4; then
- myconf="${myconf} --disable-qt4"
- fi
- else
- myconf="${myconf} --build-headless"
- fi
-
- ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)" \
- ${myconf} || die "configure failed"
- source ./env.sh
-
- # Force kBuild to respect C[XX]FLAGS and MAKEOPTS (bug #178529)
- # and strip all flags
- strip-flags
-
- MAKE="kmk" emake TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
- TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
- TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
- TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
- TOOL_YASM_AS=yasm KBUILD_PATH="${S}/kBuild" \
- all || die "kmk failed"
-}
-
-src_install() {
- cd "${S}"/out/linux.${ARCH}/release/bin
-
- # Create configuration files
- insinto /etc/vbox
- newins "${FILESDIR}/${PN}-2-config" vbox.cfg
- newins "${FILESDIR}/${PN}-interfaces" interfaces
-
- # Set the right libdir
- sed -i \
- -e "s/MY_LIBDIR/${MY_LIBDIR}/" \
- "${D}"/etc/vbox/vbox.cfg || die "vbox.cfg sed failed"
-
- # Symlink binaries to the shipped wrapper
- exeinto /usr/${MY_LIBDIR}/${PN}
- newexe "${FILESDIR}/${PN}-2-wrapper" "VBox" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBox
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBox
- newexe "${S}"/src/VBox/Installer/linux/VBoxAddIF.sh "VBoxAddIF" || die
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxAddIF
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxManage
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxVRDP
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxHeadless
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxTunctl /usr/bin/VBoxTunctl
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxAddIF
- dosym /usr/${MY_LIBDIR}/${PN}/VBoxAddIF /usr/bin/VBoxDeleteIF
-
- # Install binaries and libraries
- insinto /usr/${MY_LIBDIR}/${PN}
- doins -r components
-
- if use sdk; then
- doins -r sdk
- fi
-
- for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl} *so *r0 *gc ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- if use amd64; then
- doins VBoxREM2.rel
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fperms 0750 /usr/${MY_LIBDIR}/${PN}/VBoxREM2.rel
- fi
-
- if ! use headless; then
- for each in VBox{SDL,Headless} ; do
- doins $each
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/${each}
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/${each}
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/${each}
- done
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VBoxSDL
-
- if use qt4; then
- doins VirtualBox
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VirtualBox
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VirtualBox
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VirtualBox
-
- dosym /usr/${MY_LIBDIR}/${PN}/VBox /usr/bin/VirtualBox
- fi
-
- newicon "${S}"/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_32px.png ${PN}.png
- domenu "${FILESDIR}"/${PN}.desktop
- else
- doins VBoxHeadless
- fowners root:vboxusers /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fperms 4750 /usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- pax-mark -m "${D}"/usr/${MY_LIBDIR}/${PN}/VBoxHeadless
- fi
-
- insinto /usr/share/${PN}
- doins -r nls
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- elog ""
- if ! use headless; then
- elog "To launch VirtualBox just type: \"VirtualBox\""
- fi
- elog "You must be in the vboxusers group to use VirtualBox."
- elog ""
- elog "The last user manual is available for download at:"
- elog "http://www.virtualbox.org/download/UserManual.pdf"
- elog ""
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}