Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/raspberrypi-sources: raspberrypi-sources-3.12.9999.ebuild ChangeLog
Date: Thu, 26 Dec 2013 23:43:15
Message-Id: 20131226234310.AD84F2004C@flycatcher.gentoo.org
1 xmw 13/12/26 23:43:10
2
3 Modified: ChangeLog
4 Added: raspberrypi-sources-3.12.9999.ebuild
5 Log:
6 Add 3.12 slot
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.5 sys-kernel/raspberrypi-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 9 Sep 2013 18:47:18 -0000 1.4
24 +++ ChangeLog 26 Dec 2013 23:43:10 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-kernel/raspberrypi-sources
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.4 2013/09/09 18:47:18 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.5 2013/12/26 23:43:10 xmw Exp $
30 +
31 +*raspberrypi-sources-3.12.9999 (26 Dec 2013)
32 +
33 + 26 Dec 2013; Michael Weber <xmw@g.o>
34 + +raspberrypi-sources-3.12.9999.ebuild:
35 + Add 3.12 slot
36
37 *raspberrypi-sources-3.11.9999 (09 Sep 2013)
38
39
40
41
42 1.1 sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12.9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12.9999.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12.9999.ebuild?rev=1.1&content-type=text/plain
46
47 Index: raspberrypi-sources-3.12.9999.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12.9999.ebuild,v 1.1 2013/12/26 23:43:10 xmw Exp $
52
53 EAPI=5
54
55 ETYPE=sources
56 K_DEFCONFIG="bcmrpi_defconfig"
57 K_SECURITY_UNSUPPORTED=1
58 EXTRAVERSION="-${PN}/-*"
59 inherit kernel-2
60 detect_version
61 detect_arch
62
63 inherit git-2 versionator
64 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
65 EGIT_PROJECT="raspberrypi-linux.git"
66 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
67
68 DESCRIPTION="Raspberry PI kernel sources"
69 HOMEPAGE="https://github.com/raspberrypi/linux"
70
71 KEYWORDS=""
72
73 src_unpack() {
74 git-2_src_unpack
75 unpack_set_extraversion
76 }