Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Tue, 07 Mar 2017 07:28:57
Message-Id: 1488871193.b20ee3c656e83fd09db511d8fbfed5c72f909bcd.xmw@gentoo
1 commit: b20ee3c656e83fd09db511d8fbfed5c72f909bcd
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 07:19:53 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 07:19:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20ee3c6
7
8 sys-kernel/raspberrypi-sources: Version bump.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 .../raspberrypi-sources-4.10.9999.ebuild | 27 ++++++++++++++++++++++
13 .../raspberrypi-sources-4.9.9999.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
17 new file mode 100644
18 index 00000000000..1e0ef374a71
19 --- /dev/null
20 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
21 @@ -0,0 +1,27 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=5
26 +
27 +ETYPE=sources
28 +K_DEFCONFIG="bcmrpi_defconfig"
29 +K_SECURITY_UNSUPPORTED=1
30 +EXTRAVERSION="-${PN}/-*"
31 +inherit kernel-2
32 +detect_version
33 +detect_arch
34 +
35 +inherit git-2 versionator
36 +EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
37 +EGIT_PROJECT="raspberrypi-linux.git"
38 +EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
39 +
40 +DESCRIPTION="Raspberry PI kernel sources"
41 +HOMEPAGE="https://github.com/raspberrypi/linux"
42 +
43 +KEYWORDS=""
44 +
45 +src_unpack() {
46 + git-2_src_unpack
47 + unpack_set_extraversion
48 +}
49
50 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
51 new file mode 100644
52 index 00000000000..1e0ef374a71
53 --- /dev/null
54 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
55 @@ -0,0 +1,27 @@
56 +# Copyright 1999-2017 Gentoo Foundation
57 +# Distributed under the terms of the GNU General Public License v2
58 +
59 +EAPI=5
60 +
61 +ETYPE=sources
62 +K_DEFCONFIG="bcmrpi_defconfig"
63 +K_SECURITY_UNSUPPORTED=1
64 +EXTRAVERSION="-${PN}/-*"
65 +inherit kernel-2
66 +detect_version
67 +detect_arch
68 +
69 +inherit git-2 versionator
70 +EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
71 +EGIT_PROJECT="raspberrypi-linux.git"
72 +EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
73 +
74 +DESCRIPTION="Raspberry PI kernel sources"
75 +HOMEPAGE="https://github.com/raspberrypi/linux"
76 +
77 +KEYWORDS=""
78 +
79 +src_unpack() {
80 + git-2_src_unpack
81 + unpack_set_extraversion
82 +}