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: ChangeLog gentoo-sources-3.0.88.ebuild
Date: Mon, 29 Jul 2013 17:49:34
Message-Id: 20130729174928.213AB2171C@flycatcher.gentoo.org
1 mpagano 13/07/29 17:49:28
2
3 Modified: ChangeLog
4 Added: gentoo-sources-3.0.88.ebuild
5 Log:
6 Linux patch 3.0.88. Support for namespace user.pax.* on tmpfs. Patch to initialize satype in key_notify_policy_flush(). Patch to fix zcache build error. ALPS Touchpad patches: Add PSMOUSE_CMD_RESET_WRAP; Move the protocol information to Documentation for the ALPS Touchpad; Add protocol version field in alps_model_info; Remove assumptions about packet size; Add support for protocol versions 3 and 4; Add documentation for protocol versions 3 and 4; Add semi-MT support for v3 protocol and dump raw packet data. ACPI patch to disable Windows 8 compatibility for some Lenovo ThinkPads. fbcondecor console decoration patch.
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
9
10 Revision Changes Path
11 1.1165 sys-kernel/gentoo-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1165&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1165&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1164&r2=1.1165
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
20 retrieving revision 1.1164
21 retrieving revision 1.1165
22 diff -u -r1.1164 -r1.1165
23 --- ChangeLog 29 Jul 2013 16:44:04 -0000 1.1164
24 +++ ChangeLog 29 Jul 2013 17:49:27 -0000 1.1165
25 @@ -1,6 +1,20 @@
26 # ChangeLog for sys-kernel/gentoo-sources
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1164 2013/07/29 16:44:04 mpagano Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1165 2013/07/29 17:49:27 mpagano Exp $
30 +
31 +*gentoo-sources-3.0.88 (29 Jul 2013)
32 +
33 + 29 Jul 2013; Michael Pagano <mpagano@g.o>
34 + +gentoo-sources-3.0.88.ebuild:
35 + Linux patch 3.0.88. Support for namespace user.pax.* on tmpfs. Patch to
36 + initialize satype in key_notify_policy_flush(). Patch to fix zcache build
37 + error. ALPS Touchpad patches: Add PSMOUSE_CMD_RESET_WRAP; Move the protocol
38 + information to Documentation for the ALPS Touchpad; Add protocol version
39 + field in alps_model_info; Remove assumptions about packet size; Add support
40 + for protocol versions 3 and 4; Add documentation for protocol versions 3 and
41 + 4; Add semi-MT support for v3 protocol and dump raw packet data. ACPI patch
42 + to disable Windows 8 compatibility for some Lenovo ThinkPads. fbcondecor
43 + console decoration patch.
44
45 *gentoo-sources-3.4.55 (29 Jul 2013)
46
47
48
49
50 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.0.88.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.88.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.88.ebuild?rev=1.1&content-type=text/plain
54
55 Index: gentoo-sources-3.0.88.ebuild
56 ===================================================================
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.88.ebuild,v 1.1 2013/07/29 17:49:27 mpagano Exp $
60
61 EAPI="5"
62 ETYPE="sources"
63 K_WANT_GENPATCHES="base extras"
64 K_GENPATCHES_VER="59"
65 K_DEBLOB_AVAILABLE="1"
66 inherit kernel-2
67 detect_version
68 detect_arch
69
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
71 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
72 IUSE="deblob"
73
74 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
75 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
76
77 pkg_postinst() {
78 kernel-2_pkg_postinst
79 einfo "For more info on this patchset, and how to report problems, see:"
80 einfo "${HOMEPAGE}"
81 }
82
83 pkg_postrm() {
84 kernel-2_pkg_postrm
85 }