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, 01 Feb 2016 09:32:27
Message-Id: 1454319131.f2ee70de50b78c40e563d786d618e00d9c6eb134.ago@gentoo
1 commit: f2ee70de50b78c40e563d786d618e00d9c6eb134
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 09:32:11 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 09:32:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ee70de
7
8 sys-kernel/git-sources: Automated version bump to 4.5_rc2
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 sys-kernel/git-sources/Manifest | 1 +
14 sys-kernel/git-sources/git-sources-4.5_rc2.ebuild | 40 +++++++++++++++++++++++
15 2 files changed, 41 insertions(+)
16
17 diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
18 index dfb3a44..f09ca71 100644
19 --- a/sys-kernel/git-sources/Manifest
20 +++ b/sys-kernel/git-sources/Manifest
21 @@ -1,2 +1,3 @@
22 DIST linux-4.4.tar.xz 87295988 SHA256 401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e WHIRLPOOL 02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
23 DIST patch-4.5-rc1.xz 7967940 SHA256 e85df921d461dd39c488ddd4f14b29ce1478b3df5551c6edda074690afe7e047 SHA512 0c7be6f7253d5542032c828a77e3fdd4d7728c3832378206684c9e2bc1d53087193f078970a1dbc0af33259bfb144807bd21dd50286ac60e3fabd492a4de4fd3 WHIRLPOOL ccb9e96626869183a87b6ec9dfb4edf0869adf3f6f4d8d7b3064196ff3347977435bed3995e6b14384f751aa4ec8bf0748a0c430a3669784f71b6351c96aaa5e
24 +DIST patch-4.5-rc2.xz 8030184 SHA256 b5d3194bf8f22fd63cf185f1b1dd25fca65bbf562773e22b6fd2538f43cf2df6 SHA512 7c589b7ec8c9a66204b10afd6a9865c6020bce2c4d616aad1e62bf362254522846b7f60a497656631aebda052b316e1896c302faad91d9b27bc1645919c017b1 WHIRLPOOL d061e4df5f5cbf23a1532e01de670d394ef3b87c7a0566d8ccbcc80dc22fb927c7a5bdc53d625615f4aa744f5b8314388b2799a4716afaf3346d239abfbc4d65
25
26 diff --git a/sys-kernel/git-sources/git-sources-4.5_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.5_rc2.ebuild
27 new file mode 100644
28 index 0000000..c33f1f6
29 --- /dev/null
30 +++ b/sys-kernel/git-sources/git-sources-4.5_rc2.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2015 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="yes"
42 +K_BASE_VER="4.4"
43 +K_EXP_GENPATCHES_NOUSE="1"
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.4"
68 +
69 +pkg_postinst() {
70 + postinst_sources
71 +}