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: git-sources-2.6.35_rc4.ebuild ChangeLog git-sources-2.6.35_rc2-r6.ebuild git-sources-2.6.35_rc2-r3.ebuild git-sources-2.6.35_rc2-r4.ebuild git-sources-2.6.35_rc2-r1.ebuild git-sources-2.6.35_rc2-r5.ebuild git-sources-2.6.35_rc2-r2.ebuild git-sources-2.6.35_rc2.ebuild
Date: Mon, 05 Jul 2010 20:19:21
Message-Id: 20100705201919.910652CE14@corvid.gentoo.org
1 mpagano 10/07/05 20:19:19
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.35_rc4.ebuild
5 Removed: git-sources-2.6.35_rc2-r6.ebuild
6 git-sources-2.6.35_rc2-r3.ebuild
7 git-sources-2.6.35_rc2-r4.ebuild
8 git-sources-2.6.35_rc2-r1.ebuild
9 git-sources-2.6.35_rc2-r5.ebuild
10 git-sources-2.6.35_rc2-r2.ebuild
11 git-sources-2.6.35_rc2.ebuild
12 Log:
13 Version bump and old version cleanup
14 (Portage version: 2.2_rc67/cvs/Linux x86_64)
15
16 Revision Changes Path
17 1.857 sys-kernel/git-sources/ChangeLog
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.857&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.857&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.856&r2=1.857
22
23 Index: ChangeLog
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
26 retrieving revision 1.856
27 retrieving revision 1.857
28 diff -u -r1.856 -r1.857
29 --- ChangeLog 3 Jul 2010 01:11:45 -0000 1.856
30 +++ ChangeLog 5 Jul 2010 20:19:19 -0000 1.857
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.856 2010/07/03 01:11:45 mpagano Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.857 2010/07/05 20:19:19 mpagano Exp $
36 +
37 +*git-sources-2.6.35_rc4 (05 Jul 2010)
38 +
39 + 05 Jul 2010; Michael Pagano <mpagano@g.o>
40 + -git-sources-2.6.35_rc2.ebuild, -git-sources-2.6.35_rc2-r1.ebuild,
41 + -git-sources-2.6.35_rc2-r2.ebuild, -git-sources-2.6.35_rc2-r3.ebuild,
42 + -git-sources-2.6.35_rc2-r4.ebuild, -git-sources-2.6.35_rc2-r5.ebuild,
43 + -git-sources-2.6.35_rc2-r6.ebuild, +git-sources-2.6.35_rc4.ebuild:
44 + Version bump and old version cleanup
45
46 *git-sources-2.6.35_rc3-r8 (03 Jul 2010)
47
48
49
50
51 1.1 sys-kernel/git-sources/git-sources-2.6.35_rc4.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.35_rc4.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.35_rc4.ebuild?rev=1.1&content-type=text/plain
55
56 Index: git-sources-2.6.35_rc4.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.35_rc4.ebuild,v 1.1 2010/07/05 20:19:19 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 K_DEBLOB_AVAILABLE=0
68 ETYPE="sources"
69 CKV="${PVR/-r/-git}"
70 # only use this if it's not an _rc/_pre release
71 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
72 inherit kernel-2
73 detect_version
74
75 DESCRIPTION="The very latest -git version of the Linux kernel"
76 HOMEPAGE="http://www.kernel.org"
77 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
78 SRC_URI="${KERNEL_URI}"
79 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
80 IUSE=""
81
82 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
83 experimental nature. If you have any issues, try a matching vanilla-sources
84 ebuild -- if the problem is not there, please contact the upstream kernel
85 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
86 report the problem so it can be fixed in time for the next kernel release."
87
88 pkg_postinst() {
89 postinst_sources
90 }