diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-09-18 05:32:54 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-09-18 05:32:54 +0000 |
commit | 49a49cf39a74f5e63e9447402f224703b54d4f69 (patch) | |
tree | 415128edcfe00fcfd65e5ca71ae05f7fad37114a /app-emulation/virtualbox-modules | |
parent | Remove redundant maintainer from metadata. (diff) | |
download | gentoo-2-49a49cf39a74f5e63e9447402f224703b54d4f69.tar.gz gentoo-2-49a49cf39a74f5e63e9447402f224703b54d4f69.tar.bz2 gentoo-2-49a49cf39a74f5e63e9447402f224703b54d4f69.zip |
Removed old versions
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virtualbox-modules')
3 files changed, 5 insertions, 119 deletions
diff --git a/app-emulation/virtualbox-modules/ChangeLog b/app-emulation/virtualbox-modules/ChangeLog index ab0abb4baf08..30486412d5fb 100644 --- a/app-emulation/virtualbox-modules/ChangeLog +++ b/app-emulation/virtualbox-modules/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/virtualbox-modules # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog,v 1.115 2012/09/17 20:09:47 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog,v 1.116 2012/09/18 05:32:54 polynomial-c Exp $ + + 18 Sep 2012; Lars Wendler <polynomial-c@gentoo.org> + -virtualbox-modules-4.1.12.ebuild, -virtualbox-modules-4.1.18.ebuild: + Removed old versions. 17 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> virtualbox-modules-4.1.22.ebuild: diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-4.1.12.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-4.1.12.ebuild deleted file mode 100644 index 8743d3805c87..000000000000 --- a/app-emulation/virtualbox-modules/virtualbox-modules-4.1.12.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/virtualbox-modules-4.1.12.ebuild,v 1.4 2012/06/01 00:05:08 zmedico Exp $ - -# XXX: the tarball here is just the kernel modules split out of the binary -# package that comes from virtualbox-bin - -EAPI=4 - -inherit eutils linux-mod user - -MY_P=vbox-kernel-module-src-${PV} -DESCRIPTION="Kernel Modules for Virtualbox" -HOMEPAGE="http://www.virtualbox.org/" -SRC_URI="http://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="pax_kernel" - -RDEPEND="!=app-emulation/virtualbox-9999" - -S=${WORKDIR} - -BUILD_TARGETS="all" -BUILD_TARGET_ARCH="${ARCH}" -MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) vboxnetadp(misc:${S}) vboxpci(misc:${S})" - -pkg_setup() { - linux-mod_pkg_setup - - BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" - enewgroup vboxusers -} - -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>:' - fi - - if use pax_kernel && kernel_is -ge 3 0 0 ; then - epatch "${FILESDIR}"/${PN}-4.1.4-pax-const.patch - fi -} - -src_install() { - linux-mod_src_install -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog "Starting with the 3.x release new kernel modules were added," - elog "be sure to load all the needed modules." - elog "" - elog "Please add \"vboxdrv\", \"vboxnetflt\" and \"vboxnetadp\" to:" - elog "/etc/conf.d/modules" -} diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-4.1.18.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-4.1.18.ebuild deleted file mode 100644 index 9322c37c03db..000000000000 --- a/app-emulation/virtualbox-modules/virtualbox-modules-4.1.18.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/virtualbox-modules-4.1.18.ebuild,v 1.2 2012/08/07 21:15:18 hwoarang Exp $ - -# XXX: the tarball here is just the kernel modules split out of the binary -# package that comes from virtualbox-bin - -EAPI=4 - -inherit eutils linux-mod user - -MY_P=vbox-kernel-module-src-${PV} -DESCRIPTION="Kernel Modules for Virtualbox" -HOMEPAGE="http://www.virtualbox.org/" -SRC_URI="http://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="pax_kernel" - -RDEPEND="!=app-emulation/virtualbox-9999" - -S=${WORKDIR} - -BUILD_TARGETS="all" -BUILD_TARGET_ARCH="${ARCH}" -MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) vboxnetadp(misc:${S}) vboxpci(misc:${S})" - -pkg_setup() { - linux-mod_pkg_setup - - BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" - enewgroup vboxusers -} - -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>:' - fi - - if use pax_kernel && kernel_is -ge 3 0 0 ; then - epatch "${FILESDIR}"/${PN}-4.1.4-pax-const.patch - fi -} - -src_install() { - linux-mod_src_install -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog "Starting with the 3.x release new kernel modules were added," - elog "be sure to load all the needed modules." - elog "" - elog "Please add \"vboxdrv\", \"vboxnetflt\" and \"vboxnetadp\" to:" - elog "/etc/conf.d/modules" -} |