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