diff options
author | 2013-06-21 20:44:01 +0000 | |
---|---|---|
committer | 2013-06-21 20:44:01 +0000 | |
commit | 719ba3cbe62c525ed1815e561fa3ef2c26622dde (patch) | |
tree | 58898effd66c149db203bf46fd592dcfa2b5f4c8 /app-emulation/vmware-modules | |
parent | bumpy (diff) | |
download | gentoo-2-719ba3cbe62c525ed1815e561fa3ef2c26622dde.tar.gz gentoo-2-719ba3cbe62c525ed1815e561fa3ef2c26622dde.tar.bz2 gentoo-2-719ba3cbe62c525ed1815e561fa3ef2c26622dde.zip |
Add support for epatch_user, bug 459182
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-emulation/vmware-modules')
4 files changed, 19 insertions, 5 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog index d2f86be06d13..059f8305e2a1 100644 --- a/app-emulation/vmware-modules/ChangeLog +++ b/app-emulation/vmware-modules/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-modules # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.104 2013/06/16 12:17:25 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.105 2013/06/21 20:44:01 dilfridge Exp $ + + 21 Jun 2013; Andreas K. Huettel <dilfridge@gentoo.org> + vmware-modules-238.6.ebuild, vmware-modules-264.5.ebuild, + vmware-modules-271.2.ebuild: + Add support for epatch_user, bug 459182 16 Jun 2013; Vadim Kuznetsov vadimk@gentoo.org metadata.xml: dropped myself as a maintainer. maintainer needed diff --git a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild index d4c527aefe90..599ffed04757 100644 --- a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.6.ebuild,v 1.2 2012/12/12 11:46:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.6.ebuild,v 1.3 2013/06/21 20:44:01 dilfridge Exp $ EAPI="4" @@ -67,6 +67,9 @@ src_prepare() { epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch" epatch "${FILESDIR}/${PV_MAJOR}-3.2.0.patch" epatch "${FILESDIR}/${PV_MAJOR}-d-make-root.patch" + + # Allow user patches so they can support RC kernels and whatever else + epatch_user } src_install() { diff --git a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild index c1cc083974bc..9cbb00f24476 100644 --- a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild,v 1.1 2013/01/07 20:51:20 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.5.ebuild,v 1.2 2013/06/21 20:44:01 dilfridge Exp $ EAPI="4" @@ -66,6 +66,9 @@ src_prepare() { use pax_kernel && epatch "${FILESDIR}/hardened.patch" epatch "${FILESDIR}/${PV_MAJOR}-apic.patch" kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch" + + # Allow user patches so they can support RC kernels and whatever else + epatch_user } src_install() { diff --git a/app-emulation/vmware-modules/vmware-modules-271.2.ebuild b/app-emulation/vmware-modules/vmware-modules-271.2.ebuild index 276d4fc92427..025e86c1250b 100644 --- a/app-emulation/vmware-modules/vmware-modules-271.2.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-271.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.2.ebuild,v 1.1 2013/03/10 12:15:48 vadimk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.2.ebuild,v 1.2 2013/06/21 20:44:01 dilfridge Exp $ EAPI="4" @@ -65,6 +65,9 @@ src_prepare() { use pax_kernel && epatch "${FILESDIR}/hardened.patch" epatch "${FILESDIR}/${PV_MAJOR}-apic.patch" kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch" + + # Allow user patches so they can support RC kernels and whatever else + epatch_user } src_install() { |