From 264788727ae11fbf55feb8267a5743b6d4d2d52f Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Mon, 9 Jun 2014 01:07:13 +0000 Subject: Linux patch 3.15.0. Patch to enable mic mute led in thinkpads. Zero copy for infiniband psm userspace driver. ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads. Patch to ensure that /dev/root doesn't appear in /proc/mounts when bootint without an initramfs. Do not lock when UMH is waiting on current thread spawned by linuxrc. Support for Pogoplug e02 (bug #460350), adjusted to be opt-in by TomWij. Add Gentoo Linux support config settings and defaults. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B576E4E3) --- sys-kernel/gentoo-sources/ChangeLog | 14 ++++++++++- .../gentoo-sources/gentoo-sources-3.15.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/gentoo-sources/ChangeLog b/sys-kernel/gentoo-sources/ChangeLog index 6230e4747297..2abf2c198b4d 100644 --- a/sys-kernel/gentoo-sources/ChangeLog +++ b/sys-kernel/gentoo-sources/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for sys-kernel/gentoo-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1335 2014/06/08 00:44:04 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1336 2014/06/09 01:07:13 mpagano Exp $ + +*gentoo-sources-3.15.0 (09 Jun 2014) + + 09 Jun 2014; Michael Pagano + +gentoo-sources-3.15.0.ebuild: + Linux patch 3.15.0. Patch to enable mic mute led in thinkpads. Zero copy for + infiniband psm userspace driver. ACPI: Disable Windows 8 compatibility for + some Lenovo ThinkPads. Patch to ensure that /dev/root doesn't appear in + /proc/mounts when bootint without an initramfs. Do not lock when UMH is + waiting on current thread spawned by linuxrc. Support for Pogoplug e02 (bug + #460350), adjusted to be opt-in by TomWij. Add Gentoo Linux support config + settings and defaults. *gentoo-sources-3.14.6 (08 Jun 2014) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild new file mode 100644 index 000000000000..f388a5df271e --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild,v 1.1 2014/06/09 01:07:13 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="1" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} -- cgit v1.2.3-65-gdbad