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.24_rc6-r8.ebuild
Date: Wed, 02 Jan 2008 18:43:29
Message-Id: E1JA8Ym-0007ju-4i@stork.gentoo.org
1 mpagano 08/01/02 18:43:24
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.24_rc6-r8.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.140 sys-kernel/git-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.140&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.140&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.139&r2=1.140
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
19 retrieving revision 1.139
20 retrieving revision 1.140
21 diff -u -r1.139 -r1.140
22 --- ChangeLog 31 Dec 2007 19:17:18 -0000 1.139
23 +++ ChangeLog 2 Jan 2008 18:43:23 -0000 1.140
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-kernel/git-sources
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.139 2007/12/31 19:17:18 mpagano Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.140 2008/01/02 18:43:23 mpagano Exp $
30 +
31 +*git-sources-2.6.24_rc6-r8 (02 Jan 2008)
32 +
33 + 02 Jan 2008; Mike Pagano <mpagano@g.o>
34 + +git-sources-2.6.24_rc6-r8.ebuild:
35 + Version bump
36
37 *git-sources-2.6.24_rc6-r7 (31 Dec 2007)
38 *git-sources-2.6.24_rc6-r6 (31 Dec 2007)
39
40
41
42 1.1 sys-kernel/git-sources/git-sources-2.6.24_rc6-r8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.24_rc6-r8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.24_rc6-r8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: git-sources-2.6.24_rc6-r8.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.24_rc6-r8.ebuild,v 1.1 2008/01/02 18:43:23 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 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 ~sparc ~x86"
70
71 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
72 experimental nature. If you have any issues, try a matching vanilla-sources
73 ebuild -- if the problem is not there, please contact the upstream kernel
74 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
75 report the problem so it can be fixed in time for the next kernel release."
76
77 pkg_postinst() {
78 postinst_sources
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list