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-r1.ebuild git-sources-2.6.27_rc8-r7.ebuild git-sources-2.6.27_rc8-r8.ebuild git-sources-2.6.27_rc8-r6.ebuild
Date: Sat, 11 Oct 2008 00:45:23
Message-Id: E1KoSbh-0001c9-OH@stork.gentoo.org
1 mpagano 08/10/11 00:45:21
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.27-r1.ebuild
5 Removed: git-sources-2.6.27_rc8-r7.ebuild
6 git-sources-2.6.27_rc8-r8.ebuild
7 git-sources-2.6.27_rc8-r6.ebuild
8 Log:
9 Version bump and old version cleanup
10 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
11
12 Revision Changes Path
13 1.364 sys-kernel/git-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.364&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.364&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.363&r2=1.364
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
22 retrieving revision 1.363
23 retrieving revision 1.364
24 diff -u -r1.363 -r1.364
25 --- ChangeLog 10 Oct 2008 00:56:46 -0000 1.363
26 +++ ChangeLog 11 Oct 2008 00:45:21 -0000 1.364
27 @@ -1,6 +1,13 @@
28 # ChangeLog for sys-kernel/git-sources
29 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.363 2008/10/10 00:56:46 mpagano Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.364 2008/10/11 00:45:21 mpagano Exp $
32 +
33 +*git-sources-2.6.27-r1 (11 Oct 2008)
34 +
35 + 11 Oct 2008; Mike Pagano <mpagano@g.o>
36 + -git-sources-2.6.27_rc8-r6.ebuild, -git-sources-2.6.27_rc8-r7.ebuild,
37 + -git-sources-2.6.27_rc8-r8.ebuild, +git-sources-2.6.27-r1.ebuild:
38 + Version bump and old version cleanup
39
40 10 Oct 2008; Mike Pagano <mpagano@g.o>
41 -git-sources-2.6.27_rc8.ebuild, -git-sources-2.6.27_rc8-r1.ebuild,
42
43
44
45 1.1 sys-kernel/git-sources/git-sources-2.6.27-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: git-sources-2.6.27-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27-r1.ebuild,v 1.1 2008/10/11 00:45:21 mpagano Exp $
55
56 UNIPATCH_STRICTORDER="yes"
57 K_NOUSENAME="yes"
58 K_NOSETEXTRAVERSION="yes"
59 K_NOUSEPR="yes"
60 K_SECURITY_UNSUPPORTED="yes"
61 ETYPE="sources"
62 CKV="${PVR/-r/-git}"
63 # only use this if it's not an _rc/_pre release
64 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
65 inherit kernel-2
66 detect_version
67
68 DESCRIPTION="The very latest -git version of the Linux kernel"
69 HOMEPAGE="http://www.kernel.org"
70 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
71 SRC_URI="${KERNEL_URI}"
72 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
73 IUSE=""
74
75 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
76 experimental nature. If you have any issues, try a matching vanilla-sources
77 ebuild -- if the problem is not there, please contact the upstream kernel
78 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
79 report the problem so it can be fixed in time for the next kernel release."
80
81 K_EXTRAEWARN="This development kernel provides a patch which claims to protect
82 against damaging systems using the e1000e driver. If your system uses this
83 driver and you have any reservations then DO NOT install and run any 2.6.27
84 kernel. See bug #238489 for more information"
85
86 pkg_postinst() {
87 postinst_sources
88 }