Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Sat, 28 Nov 2015 13:01:31
Message-Id: 1448715658.4ef4ab39f9df14ccce421396ab7b5ec65179b21e.tupone@gentoo
1 commit: 4ef4ab39f9df14ccce421396ab7b5ec65179b21e
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 13:00:58 2015 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 13:00:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef4ab39
7
8 sys-kernel/raspberrypi-sources: Bump to 4.1
9
10 Package-Manager: portage-2.2.20.1
11
12 .../raspberrypi-sources-4.1.9999.ebuild | 28 ++++++++++++++++++++++
13 1 file changed, 28 insertions(+)
14
15 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.1.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.1.9999.ebuild
16 new file mode 100644
17 index 0000000..9e72248
18 --- /dev/null
19 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.1.9999.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
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 +}