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