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