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