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