Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Thu, 04 Jan 2018 17:43:44
Message-Id: 1515087810.524ea20de7db8f514164cd7d697564678a0a46b4.monsieurp@gentoo
1 commit: 524ea20de7db8f514164cd7d697564678a0a46b4
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Mon Dec 11 21:49:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:43:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524ea20d
7
8 sys-kernel/raspberrypi-sources: inherit git-r3 eclass across the remaining ebuilds.
9
10 Also partially revert 524925d4b833502b81a5c653b57cfe5437820d81.
11
12 Closes: https://bugs.gentoo.org/633542
13 Closes: https://github.com/gentoo/gentoo/pull/6524
14
15 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild | 3 ++-
16 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild | 3 ++-
17 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild | 3 ++-
18 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild | 3 ++-
19 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild | 1 +
20 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild | 3 ++-
21 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild | 3 ++-
22 7 files changed, 13 insertions(+), 6 deletions(-)
23
24 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
25 index ab52cf36414..11c6e6acc9b 100644
26 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
27 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10.9999.ebuild
28 @@ -12,8 +12,9 @@ detect_version
29 detect_arch
30
31 inherit git-r3 versionator
32 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
33 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
34 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
35 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
36
37 DESCRIPTION="Raspberry PI kernel sources"
38 HOMEPAGE="https://github.com/raspberrypi/linux"
39
40 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
41 index ab52cf36414..11c6e6acc9b 100644
42 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
43 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11.9999.ebuild
44 @@ -12,8 +12,9 @@ detect_version
45 detect_arch
46
47 inherit git-r3 versionator
48 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
49 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
50 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
51 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
52
53 DESCRIPTION="Raspberry PI kernel sources"
54 HOMEPAGE="https://github.com/raspberrypi/linux"
55
56 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
57 index ab52cf36414..11c6e6acc9b 100644
58 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
59 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12.9999.ebuild
60 @@ -12,8 +12,9 @@ detect_version
61 detect_arch
62
63 inherit git-r3 versionator
64 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
65 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
66 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
67 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
68
69 DESCRIPTION="Raspberry PI kernel sources"
70 HOMEPAGE="https://github.com/raspberrypi/linux"
71
72 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
73 index ab52cf36414..11c6e6acc9b 100644
74 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
75 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.13.9999.ebuild
76 @@ -12,8 +12,9 @@ detect_version
77 detect_arch
78
79 inherit git-r3 versionator
80 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
81 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
82 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
83 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
84
85 DESCRIPTION="Raspberry PI kernel sources"
86 HOMEPAGE="https://github.com/raspberrypi/linux"
87
88 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
89 index 51bf6caa0a8..11c6e6acc9b 100644
90 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
91 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
92 @@ -14,6 +14,7 @@ detect_arch
93 inherit git-r3 versionator
94 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
95 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
96 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
97
98 DESCRIPTION="Raspberry PI kernel sources"
99 HOMEPAGE="https://github.com/raspberrypi/linux"
100
101 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
102 index ab52cf36414..11c6e6acc9b 100644
103 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
104 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.4.9999.ebuild
105 @@ -12,8 +12,9 @@ detect_version
106 detect_arch
107
108 inherit git-r3 versionator
109 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
110 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
111 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
112 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
113
114 DESCRIPTION="Raspberry PI kernel sources"
115 HOMEPAGE="https://github.com/raspberrypi/linux"
116
117 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
118 index ab52cf36414..11c6e6acc9b 100644
119 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
120 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9.9999.ebuild
121 @@ -12,8 +12,9 @@ detect_version
122 detect_arch
123
124 inherit git-r3 versionator
125 -EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
126 +EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
127 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
128 +EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
129
130 DESCRIPTION="Raspberry PI kernel sources"
131 HOMEPAGE="https://github.com/raspberrypi/linux"