Gentoo Archives: gentoo-commits

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