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-3.7_rc3.ebuild ChangeLog
Date: Mon, 29 Oct 2012 17:25:27
Message-Id: 20121029172517.8271221600@flycatcher.gentoo.org
1 mpagano 12/10/29 17:25:17
2
3 Modified: ChangeLog
4 Added: git-sources-3.7_rc3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
9
10 Revision Changes Path
11 1.1316 sys-kernel/git-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1316&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1316&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1315&r2=1.1316
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
20 retrieving revision 1.1315
21 retrieving revision 1.1316
22 diff -u -r1.1315 -r1.1316
23 --- ChangeLog 21 Oct 2012 15:25:28 -0000 1.1315
24 +++ ChangeLog 29 Oct 2012 17:25:17 -0000 1.1316
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-kernel/git-sources
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1315 2012/10/21 15:25:28 mpagano Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1316 2012/10/29 17:25:17 mpagano Exp $
30 +
31 +*git-sources-3.7_rc3 (29 Oct 2012)
32 +
33 + 29 Oct 2012; Michael Pagano <mpagano@g.o> +git-sources-3.7_rc3.ebuild:
34 + Version bump
35
36 *git-sources-3.7_rc2 (21 Oct 2012)
37
38 @@ -978,4 +983,3 @@
39 01 May 2011; Michael Pagano <mpagano@g.o>
40 +git-sources-2.6.39_rc5-r4.ebuild:
41 Version bump
42 -
43
44
45
46 1.1 sys-kernel/git-sources/git-sources-3.7_rc3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.7_rc3.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.7_rc3.ebuild?rev=1.1&content-type=text/plain
50
51 Index: git-sources-3.7_rc3.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.7_rc3.ebuild,v 1.1 2012/10/29 17:25:17 mpagano Exp $
56
57 EAPI="4"
58 UNIPATCH_STRICTORDER="yes"
59 K_NOUSENAME="yes"
60 K_NOSETEXTRAVERSION="yes"
61 K_NOUSEPR="yes"
62 K_SECURITY_UNSUPPORTED="yes"
63 K_DEBLOB_AVAILABLE=0
64 ETYPE="sources"
65 CKV="${PVR/-r/-git}"
66
67 # only use this if it's not an _rc/_pre release
68 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
69 inherit kernel-2
70 detect_version
71
72 DESCRIPTION="The very latest -git version of the Linux kernel"
73 HOMEPAGE="http://www.kernel.org"
74 SRC_URI="${KERNEL_URI}"
75
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
77 IUSE=""
78
79 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
80 experimental nature. If you have any issues, try a matching vanilla-sources
81 ebuild -- if the problem is not there, please contact the upstream kernel
82 developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
83 report the problem so it can be fixed in time for the next kernel release."
84
85 pkg_postinst() {
86 postinst_sources
87 }