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