Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Sun, 01 Oct 2017 05:44:57
Message-Id: 1506836671.52b506bae2f657f6d912fa7f909c6fa05113a55f.alexxy@gentoo
1 commit: 52b506bae2f657f6d912fa7f909c6fa05113a55f
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 1 05:44:31 2017 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 05:44:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b506ba
7
8 sys-kernel/raspberrypi-sources: Add new versions
9
10 Also migrate all to git-r3 eclass
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild | 4 ++--
15 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild | 4 ++--
16 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild | 4 ++--
17 ...ources-4.10.9999.ebuild => raspberrypi-sources-4.13.9999.ebuild} | 4 ++--
18 ...ources-4.10.9999.ebuild => raspberrypi-sources-4.14.9999.ebuild} | 4 ++--
19 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild | 6 +++---
20 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild | 4 ++--
21 7 files changed, 15 insertions(+), 15 deletions(-)
22
23 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
24 index 1e0ef374a71..77955085938 100644
25 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
26 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
27 @@ -11,7 +11,7 @@ inherit kernel-2
28 detect_version
29 detect_arch
30
31 -inherit git-2 versionator
32 +inherit git-r3 versionator
33 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
34 EGIT_PROJECT="raspberrypi-linux.git"
35 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
36 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
37 KEYWORDS=""
38
39 src_unpack() {
40 - git-2_src_unpack
41 + git-r3_src_unpack
42 unpack_set_extraversion
43 }
44
45 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
46 index 1e0ef374a71..77955085938 100644
47 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
48 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
49 @@ -11,7 +11,7 @@ inherit kernel-2
50 detect_version
51 detect_arch
52
53 -inherit git-2 versionator
54 +inherit git-r3 versionator
55 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
56 EGIT_PROJECT="raspberrypi-linux.git"
57 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
58 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
59 KEYWORDS=""
60
61 src_unpack() {
62 - git-2_src_unpack
63 + git-r3_src_unpack
64 unpack_set_extraversion
65 }
66
67 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
68 index 1e0ef374a71..77955085938 100644
69 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
70 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
71 @@ -11,7 +11,7 @@ inherit kernel-2
72 detect_version
73 detect_arch
74
75 -inherit git-2 versionator
76 +inherit git-r3 versionator
77 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
78 EGIT_PROJECT="raspberrypi-linux.git"
79 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
80 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
81 KEYWORDS=""
82
83 src_unpack() {
84 - git-2_src_unpack
85 + git-r3_src_unpack
86 unpack_set_extraversion
87 }
88
89 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
90 similarity index 92%
91 copy from sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
92 copy to sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
93 index 1e0ef374a71..77955085938 100644
94 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
95 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
96 @@ -11,7 +11,7 @@ inherit kernel-2
97 detect_version
98 detect_arch
99
100 -inherit git-2 versionator
101 +inherit git-r3 versionator
102 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
103 EGIT_PROJECT="raspberrypi-linux.git"
104 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
105 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
106 KEYWORDS=""
107
108 src_unpack() {
109 - git-2_src_unpack
110 + git-r3_src_unpack
111 unpack_set_extraversion
112 }
113
114 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
115 similarity index 92%
116 copy from sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
117 copy to sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
118 index 1e0ef374a71..77955085938 100644
119 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
120 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
121 @@ -11,7 +11,7 @@ inherit kernel-2
122 detect_version
123 detect_arch
124
125 -inherit git-2 versionator
126 +inherit git-r3 versionator
127 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
128 EGIT_PROJECT="raspberrypi-linux.git"
129 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
130 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
131 KEYWORDS=""
132
133 src_unpack() {
134 - git-2_src_unpack
135 + git-r3_src_unpack
136 unpack_set_extraversion
137 }
138
139 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
140 index fc51687d78b..77955085938 100644
141 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
142 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
143 @@ -1,4 +1,4 @@
144 -# Copyright 1999-2015 Gentoo Foundation
145 +# Copyright 1999-2017 Gentoo Foundation
146 # Distributed under the terms of the GNU General Public License v2
147
148 EAPI=5
149 @@ -11,7 +11,7 @@ inherit kernel-2
150 detect_version
151 detect_arch
152
153 -inherit git-2 versionator
154 +inherit git-r3 versionator
155 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
156 EGIT_PROJECT="raspberrypi-linux.git"
157 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
158 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
159 KEYWORDS=""
160
161 src_unpack() {
162 - git-2_src_unpack
163 + git-r3_src_unpack
164 unpack_set_extraversion
165 }
166
167 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
168 index 1e0ef374a71..77955085938 100644
169 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
170 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
171 @@ -11,7 +11,7 @@ inherit kernel-2
172 detect_version
173 detect_arch
174
175 -inherit git-2 versionator
176 +inherit git-r3 versionator
177 EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
178 EGIT_PROJECT="raspberrypi-linux.git"
179 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
180 @@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
181 KEYWORDS=""
182
183 src_unpack() {
184 - git-2_src_unpack
185 + git-r3_src_unpack
186 unpack_set_extraversion
187 }