Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Mon, 03 Sep 2018 09:22:08
Message-Id: 1535966507.3e725b5553d516b0a42342c1714af6c3bf02045f.ago@gentoo
1 commit: 3e725b5553d516b0a42342c1714af6c3bf02045f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 09:21:47 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 09:21:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e725b55
7
8 sys-kernel/git-sources: Automated version bump to 4.19_rc2.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.19_rc2.ebuild | 40 ++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
17 index de9d422db20..ea543cb8500 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -1,2 +1,3 @@
21 DIST linux-4.18.tar.xz 101781564 BLAKE2B 138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2 SHA512 950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6dacccc8000b3a9a9ae038
22 DIST patch-4.19-rc1.patch 38084340 BLAKE2B bda832e116f74e04485b1d253b0a01a4838b62725f572009c7be22a7f1323f1910bb7c75793e768404ec5fbc2f48be038523e440fb365aaed4d318e2c8616be7 SHA512 84c2fc3869db3f45b7cc6bbd0d9830c8d5b4a921a887b7b2ed39b332c384ca276b083205d0adee0e2f9ad42650961db642979c57250638126363366629e3fbdc
23 +DIST patch-4.19-rc2.patch 38326203 BLAKE2B 7cb9f6a80591dcecc13b22d9990d2ea03218ff6f1ca1d72e203bb7d98e8376b1da36f0ac5f834dd1de16c4e4950b0231db9c84af3852494c6a27ca0024f0ed9a SHA512 17473b20591cbecb00ab6b3e882a3e039b75a8fc32b776a71f1d02d6179d98f0cd4977de45d4c624b955b7951d4a36f32fb191ab1fffe92798f01c428676cce2
24
25 diff --git a/sys-kernel/git-sources/git-sources-4.19_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.19_rc2.ebuild
26 new file mode 100644
27 index 00000000000..d03b0ba0d27
28 --- /dev/null
29 +++ b/sys-kernel/git-sources/git-sources-4.19_rc2.ebuild
30 @@ -0,0 +1,40 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="6"
35 +UNIPATCH_STRICTORDER="yes"
36 +K_NOUSENAME="yes"
37 +K_NOSETEXTRAVERSION="yes"
38 +K_NOUSEPR="yes"
39 +K_SECURITY_UNSUPPORTED="1"
40 +K_BASE_VER="4.18"
41 +K_EXP_GENPATCHES_NOUSE="1"
42 +K_FROM_GIT="yes"
43 +ETYPE="sources"
44 +CKV="${PVR/-r/-git}"
45 +
46 +# only use this if it's not an _rc/_pre release
47 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
48 +inherit kernel-2
49 +detect_version
50 +
51 +DESCRIPTION="The very latest -git version of the Linux kernel"
52 +HOMEPAGE="https://www.kernel.org"
53 +SRC_URI="${KERNEL_URI}"
54 +
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
56 +IUSE=""
57 +
58 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
59 +experimental nature. If you have any issues, try a matching vanilla-sources
60 +ebuild -- if the problem is not there, please contact the upstream kernel
61 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
62 +report the problem so it can be fixed in time for the next kernel release."
63 +
64 +RDEPEND=""
65 +DEPEND="${RDEPEND}
66 + >=sys-devel/patch-2.7.5"
67 +
68 +pkg_postinst() {
69 + postinst_sources
70 +}