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.14_rc2.ebuild ChangeLog git-sources-3.13_rc1.ebuild
Date: Mon, 10 Feb 2014 13:34:50
Message-Id: 20140210133441.82D4D2004B@flycatcher.gentoo.org
1 mpagano 14/02/10 13:34:41
2
3 Modified: ChangeLog
4 Added: git-sources-3.14_rc2.ebuild
5 Removed: git-sources-3.13_rc1.ebuild
6 Log:
7 Version bump, remove old
8
9 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 3C33C650B576E4E3)
10
11 Revision Changes Path
12 1.1372 sys-kernel/git-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1372&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1372&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1371&r2=1.1372
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
21 retrieving revision 1.1371
22 retrieving revision 1.1372
23 diff -u -r1.1371 -r1.1372
24 --- ChangeLog 3 Feb 2014 16:19:30 -0000 1.1371
25 +++ ChangeLog 10 Feb 2014 13:34:41 -0000 1.1372
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-kernel/git-sources
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1371 2014/02/03 16:19:30 mpagano Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1372 2014/02/10 13:34:41 mpagano Exp $
31 +
32 +*git-sources-3.14_rc2 (10 Feb 2014)
33 +
34 + 10 Feb 2014; Michael Pagano <mpagano@g.o>
35 + -git-sources-3.13_rc1.ebuild, +git-sources-3.14_rc2.ebuild:
36 + Version bump, remove old
37
38 *git-sources-3.14_rc1 (03 Feb 2014)
39
40
41
42
43 1.1 sys-kernel/git-sources/git-sources-3.14_rc2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.14_rc2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.14_rc2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: git-sources-3.14_rc2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 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-3.14_rc2.ebuild,v 1.1 2014/02/10 13:34:41 mpagano Exp $
53
54 EAPI="5"
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
64 # only use this if it's not an _rc/_pre release
65 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
66 inherit kernel-2
67 detect_version
68
69 DESCRIPTION="The very latest -git version of the Linux kernel"
70 HOMEPAGE="http://www.kernel.org"
71 SRC_URI="${KERNEL_URI}"
72
73 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
74 IUSE=""
75
76 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
77 experimental nature. If you have any issues, try a matching vanilla-sources
78 ebuild -- if the problem is not there, please contact the upstream kernel
79 developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
80 report the problem so it can be fixed in time for the next kernel release."
81
82 pkg_postinst() {
83 postinst_sources
84 }