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