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