Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-2.6.23_rc6.ebuild
Date: Tue, 11 Sep 2007 16:35:24
Message-Id: E1IV8b1-0000tU-KD@stork.gentoo.org
1 phreak 07/09/11 16:28:15
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.23_rc6.ebuild
5 Log:
6 Linux 2.6.23-rc6.
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.101 sys-kernel/git-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 1 Sep 2007 11:41:31 -0000 1.100
23 +++ ChangeLog 11 Sep 2007 16:28:15 -0000 1.101
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.100 2007/09/01 11:41:31 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.101 2007/09/11 16:28:15 phreak Exp $
29 +
30 +*git-sources-2.6.23_rc6 (11 Sep 2007)
31 +
32 + 11 Sep 2007; Christian Heim <phreak@g.o>
33 + +git-sources-2.6.23_rc6.ebuild:
34 + Linux 2.6.23-rc6.
35
36 *git-sources-2.6.23_rc5 (01 Sep 2007)
37
38
39
40
41 1.1 sys-kernel/git-sources/git-sources-2.6.23_rc6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.23_rc6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.23_rc6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: git-sources-2.6.23_rc6.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.23_rc6.ebuild,v 1.1 2007/09/11 16:28:15 phreak Exp $
51
52 UNIPATCH_STRICTORDER="yes"
53 K_NOUSENAME="yes"
54 K_NOSETEXTRAVERSION="yes"
55 K_NOUSEPR="yes"
56 K_SECURITY_UNSUPPORTED="yes"
57 ETYPE="sources"
58 CKV="${PVR/-r/-git}"
59 # only use this if it's not an _rc/_pre release
60 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
61 inherit kernel-2
62 detect_version
63
64 DESCRIPTION="The very latest -git version of the Linux kernel"
65 HOMEPAGE="http://www.kernel.org"
66 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
67 SRC_URI="${KERNEL_URI}"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69
70 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
71 experimental nature. If you have any issues, try a matching vanilla-sources
72 ebuild -- if the problem is not there, please contact the upstream kernel
73 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
74 report the problem so it can be fixed in time for the next kernel release."
75
76 pkg_postinst() {
77 postinst_sources
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list