Gentoo Archives: gentoo-commits

From: Joshua Kinard <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/mips-sources/
Date: Wed, 30 Dec 2020 01:32:27
Message-Id: 1609291934.983c54fabf7c2686edae7ee19c0f847e2e27ac1d.kumba@gentoo
1 commit: 983c54fabf7c2686edae7ee19c0f847e2e27ac1d
2 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 01:31:56 2020 +0000
4 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 01:32:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c54fa
7
8 sys-kernel/mips-sources: Fix ebuild issues introduced by last commit
9
10 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12
13 sys-kernel/mips-sources/mips-sources-4.14.213.ebuild | 6 +++---
14 sys-kernel/mips-sources/mips-sources-4.19.163.ebuild | 4 ++--
15 sys-kernel/mips-sources/mips-sources-5.4.85.ebuild | 8 ++++----
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild b/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
19 index 569fdd779f7..9f9dc8ee336 100644
20 --- a/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
21 +++ b/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
22 @@ -33,7 +33,7 @@ BASE_KV="$(ver_cut 1-2).0"
23 [[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
24
25 # Portage Vars
26 -HOMEPAGE="https://www.linux-mips.org/ https://wiki.gentoo.org/wiki/No_homepage"
27 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
28 KEYWORDS="-* ~mips"
29 IUSE="experimental ip27 ip28 ip30"
30 RDEPEND=""
31 @@ -61,8 +61,8 @@ SV_IP32="" # DO_IP32 == "no", IP32
32
33 DESCRIPTION="Linux-Mips GIT sources for MIPS-based machines, dated ${GITDATE}"
34 SRC_URI="${KERNEL_URI}
35 - mirror://gentoo/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz
36 - mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
37 + https://dev.gentoo.org/~kumba/distfiles/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz
38 + https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
39
40 UNIPATCH_STRICTORDER="yes"
41 UNIPATCH_LIST="${DISTDIR}/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz"
42
43 diff --git a/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild b/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
44 index cf796212915..076bf3615ae 100644
45 --- a/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
46 +++ b/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
47 @@ -32,7 +32,7 @@ BASE_KV="$(ver_cut 1-2).0"
48 [[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
49
50 # Portage Vars
51 -HOMEPAGE="https://www.kernel.org/ https://www.linux-mips.org/ https://wiki.gentoo.org/wiki/No_homepage"
52 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
53 KEYWORDS="-* ~mips"
54 IUSE="experimental ip27 ip28 ip30"
55 RDEPEND=""
56 @@ -60,7 +60,7 @@ SV_IP32="" # DO_IP32 == "no", IP32
57
58 DESCRIPTION="Kernel.org sources for MIPS-based machines"
59 SRC_URI="${KERNEL_URI}
60 - mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
61 + https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
62
63 #//------------------------------------------------------------------------------
64
65
66 diff --git a/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild b/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
67 index 15b327634bd..bc279adfe80 100644
68 --- a/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
69 +++ b/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
70 @@ -32,7 +32,7 @@ BASE_KV="$(ver_cut 1-2)"
71 [[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
72
73 # Portage Vars
74 -HOMEPAGE="https://www.kernel.org/ https://www.linux-mips.org/ https://www.gentoo.org/"
75 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
76 KEYWORDS="-* ~mips"
77 IUSE="experimental ip27 ip28 ip30"
78 RDEPEND=""
79 @@ -54,13 +54,13 @@ DO_IP32="yes" # IP32 support (SGI O2, R5000/RM5200 Only)
80 # Machine Stable Version Variables
81 SV_IP22="" # If set && DO_IP22 == "no", indicates last "good" IP22 version
82 SV_IP27="" # DO_IP27 == "no", IP27
83 -SV_IP28="5.0.21" # DO_IP28 == "no", IP28
84 -SV_IP30="5.0.21" # DO_IP30 == "no", IP30
85 +SV_IP28="4.19.x" # DO_IP28 == "no", IP28
86 +SV_IP30="" # DO_IP30 == "no", IP30
87 SV_IP32="" # DO_IP32 == "no", IP32
88
89 DESCRIPTION="Kernel.org sources for MIPS-based machines"
90 SRC_URI="${KERNEL_URI}
91 - mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
92 + https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
93
94 #//------------------------------------------------------------------------------