Gentoo Archives: gentoo-commits

From: "Konstantin Arkhipov (voxus)" <voxus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/mm-sources: ChangeLog mm-sources-2.6.28_rc2-r1.ebuild mm-sources-2.6.26_rc8-r1.ebuild mm-sources-2.6.26_rc5-r1.ebuild mm-sources-2.6.26_rc5-r3.ebuild mm-sources-2.6.26_rc2-r1.ebuild mm-sources-2.6.27_rc5-r1.ebuild mm-sources-2.6.27_rc1-r1.ebuild mm-sources-2.6.26_rc5-r2.ebuild
Date: Thu, 30 Oct 2008 10:12:32
Message-Id: E1KvUVy-0007iz-3A@stork.gentoo.org
1 voxus 08/10/30 10:12:30
2
3 Modified: ChangeLog
4 Added: mm-sources-2.6.28_rc2-r1.ebuild
5 Removed: mm-sources-2.6.26_rc8-r1.ebuild
6 mm-sources-2.6.26_rc5-r1.ebuild
7 mm-sources-2.6.26_rc5-r3.ebuild
8 mm-sources-2.6.26_rc2-r1.ebuild
9 mm-sources-2.6.27_rc5-r1.ebuild
10 mm-sources-2.6.27_rc1-r1.ebuild
11 mm-sources-2.6.26_rc5-r2.ebuild
12 Log:
13 * bump
14 - old versions
15 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc5-mm1 x86_64)
16
17 Revision Changes Path
18 1.376 sys-kernel/mm-sources/ChangeLog
19
20 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/mm-sources/ChangeLog?rev=1.376&view=markup
21 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/mm-sources/ChangeLog?rev=1.376&content-type=text/plain
22 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/mm-sources/ChangeLog?r1=1.375&r2=1.376
23
24 Index: ChangeLog
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/ChangeLog,v
27 retrieving revision 1.375
28 retrieving revision 1.376
29 diff -u -r1.375 -r1.376
30 --- ChangeLog 5 Sep 2008 10:32:50 -0000 1.375
31 +++ ChangeLog 30 Oct 2008 10:12:29 -0000 1.376
32 @@ -1,6 +1,15 @@
33 # ChangeLog for sys-kernel/mm-sources
34 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
35 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/ChangeLog,v 1.375 2008/09/05 10:32:50 voxus Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/ChangeLog,v 1.376 2008/10/30 10:12:29 voxus Exp $
37 +
38 +*mm-sources-2.6.28_rc2-r1 (30 Oct 2008)
39 +
40 + 30 Oct 2008; Konstantin V. Arkhipov <voxus@g.o>
41 + -mm-sources-2.6.26_rc2-r1.ebuild, -mm-sources-2.6.26_rc5-r1.ebuild,
42 + -mm-sources-2.6.26_rc5-r2.ebuild, -mm-sources-2.6.26_rc5-r3.ebuild,
43 + -mm-sources-2.6.26_rc8-r1.ebuild, -mm-sources-2.6.27_rc1-r1.ebuild,
44 + -mm-sources-2.6.27_rc5-r1.ebuild, +mm-sources-2.6.28_rc2-r1.ebuild:
45 + Version bump, cleanup.
46
47 *mm-sources-2.6.27_rc5-r1 (05 Sep 2008)
48
49
50
51
52 1.1 sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild?rev=1.1&content-type=text/plain
56
57 Index: mm-sources-2.6.28_rc2-r1.ebuild
58 ===================================================================
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild,v 1.1 2008/10/30 10:12:30 voxus Exp $
62
63 K_PREPATCHED="yes"
64 UNIPATCH_STRICTORDER="yes"
65 K_SECURITY_UNSUPPORTED="1"
66
67 ETYPE="sources"
68 inherit kernel-2
69 detect_version
70 UNIPATCH_LIST="${DISTDIR}/${KV_FULL}.bz2"
71 K_NOSETEXTRAVERSION="don't_set_it"
72
73 DESCRIPTION="Andrew Morton's kernel, mostly fixes for 2.6 vanilla, some vm stuff too"
74 SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/people/akpm/patches/2.6/${KV/-mm*/}/${KV}/${KV}.bz2"
75
76 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
77 IUSE=""
78
79 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
80 experimental nature. If you have any issues, try a matching vanilla-sources
81 ebuild -- if the problem persists there, please file a bug at http://bugme.osdl.org.
82 If the problem only occurs with mm-sources then please contact Andrew Morton to
83 get your issue resolved."