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