Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
Date: Sun, 30 Jul 2017 23:56:04
Message-Id: 1501458955.61866f7b331671abaa64c1bf0a0729a5ab4e2b83.mpagano@gentoo
1 commit: 61866f7b331671abaa64c1bf0a0729a5ab4e2b83
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 23:55:47 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 23:55:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61866f7b
7
8 sys-kernel/git-sources: Linux patch 4.13-rc3
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.13_rc3.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 090ebd1a1ea..1744268fba2 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -1,3 +1,4 @@
21 DIST linux-4.12.tar.xz 99186576 SHA256 a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728 WHIRLPOOL 3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375
22 DIST patch-4.13-rc1.patch 68530295 SHA256 4be8ec611672ee0907635b9b6fd83c7f35e122f1ad1bf78b7210a6c17ce9d1e0 SHA512 a781b939853ffaa31ad088cdfe788fd5e3be2e2a1243798fbf5f0a4fcdd81bd23a41c9aea3d399c585334043667c21e0becca9e5e657ec9a671ba8e52413344a WHIRLPOOL 7528166cc9f095ce10650c5df11cd185581be0aa7c6536f44346466352bfaa1ed3c93f50957b511cd0241f1bae67b6608615d092226ec483229fe1785b4349b8
23 DIST patch-4.13-rc2.patch 69303063 SHA256 49f620f6e4525844e9ea8fcc2c87d8663a80ea4505f83dd71e51a5d37ca736c1 SHA512 35fa13157ab71f1ca67df204ea7811f1e26c364d4e32d5f184665979889b9435fcf5c4587d0f8ec6fa30e1b298a0712d64f0051e2414ac086a94a104b1d8d191 WHIRLPOOL a9127ee90c0bc18e47916938d8dbb5426c6af755e2075d74f26cf66bce1b2a5c0c819e2d1639a39ed1c66152f731f7076d0d2b96f8004b7f444611b910148909
24 +DIST patch-4.13-rc3.patch 69526174 SHA256 a207ee00017993880ddf08a11edd1a6626c1cf14d7e34372472298d605b137c2 SHA512 be9de99aa49c23f894ea8ca18e555a79050e7b2613e7d1e0ce32be87b514e530b37490b236beabdebbfe4dfe9356874c108436b462a1d4244984bc0d5d4c4f29 WHIRLPOOL 88d1b2afddcf871097d69f260eff813e07fbff8f77635519c5fae2a9c80680d1164be1ad1f7e15ed410850fa4d0b9040cb01a8780ecec01d6a6ce45cfda2ba1d
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.13_rc3.ebuild b/sys-kernel/git-sources/git-sources-4.13_rc3.ebuild
27 new file mode 100644
28 index 00000000000..125764c702a
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.13_rc3.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="5"
36 +UNIPATCH_STRICTORDER="yes"
37 +K_NOUSENAME="yes"
38 +K_NOSETEXTRAVERSION="yes"
39 +K_NOUSEPR="yes"
40 +K_SECURITY_UNSUPPORTED="1"
41 +K_BASE_VER="4.12"
42 +K_EXP_GENPATCHES_NOUSE="1"
43 +K_FROM_GIT="yes"
44 +ETYPE="sources"
45 +CKV="${PVR/-r/-git}"
46 +
47 +# only use this if it's not an _rc/_pre release
48 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
49 +inherit kernel-2
50 +detect_version
51 +
52 +DESCRIPTION="The very latest -git version of the Linux kernel"
53 +HOMEPAGE="https://www.kernel.org"
54 +SRC_URI="${KERNEL_URI}"
55 +
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
57 +IUSE=""
58 +
59 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
60 +experimental nature. If you have any issues, try a matching vanilla-sources
61 +ebuild -- if the problem is not there, please contact the upstream kernel
62 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
63 +report the problem so it can be fixed in time for the next kernel release."
64 +
65 +RDEPEND=""
66 +DEPEND="${RDEPEND}
67 + >=sys-devel/patch-2.7.5"
68 +
69 +pkg_postinst() {
70 + postinst_sources
71 +}