Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.15.0.ebuild ChangeLog
Date: Mon, 09 Jun 2014 01:07:17
Message-Id: 20140609010713.AF5992004E@flycatcher.gentoo.org
1 mpagano 14/06/09 01:07:13
2
3 Modified: ChangeLog
4 Added: gentoo-sources-3.15.0.ebuild
5 Log:
6 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.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
9
10 Revision Changes Path
11 1.1336 sys-kernel/gentoo-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1336&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1336&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1335&r2=1.1336
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
20 retrieving revision 1.1335
21 retrieving revision 1.1336
22 diff -u -r1.1335 -r1.1336
23 --- ChangeLog 8 Jun 2014 00:44:04 -0000 1.1335
24 +++ ChangeLog 9 Jun 2014 01:07:13 -0000 1.1336
25 @@ -1,6 +1,18 @@
26 # ChangeLog for sys-kernel/gentoo-sources
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1335 2014/06/08 00:44:04 mpagano Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1336 2014/06/09 01:07:13 mpagano Exp $
30 +
31 +*gentoo-sources-3.15.0 (09 Jun 2014)
32 +
33 + 09 Jun 2014; Michael Pagano <mpagano@g.o>
34 + +gentoo-sources-3.15.0.ebuild:
35 + Linux patch 3.15.0. Patch to enable mic mute led in thinkpads. Zero copy for
36 + infiniband psm userspace driver. ACPI: Disable Windows 8 compatibility for
37 + some Lenovo ThinkPads. Patch to ensure that /dev/root doesn't appear in
38 + /proc/mounts when bootint without an initramfs. Do not lock when UMH is
39 + waiting on current thread spawned by linuxrc. Support for Pogoplug e02 (bug
40 + #460350), adjusted to be opt-in by TomWij. Add Gentoo Linux support config
41 + settings and defaults.
42
43 *gentoo-sources-3.14.6 (08 Jun 2014)
44
45
46
47
48 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.15.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gentoo-sources-3.15.0.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $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 $
58
59 EAPI="5"
60 ETYPE="sources"
61 K_WANT_GENPATCHES="base extras"
62 K_GENPATCHES_VER="1"
63 K_DEBLOB_AVAILABLE="1"
64 inherit kernel-2
65 detect_version
66 detect_arch
67
68 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
69 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
70 IUSE="deblob"
71
72 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
73 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
74
75 pkg_postinst() {
76 kernel-2_pkg_postinst
77 einfo "For more info on this patchset, and how to report problems, see:"
78 einfo "${HOMEPAGE}"
79 }
80
81 pkg_postrm() {
82 kernel-2_pkg_postrm
83 }