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