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: Mon, 06 Feb 2017 11:21:17
Message-Id: 1486380067.a6b54f0f5271e82edae5aba6341b59b23fe17a69.mpagano@gentoo
1 commit: a6b54f0f5271e82edae5aba6341b59b23fe17a69
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 11:20:56 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 11:21:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b54f0f
7
8 sys-kernel/git-sources: Linux patch 4.10-rc7
9
10 Package-Manager: portage-2.3.3
11
12 sys-kernel/git-sources/Manifest | 1 +
13 sys-kernel/git-sources/git-sources-4.10_rc7.ebuild | 41 ++++++++++++++++++++++
14 2 files changed, 42 insertions(+)
15
16 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
17 index dc084d5..79dbb8e 100644
18 --- a/sys-kernel/git-sources/Manifest
19 +++ b/sys-kernel/git-sources/Manifest
20 @@ -5,3 +5,4 @@ DIST patch-4.10-rc3.xz 7431972 SHA256 cc5f910e05edbc4b4cd16beca39274d49c96954d09
21 DIST patch-4.10-rc4.xz 7486192 SHA256 95b8a31b423d4eb33af0963de41a1a657baf8f06ebfa02bcffd14c4dc3b1a167 SHA512 89d903d52ff907f3911ac09214d1299c310fd67b7ff36170c6233e6348049fb0f669ba245a8ca310f52c91eb523aa5f91a9b52f4c67ca932b951fe2c60f25ae5 WHIRLPOOL 8afec9c31a88a335b9c6d63e02ab5ce6cf05c14b1edaedbe5aa9dd00b5d2e3e878bf31c8c67f10dcfda85c2e9183abea2e8ebdaa2ce2d024371df2c59ee10b36
22 DIST patch-4.10-rc5.xz 7529216 SHA256 5a692b4d43b90899ed0543199cc320ce650c68f1527d7fe05bfba2a191c58224 SHA512 5c51bce76af4e6f4637aaa059a9211c958d3d26332ef9efab421586069b1df5610b781908359da325dd114c9a6567f45be45a3c6bae6830586af69669d05910a WHIRLPOOL 410b804eb3a33062ae8729964f5f6582918c57111e73f58e7adcc52ab90d178f9b864286c24792519b89aa6dfd29a0eeda88d890ad45d943d08f4a28321bead2
23 DIST patch-4.10-rc6.xz 7582156 SHA256 1ff82c02b097f63ad58b0ecd46657c020f3dc2f4e918fa7b96cfed8743661a08 SHA512 eb6dfcdcb427d198d955b6c2146abd5c6a74d01ab10855d713f33b9c87df05f20f2688cb354d5881dfb82ebdcf4ecac37b36956ff3645977f967f021b52ad507 WHIRLPOOL 8a37977897cdc50ea30385d2cd95b7a65361445627b0d3a987371fcacb8faa8f92d09b5f8a665ad249b9a8dda7ebb1637f7bfd52bb1ec56e6ba984a2a6bf4220
24 +DIST patch-4.10-rc7.xz 7615980 SHA256 08498cef41888d8d82b29b356011ed9531fb4e05105d36cc423e3def8bbe420a SHA512 206e5e97581bb376141398b6962fbbc4ee0a58b50fae1de83f3f6f3c06502b260f006628aab738d63994a6d1c0276717d49e882a8107b8f9c24d565a2a70ea9b WHIRLPOOL f08090c4dd0add76c0bc4cfca973a2d18dfaa8f45f4f08e2df970b22b6ba7b873a4af4d5eca28d7f9aee336159f70482a40c724864f1bec6234d2151b3feb7a8
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.10_rc7.ebuild b/sys-kernel/git-sources/git-sources-4.10_rc7.ebuild
27 new file mode 100644
28 index 00000000..05f9017
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.10_rc7.ebuild
31 @@ -0,0 +1,41 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +UNIPATCH_STRICTORDER="yes"
38 +K_NOUSENAME="yes"
39 +K_NOSETEXTRAVERSION="yes"
40 +K_NOUSEPR="yes"
41 +K_SECURITY_UNSUPPORTED="1"
42 +K_BASE_VER="4.9"
43 +K_EXP_GENPATCHES_NOUSE="1"
44 +K_FROM_GIT="yes"
45 +ETYPE="sources"
46 +CKV="${PVR/-r/-git}"
47 +
48 +# only use this if it's not an _rc/_pre release
49 +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
50 +inherit kernel-2
51 +detect_version
52 +
53 +DESCRIPTION="The very latest -git version of the Linux kernel"
54 +HOMEPAGE="https://www.kernel.org"
55 +SRC_URI="${KERNEL_URI}"
56 +
57 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
58 +IUSE=""
59 +
60 +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
61 +experimental nature. If you have any issues, try a matching vanilla-sources
62 +ebuild -- if the problem is not there, please contact the upstream kernel
63 +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
64 +report the problem so it can be fixed in time for the next kernel release."
65 +
66 +RDEPEND=""
67 +DEPEND="${RDEPEND}
68 + >=sys-devel/patch-2.7.4"
69 +
70 +pkg_postinst() {
71 + postinst_sources
72 +}