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.0.67.ebuild gentoo-sources-3.2.39.ebuild gentoo-sources-3.4.34.ebuild ChangeLog
Date: Thu, 28 Feb 2013 19:54:04
Message-Id: 20130228195400.678022171D@flycatcher.gentoo.org
1 tomwij 13/02/28 19:54:00
2
3 Modified: ChangeLog
4 Added: gentoo-sources-3.0.67.ebuild
5 gentoo-sources-3.2.39.ebuild
6 gentoo-sources-3.4.34.ebuild
7 Log:
8 Linux patches 3.0.66 to 3.0.67, 3.2.39 and 3.4.33 to 3.4.34.
9
10 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
11
12 Revision Changes Path
13 1.1068 sys-kernel/gentoo-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1068&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1068&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1067&r2=1.1068
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
22 retrieving revision 1.1067
23 retrieving revision 1.1068
24 diff -u -r1.1067 -r1.1068
25 --- ChangeLog 24 Feb 2013 20:40:06 -0000 1.1067
26 +++ ChangeLog 28 Feb 2013 19:54:00 -0000 1.1068
27 @@ -1,6 +1,14 @@
28 # ChangeLog for sys-kernel/gentoo-sources
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1067 2013/02/24 20:40:06 jer Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1068 2013/02/28 19:54:00 tomwij Exp $
32 +
33 +*gentoo-sources-3.0.67 (28 Feb 2013)
34 +*gentoo-sources-3.2.39 (28 Feb 2013)
35 +*gentoo-sources-3.4.34 (28 Feb 2013)
36 +
37 + 28 Feb 2013; Tom Wijsman <TomWij@g.o> +gentoo-sources-3.0.67.ebuild,
38 + +gentoo-sources-3.2.39.ebuild, +gentoo-sources-3.4.34.ebuild:
39 + Linux patches 3.0.66 to 3.0.67, 3.2.39 and 3.4.33 to 3.4.34.
40
41 24 Feb 2013; Jeroen Roovers <jer@g.o> gentoo-sources-3.7.9.ebuild:
42 Stable for HPPA (bug #458602).
43
44
45
46 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.0.67.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.67.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.67.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gentoo-sources-3.0.67.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.67.ebuild,v 1.1 2013/02/28 19:54:00 tomwij Exp $
56
57 EAPI="2"
58 ETYPE="sources"
59 K_WANT_GENPATCHES="base extras"
60 K_GENPATCHES_VER="38"
61 K_DEBLOB_AVAILABLE="1"
62 inherit kernel-2
63 detect_version
64 detect_arch
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
68 IUSE="deblob"
69
70 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
71 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
72
73 pkg_postinst() {
74 kernel-2_pkg_postinst
75 einfo "For more info on this patchset, and how to report problems, see:"
76 einfo "${HOMEPAGE}"
77 }
78
79 pkg_postrm() {
80 kernel-2_pkg_postrm
81 }
82
83
84
85 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.2.39.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.39.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.39.ebuild?rev=1.1&content-type=text/plain
89
90 Index: gentoo-sources-3.2.39.ebuild
91 ===================================================================
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.39.ebuild,v 1.1 2013/02/28 19:54:00 tomwij Exp $
95
96 EAPI="3"
97 ETYPE="sources"
98 K_WANT_GENPATCHES="base extras"
99 K_GENPATCHES_VER="18"
100 K_DEBLOB_AVAILABLE="1"
101 inherit kernel-2
102 detect_version
103 detect_arch
104
105 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
106 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
107 IUSE="deblob"
108
109 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
110 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
111
112 pkg_postinst() {
113 kernel-2_pkg_postinst
114 einfo "For more info on this patchset, and how to report problems, see:"
115 einfo "${HOMEPAGE}"
116 }
117
118 pkg_postrm() {
119 kernel-2_pkg_postrm
120 }
121
122
123
124 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.4.34.ebuild
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.34.ebuild?rev=1.1&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.34.ebuild?rev=1.1&content-type=text/plain
128
129 Index: gentoo-sources-3.4.34.ebuild
130 ===================================================================
131 # Copyright 1999-2013 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.34.ebuild,v 1.1 2013/02/28 19:54:00 tomwij Exp $
134
135 EAPI="3"
136 ETYPE="sources"
137 K_WANT_GENPATCHES="base extras"
138 K_GENPATCHES_VER="16"
139 K_DEBLOB_AVAILABLE="1"
140 inherit kernel-2
141 detect_version
142 detect_arch
143
144 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
145 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
146 IUSE="deblob"
147
148 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
149 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
150
151 pkg_postinst() {
152 kernel-2_pkg_postinst
153 einfo "For more info on this patchset, and how to report problems, see:"
154 einfo "${HOMEPAGE}"
155 }
156
157 pkg_postrm() {
158 kernel-2_pkg_postrm
159 }