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_rc1-r5.ebuild git-sources-2.6.25-r11.ebuild git-sources-2.6.25-r13.ebuild git-sources-2.6.25-r14.ebuild git-sources-2.6.25-r12.ebuild git-sources-2.6.25-r10.ebuild
Date: Wed, 07 May 2008 12:06:11
Message-Id: E1JtiPQ-0004Uy-J8@stork.gentoo.org
1 mpagano 08/05/07 12:06:08
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.26_rc1-r5.ebuild
5 Removed: git-sources-2.6.25-r11.ebuild
6 git-sources-2.6.25-r13.ebuild
7 git-sources-2.6.25-r14.ebuild
8 git-sources-2.6.25-r12.ebuild
9 git-sources-2.6.25-r10.ebuild
10 Log:
11 Version bump and old version cleanup
12 (Portage version: 2.1.5_rc6)
13
14 Revision Changes Path
15 1.248 sys-kernel/git-sources/ChangeLog
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.248&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.248&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.247&r2=1.248
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
24 retrieving revision 1.247
25 retrieving revision 1.248
26 diff -u -r1.247 -r1.248
27 --- ChangeLog 6 May 2008 10:41:25 -0000 1.247
28 +++ ChangeLog 7 May 2008 12:06:08 -0000 1.248
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.247 2008/05/06 10:41:25 mpagano Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.248 2008/05/07 12:06:08 mpagano Exp $
34 +
35 +*git-sources-2.6.26_rc1-r5 (07 May 2008)
36 +
37 + 07 May 2008; Mike Pagano <mpagano@g.o>
38 + -git-sources-2.6.25-r10.ebuild, -git-sources-2.6.25-r11.ebuild,
39 + -git-sources-2.6.25-r12.ebuild, -git-sources-2.6.25-r13.ebuild,
40 + -git-sources-2.6.25-r14.ebuild, +git-sources-2.6.26_rc1-r5.ebuild:
41 + Version bump and old version cleanup
42
43 *git-sources-2.6.26_rc1-r4 (06 May 2008)
44
45
46
47
48 1.1 sys-kernel/git-sources/git-sources-2.6.26_rc1-r5.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.26_rc1-r5.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_rc1-r5.ebuild?rev=1.1&content-type=text/plain
52
53 Index: git-sources-2.6.26_rc1-r5.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_rc1-r5.ebuild,v 1.1 2008/05/07 12:06:08 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