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