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/git-sources: ChangeLog git-sources-2.6.30_rc7-r1.ebuild git-sources-2.6.30_rc5-r4.ebuild git-sources-2.6.30_rc5-r3.ebuild git-sources-2.6.30_rc5-r6.ebuild git-sources-2.6.30_rc5-r2.ebuild git-sources-2.6.30_rc5-r1.ebuild git-sources-2.6.30_rc5-r5.ebuild
Date: Tue, 26 May 2009 13:31:53
Message-Id: E1M8wku-0003eZ-Qh@stork.gentoo.org
1 mpagano 09/05/26 13:31:48
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.30_rc7-r1.ebuild
5 Removed: git-sources-2.6.30_rc5-r4.ebuild
6 git-sources-2.6.30_rc5-r3.ebuild
7 git-sources-2.6.30_rc5-r6.ebuild
8 git-sources-2.6.30_rc5-r2.ebuild
9 git-sources-2.6.30_rc5-r1.ebuild
10 git-sources-2.6.30_rc5-r5.ebuild
11 Log:
12 Version bump and old version cleanup
13 (Portage version: 2.2_rc33/cvs/Linux i686)
14
15 Revision Changes Path
16 1.537 sys-kernel/git-sources/ChangeLog
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.537&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.537&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.536&r2=1.537
21
22 Index: ChangeLog
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
25 retrieving revision 1.536
26 retrieving revision 1.537
27 diff -u -r1.536 -r1.537
28 --- ChangeLog 23 May 2009 18:34:28 -0000 1.536
29 +++ ChangeLog 26 May 2009 13:31:48 -0000 1.537
30 @@ -1,6 +1,15 @@
31 # ChangeLog for sys-kernel/git-sources
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.536 2009/05/23 18:34:28 mpagano Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.537 2009/05/26 13:31:48 mpagano Exp $
35 +
36 +*git-sources-2.6.30_rc7-r1 (26 May 2009)
37 +
38 + 26 May 2009; Mike Pagano <mpagano@g.o>
39 + -git-sources-2.6.30_rc5-r1.ebuild, -git-sources-2.6.30_rc5-r2.ebuild,
40 + -git-sources-2.6.30_rc5-r3.ebuild, -git-sources-2.6.30_rc5-r4.ebuild,
41 + -git-sources-2.6.30_rc5-r5.ebuild, -git-sources-2.6.30_rc5-r6.ebuild,
42 + +git-sources-2.6.30_rc7-r1.ebuild:
43 + Version bump and old version cleanup
44
45 *git-sources-2.6.30_rc6-r8 (23 May 2009)
46
47
48
49
50 1.1 sys-kernel/git-sources/git-sources-2.6.30_rc7-r1.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.30_rc7-r1.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.30_rc7-r1.ebuild?rev=1.1&content-type=text/plain
54
55 Index: git-sources-2.6.30_rc7-r1.ebuild
56 ===================================================================
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.30_rc7-r1.ebuild,v 1.1 2009/05/26 13:31:48 mpagano Exp $
60
61 UNIPATCH_STRICTORDER="yes"
62 K_NOUSENAME="yes"
63 K_NOSETEXTRAVERSION="yes"
64 K_NOUSEPR="yes"
65 K_SECURITY_UNSUPPORTED="yes"
66 ETYPE="sources"
67 CKV="${PVR/-r/-git}"
68 # only use this if it's not an _rc/_pre release
69 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
70 inherit kernel-2
71 detect_version
72
73 DESCRIPTION="The very latest -git version of the Linux kernel"
74 HOMEPAGE="http://www.kernel.org"
75 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
76 SRC_URI="${KERNEL_URI}"
77 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
78 IUSE=""
79
80 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
81 experimental nature. If you have any issues, try a matching vanilla-sources
82 ebuild -- if the problem is not there, please contact the upstream kernel
83 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
84 report the problem so it can be fixed in time for the next kernel release."
85
86 pkg_postinst() {
87 postinst_sources
88 }