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.30-r10.ebuild git-sources-2.6.30_rc8-r2.ebuild git-sources-2.6.30_rc8-r4.ebuild git-sources-2.6.30_rc8-r3.ebuild git-sources-2.6.30_rc8-r5.ebuild git-sources-2.6.30_rc8-r1.ebuild git-sources-2.6.30_rc8-r6.ebuild
Date: Wed, 17 Jun 2009 12:37:43
Message-Id: E1MGuOX-0004I3-K5@stork.gentoo.org
1 mpagano 09/06/17 12:37:37
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.30-r10.ebuild
5 Removed: git-sources-2.6.30_rc8-r2.ebuild
6 git-sources-2.6.30_rc8-r4.ebuild
7 git-sources-2.6.30_rc8-r3.ebuild
8 git-sources-2.6.30_rc8-r5.ebuild
9 git-sources-2.6.30_rc8-r1.ebuild
10 git-sources-2.6.30_rc8-r6.ebuild
11 Log:
12 Version bump and old version cleanup
13 (Portage version: 2.2_rc33/cvs/Linux i686)
14
15 Revision Changes Path
16 1.557 sys-kernel/git-sources/ChangeLog
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.557&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.557&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.556&r2=1.557
21
22 Index: ChangeLog
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
25 retrieving revision 1.556
26 retrieving revision 1.557
27 diff -u -r1.556 -r1.557
28 --- ChangeLog 16 Jun 2009 01:29:25 -0000 1.556
29 +++ ChangeLog 17 Jun 2009 12:37:37 -0000 1.557
30 @@ -1,6 +1,15 @@
31 # ChangeLog for sys-kernel/git-sources
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.556 2009/06/16 01:29:25 mpagano Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.557 2009/06/17 12:37:37 mpagano Exp $
35 +
36 +*git-sources-2.6.30-r10 (17 Jun 2009)
37 +
38 + 17 Jun 2009; Mike Pagano <mpagano@g.o>
39 + -git-sources-2.6.30_rc8-r1.ebuild, -git-sources-2.6.30_rc8-r2.ebuild,
40 + -git-sources-2.6.30_rc8-r3.ebuild, -git-sources-2.6.30_rc8-r4.ebuild,
41 + -git-sources-2.6.30_rc8-r5.ebuild, -git-sources-2.6.30_rc8-r6.ebuild,
42 + +git-sources-2.6.30-r10.ebuild:
43 + Version bump and old version cleanup
44
45 *git-sources-2.6.30-r9 (16 Jun 2009)
46
47
48
49
50 1.1 sys-kernel/git-sources/git-sources-2.6.30-r10.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.30-r10.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.30-r10.ebuild?rev=1.1&content-type=text/plain
54
55 Index: git-sources-2.6.30-r10.ebuild
56 ===================================================================
57 # Copyright 1999-2009 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.30-r10.ebuild,v 1.1 2009/06/17 12:37:37 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 ~sh ~sparc ~x86"
78 IUSE=""
79
80 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
81 experimental nature. If you have any issues, try a matching vanilla-sources
82 ebuild -- if the problem is not there, please contact the upstream kernel
83 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
84 report the problem so it can be fixed in time for the next kernel release."
85
86 pkg_postinst() {
87 postinst_sources
88 }