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