commit: 983c54fabf7c2686edae7ee19c0f847e2e27ac1d
Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 01:31:56 2020 +0000
Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 01:32:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c54fa
sys-kernel/mips-sources: Fix ebuild issues introduced by last commit
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
sys-kernel/mips-sources/mips-sources-4.14.213.ebuild | 6 +++---
sys-kernel/mips-sources/mips-sources-4.19.163.ebuild | 4 ++--
sys-kernel/mips-sources/mips-sources-5.4.85.ebuild | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
b/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
index 569fdd779f7..9f9dc8ee336 100644
--- a/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
+++ b/sys-kernel/mips-sources/mips-sources-4.14.213.ebuild
@@ -33,7 +33,7 @@ BASE_KV="$(ver_cut 1-2).0"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
# Portage Vars
-HOMEPAGE="https://www.linux-mips.org/ https://wiki.gentoo.org/wiki/No_homepage"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
KEYWORDS="-* ~mips"
IUSE="experimental ip27 ip28 ip30"
RDEPEND=""
@@ -61,8 +61,8 @@ SV_IP32="" # DO_IP32 ==
"no", IP32
DESCRIPTION="Linux-Mips GIT sources for MIPS-based machines, dated ${GITDATE}"
SRC_URI="${KERNEL_URI}
- mirror://gentoo/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz
- mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
+
https://dev.gentoo.org/~kumba/distfiles/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz
+
https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz"
diff --git a/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
b/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
index cf796212915..076bf3615ae 100644
--- a/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
+++ b/sys-kernel/mips-sources/mips-sources-4.19.163.ebuild
@@ -32,7 +32,7 @@ BASE_KV="$(ver_cut 1-2).0"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
# Portage Vars
-HOMEPAGE="https://www.kernel.org/ https://www.linux-mips.org/
https://wiki.gentoo.org/wiki/No_homepage"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
KEYWORDS="-* ~mips"
IUSE="experimental ip27 ip28 ip30"
RDEPEND=""
@@ -60,7 +60,7 @@ SV_IP32="" # DO_IP32 ==
"no", IP32
DESCRIPTION="Kernel.org sources for MIPS-based machines"
SRC_URI="${KERNEL_URI}
- mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
+
https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
#//------------------------------------------------------------------------------
diff --git a/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
b/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
index 15b327634bd..bc279adfe80 100644
--- a/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
+++ b/sys-kernel/mips-sources/mips-sources-5.4.85.ebuild
@@ -32,7 +32,7 @@ BASE_KV="$(ver_cut 1-2)"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"
# Portage Vars
-HOMEPAGE="https://www.kernel.org/ https://www.linux-mips.org/
https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MIPS"
KEYWORDS="-* ~mips"
IUSE="experimental ip27 ip28 ip30"
RDEPEND=""
@@ -54,13 +54,13 @@ DO_IP32="yes" #
IP32 support (SGI O2, R5000/RM5200 Only)
# Machine Stable Version Variables
SV_IP22="" # If set && DO_IP22 == "no", indicates
last "good" IP22 version
SV_IP27="" # DO_IP27 == "no",
IP27
-SV_IP28="5.0.21" # DO_IP28 == "no",
IP28
-SV_IP30="5.0.21" # DO_IP30 == "no",
IP30
+SV_IP28="4.19.x" # DO_IP28 == "no",
IP28
+SV_IP30="" # DO_IP30 == "no",
IP30
SV_IP32="" # DO_IP32 == "no",
IP32
DESCRIPTION="Kernel.org sources for MIPS-based machines"
SRC_URI="${KERNEL_URI}
- mirror://gentoo/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
+
https://dev.gentoo.org/~kumba/distfiles/${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"
#//------------------------------------------------------------------------------