Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.7.10.ebuild gentoo-sources-3.8.1.ebuild ChangeLog
Date: Fri, 01 Mar 2013 00:16:19
Message-Id: 20130301001614.BC8FF2171D@flycatcher.gentoo.org
1 tomwij 13/03/01 00:16:14
2
3 Modified: ChangeLog
4 Added: gentoo-sources-3.7.10.ebuild
5 gentoo-sources-3.8.1.ebuild
6 Log:
7 Linux patches 3.7.10 and 3.8.1. Updated fbcondecor-0.9.6 to properly work with the 3.7 and 3.8 kernel branches according to bug #459060 thanks to Robert Cabrera. Modified kcopy patch according to bug #458426 thanks to Yvan Royon, since that was focused on 3.7 I have made that apply cleanly in 3.8 as well.
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
10
11 Revision Changes Path
12 1.1070 sys-kernel/gentoo-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1070&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1070&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1069&r2=1.1070
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
21 retrieving revision 1.1069
22 retrieving revision 1.1070
23 diff -u -r1.1069 -r1.1070
24 --- ChangeLog 28 Feb 2013 20:47:59 -0000 1.1069
25 +++ ChangeLog 1 Mar 2013 00:16:14 -0000 1.1070
26 @@ -1,6 +1,16 @@
27 # ChangeLog for sys-kernel/gentoo-sources
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1069 2013/02/28 20:47:59 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1070 2013/03/01 00:16:14 tomwij Exp $
31 +
32 +*gentoo-sources-3.8.1 (01 Mar 2013)
33 +*gentoo-sources-3.7.10 (01 Mar 2013)
34 +
35 + 01 Mar 2013; Tom Wijsman <TomWij@g.o> +gentoo-sources-3.7.10.ebuild,
36 + +gentoo-sources-3.8.1.ebuild:
37 + Linux patches 3.7.10 and 3.8.1. Updated fbcondecor-0.9.6 to properly work with
38 + the 3.7 and 3.8 kernel branches according to bug #459060 thanks to Robert
39 + Cabrera. Modified kcopy patch according to bug #458426 thanks to Yvan Royon,
40 + since that was focused on 3.7 I have made that apply cleanly in 3.8 as well.
41
42 *gentoo-sources-3.6.11-r1 (28 Feb 2013)
43 *gentoo-sources-3.5.7-r1 (28 Feb 2013)
44
45
46
47 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.7.10.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.7.10.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.7.10.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gentoo-sources-3.7.10.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.7.10.ebuild,v 1.1 2013/03/01 00:16:14 tomwij Exp $
57
58 EAPI="3"
59 ETYPE="sources"
60 K_WANT_GENPATCHES="base extras"
61 K_GENPATCHES_VER="13"
62 K_DEBLOB_AVAILABLE="1"
63 inherit kernel-2
64 detect_version
65 detect_arch
66
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
68 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
69 IUSE="deblob"
70
71 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
72 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
73
74 pkg_postinst() {
75 kernel-2_pkg_postinst
76 einfo "For more info on this patchset, and how to report problems, see:"
77 einfo "${HOMEPAGE}"
78 }
79
80 pkg_postrm() {
81 kernel-2_pkg_postrm
82 }
83
84
85
86 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.8.1.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.8.1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.8.1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: gentoo-sources-3.8.1.ebuild
92 ===================================================================
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.8.1.ebuild,v 1.1 2013/03/01 00:16:14 tomwij Exp $
96
97 EAPI="3"
98 ETYPE="sources"
99 K_WANT_GENPATCHES="base extras"
100 K_GENPATCHES_VER="3"
101 K_DEBLOB_AVAILABLE="1"
102 inherit kernel-2
103 detect_version
104 detect_arch
105
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
107 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
108 IUSE="deblob"
109
110 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
111 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
112
113 pkg_postinst() {
114 kernel-2_pkg_postinst
115 einfo "For more info on this patchset, and how to report problems, see:"
116 einfo "${HOMEPAGE}"
117 }
118
119 pkg_postrm() {
120 kernel-2_pkg_postrm
121 }