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.27_rc8.ebuild git-sources-2.6.27_rc6-r1.ebuild git-sources-2.6.27_rc6-r3.ebuild git-sources-2.6.27_rc6-r4.ebuild git-sources-2.6.27_rc6-r5.ebuild git-sources-2.6.27_rc6.ebuild git-sources-2.6.27_rc6-r6.ebuild git-sources-2.6.27_rc6-r2.ebuild
Date: Tue, 30 Sep 2008 00:15:21
Message-Id: E1KkSta-0004bJ-EL@stork.gentoo.org
1 mpagano 08/09/30 00:15:18
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.27_rc8.ebuild
5 Removed: git-sources-2.6.27_rc6-r1.ebuild
6 git-sources-2.6.27_rc6-r3.ebuild
7 git-sources-2.6.27_rc6-r4.ebuild
8 git-sources-2.6.27_rc6-r5.ebuild
9 git-sources-2.6.27_rc6.ebuild
10 git-sources-2.6.27_rc6-r6.ebuild
11 git-sources-2.6.27_rc6-r2.ebuild
12 Log:
13 Version bump and old version cleanup
14 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc7 i686)
15
16 Revision Changes Path
17 1.350 sys-kernel/git-sources/ChangeLog
18
19 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.350&view=markup
20 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.350&content-type=text/plain
21 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.349&r2=1.350
22
23 Index: ChangeLog
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
26 retrieving revision 1.349
27 retrieving revision 1.350
28 diff -u -r1.349 -r1.350
29 --- ChangeLog 26 Sep 2008 12:59:48 -0000 1.349
30 +++ ChangeLog 30 Sep 2008 00:15:17 -0000 1.350
31 @@ -1,6 +1,15 @@
32 # ChangeLog for sys-kernel/git-sources
33 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
34 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.349 2008/09/26 12:59:48 mpagano Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.350 2008/09/30 00:15:17 mpagano Exp $
36 +
37 +*git-sources-2.6.27_rc8 (30 Sep 2008)
38 +
39 + 30 Sep 2008; Mike Pagano <mpagano@g.o>
40 + -git-sources-2.6.27_rc6.ebuild, -git-sources-2.6.27_rc6-r1.ebuild,
41 + -git-sources-2.6.27_rc6-r2.ebuild, -git-sources-2.6.27_rc6-r3.ebuild,
42 + -git-sources-2.6.27_rc6-r4.ebuild, -git-sources-2.6.27_rc6-r5.ebuild,
43 + -git-sources-2.6.27_rc6-r6.ebuild, +git-sources-2.6.27_rc8.ebuild:
44 + Version bump and old version cleanup
45
46 *git-sources-2.6.27_rc7-r5 (26 Sep 2008)
47
48
49
50
51 1.1 sys-kernel/git-sources/git-sources-2.6.27_rc8.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc8.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc8.ebuild?rev=1.1&content-type=text/plain
55
56 Index: git-sources-2.6.27_rc8.ebuild
57 ===================================================================
58 # Copyright 1999-2008 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.27_rc8.ebuild,v 1.1 2008/09/30 00:15:17 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 ~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 K_EXTRAEWARN="If your system utilizes the e1000e driver DO NOT install and run
88 any 2.6.27 kernel. See bug #238489 for more information"
89
90 pkg_postinst() {
91 postinst_sources
92 }