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.19.9999.ebuild raspberrypi-sources-3.18.9999.ebuild ChangeLog
Date: Tue, 31 Mar 2015 23:27:46
Message-Id: 20150331232740.88DDC14F31@oystercatcher.gentoo.org
1 xmw 15/03/31 23:27:39
2
3 Modified: ChangeLog
4 Added: raspberrypi-sources-3.19.9999.ebuild
5 raspberrypi-sources-3.18.9999.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.9 sys-kernel/raspberrypi-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 7 Nov 2014 10:40:00 -0000 1.8
25 +++ ChangeLog 31 Mar 2015 23:27:39 -0000 1.9
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-kernel/raspberrypi-sources
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.8 2014/11/07 10:40:00 xmw Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.9 2015/03/31 23:27:39 xmw Exp $
32 +
33 +*raspberrypi-sources-3.18.9999 (31 Mar 2015)
34 +*raspberrypi-sources-3.19.9999 (31 Mar 2015)
35 +
36 + 31 Mar 2015; Michael Weber <xmw@g.o>
37 + +raspberrypi-sources-3.18.9999.ebuild, +raspberrypi-sources-3.19.9999.ebuild:
38 + Version bump
39
40 *raspberrypi-sources-3.17.9999 (07 Nov 2014)
41
42
43
44
45 1.1 sys-kernel/raspberrypi-sources/raspberrypi-sources-3.19.9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.19.9999.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.19.9999.ebuild?rev=1.1&content-type=text/plain
49
50 Index: raspberrypi-sources-3.19.9999.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.19.9999.ebuild,v 1.1 2015/03/31 23:27:39 xmw Exp $
55
56 EAPI=5
57
58 ETYPE=sources
59 K_DEFCONFIG="bcmrpi_defconfig"
60 K_SECURITY_UNSUPPORTED=1
61 EXTRAVERSION="-${PN}/-*"
62 inherit kernel-2
63 detect_version
64 detect_arch
65
66 inherit git-2 versionator
67 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
68 EGIT_PROJECT="raspberrypi-linux.git"
69 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
70
71 DESCRIPTION="Raspberry PI kernel sources"
72 HOMEPAGE="https://github.com/raspberrypi/linux"
73
74 KEYWORDS=""
75
76 src_unpack() {
77 git-2_src_unpack
78 unpack_set_extraversion
79 }
80
81
82
83 1.1 sys-kernel/raspberrypi-sources/raspberrypi-sources-3.18.9999.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.18.9999.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.18.9999.ebuild?rev=1.1&content-type=text/plain
87
88 Index: raspberrypi-sources-3.18.9999.ebuild
89 ===================================================================
90 # Copyright 1999-2015 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.18.9999.ebuild,v 1.1 2015/03/31 23:27:39 xmw Exp $
93
94 EAPI=5
95
96 ETYPE=sources
97 K_DEFCONFIG="bcmrpi_defconfig"
98 K_SECURITY_UNSUPPORTED=1
99 EXTRAVERSION="-${PN}/-*"
100 inherit kernel-2
101 detect_version
102 detect_arch
103
104 inherit git-2 versionator
105 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
106 EGIT_PROJECT="raspberrypi-linux.git"
107 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
108
109 DESCRIPTION="Raspberry PI kernel sources"
110 HOMEPAGE="https://github.com/raspberrypi/linux"
111
112 KEYWORDS=""
113
114 src_unpack() {
115 git-2_src_unpack
116 unpack_set_extraversion
117 }