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.38_rc6.ebuild ChangeLog git-sources-2.6.38_rc6-r1.ebuild
Date: Wed, 23 Feb 2011 01:45:18
Message-Id: 20110223014507.4C94E20054@flycatcher.gentoo.org
1 mpagano 11/02/23 01:45:07
2
3 Modified: ChangeLog
4 Added: git-sources-2.6.38_rc6.ebuild
5 git-sources-2.6.38_rc6-r1.ebuild
6 Log:
7 Version bumps
8
9 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1077 sys-kernel/git-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1077&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1077&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1076&r2=1.1077
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
21 retrieving revision 1.1076
22 retrieving revision 1.1077
23 diff -u -r1.1076 -r1.1077
24 --- ChangeLog 22 Feb 2011 02:05:43 -0000 1.1076
25 +++ ChangeLog 23 Feb 2011 01:45:07 -0000 1.1077
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-kernel/git-sources
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1076 2011/02/22 02:05:43 mpagano Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1077 2011/02/23 01:45:07 mpagano Exp $
31 +
32 +*git-sources-2.6.38_rc6-r1 (23 Feb 2011)
33 +*git-sources-2.6.38_rc6 (23 Feb 2011)
34 +
35 + 23 Feb 2011; Michael Pagano <mpagano@g.o>
36 + +git-sources-2.6.38_rc6.ebuild, +git-sources-2.6.38_rc6-r1.ebuild:
37 + Version bumps
38
39 *git-sources-2.6.38_rc5-r7 (22 Feb 2011)
40
41
42
43
44 1.1 sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: git-sources-2.6.38_rc6.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6.ebuild,v 1.1 2011/02/23 01:45:07 mpagano Exp $
54
55 UNIPATCH_STRICTORDER="yes"
56 K_NOUSENAME="yes"
57 K_NOSETEXTRAVERSION="yes"
58 K_NOUSEPR="yes"
59 K_SECURITY_UNSUPPORTED="yes"
60 K_DEBLOB_AVAILABLE=0
61 ETYPE="sources"
62 CKV="${PVR/-r/-git}"
63 # only use this if it's not an _rc/_pre release
64 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
65 inherit kernel-2
66 detect_version
67
68 DESCRIPTION="The very latest -git version of the Linux kernel"
69 HOMEPAGE="http://www.kernel.org"
70 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
71 SRC_URI="${KERNEL_URI}"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
73 IUSE=""
74
75 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
76 experimental nature. If you have any issues, try a matching vanilla-sources
77 ebuild -- if the problem is not there, please contact the upstream kernel
78 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
79 report the problem so it can be fixed in time for the next kernel release."
80
81 pkg_postinst() {
82 postinst_sources
83 }
84
85
86
87 1.1 sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: git-sources-2.6.38_rc6-r1.ebuild
93 ===================================================================
94 # Copyright 1999-2011 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.38_rc6-r1.ebuild,v 1.1 2011/02/23 01:45:07 mpagano Exp $
97
98 UNIPATCH_STRICTORDER="yes"
99 K_NOUSENAME="yes"
100 K_NOSETEXTRAVERSION="yes"
101 K_NOUSEPR="yes"
102 K_SECURITY_UNSUPPORTED="yes"
103 K_DEBLOB_AVAILABLE=0
104 ETYPE="sources"
105 CKV="${PVR/-r/-git}"
106 # only use this if it's not an _rc/_pre release
107 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
108 inherit kernel-2
109 detect_version
110
111 DESCRIPTION="The very latest -git version of the Linux kernel"
112 HOMEPAGE="http://www.kernel.org"
113 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
114 SRC_URI="${KERNEL_URI}"
115 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
116 IUSE=""
117
118 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
119 experimental nature. If you have any issues, try a matching vanilla-sources
120 ebuild -- if the problem is not there, please contact the upstream kernel
121 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
122 report the problem so it can be fixed in time for the next kernel release."
123
124 pkg_postinst() {
125 postinst_sources
126 }