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