summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-3.18.125_p108.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-3.18.129_p110.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.14.71_p44.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.14.78_p47.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.14.87_p49.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.16.18_p12.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.18.16_p9.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.19.10_p8.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.4.162_p175.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.4.164_p176.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.9.115_p93.ebuild4
-rw-r--r--sys-kernel/rt-sources/rt-sources-4.9.146_p125.ebuild4
14 files changed, 28 insertions, 28 deletions
diff --git a/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild b/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild
index 14daca2ddbc5..574be7fa01a7 100644
--- a/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-3.18.125_p108.ebuild b/sys-kernel/rt-sources/rt-sources-3.18.125_p108.ebuild
index 14daca2ddbc5..574be7fa01a7 100644
--- a/sys-kernel/rt-sources/rt-sources-3.18.125_p108.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.18.125_p108.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-3.18.129_p110.ebuild b/sys-kernel/rt-sources/rt-sources-3.18.129_p110.ebuild
index 3fc23ebfa2da..f0527f7dea32 100644
--- a/sys-kernel/rt-sources/rt-sources-3.18.129_p110.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.18.129_p110.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.14.71_p44.ebuild b/sys-kernel/rt-sources/rt-sources-4.14.71_p44.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.14.71_p44.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.14.71_p44.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.14.78_p47.ebuild b/sys-kernel/rt-sources/rt-sources-4.14.78_p47.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.14.78_p47.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.14.78_p47.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.14.87_p49.ebuild b/sys-kernel/rt-sources/rt-sources-4.14.87_p49.ebuild
index f3e4a436beef..81de15124099 100644
--- a/sys-kernel/rt-sources/rt-sources-4.14.87_p49.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.14.87_p49.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.16.18_p12.ebuild b/sys-kernel/rt-sources/rt-sources-4.16.18_p12.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.16.18_p12.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.16.18_p12.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.18.16_p9.ebuild b/sys-kernel/rt-sources/rt-sources-4.18.16_p9.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.18.16_p9.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.18.16_p9.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.19.10_p8.ebuild b/sys-kernel/rt-sources/rt-sources-4.19.10_p8.ebuild
index f3e4a436beef..81de15124099 100644
--- a/sys-kernel/rt-sources/rt-sources-4.19.10_p8.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.19.10_p8.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild b/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
index 18034a53cddd..3c99081a0907 100644
--- a/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.19.5_p4.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.4.162_p175.ebuild b/sys-kernel/rt-sources/rt-sources-4.4.162_p175.ebuild
index 14daca2ddbc5..574be7fa01a7 100644
--- a/sys-kernel/rt-sources/rt-sources-4.4.162_p175.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.4.162_p175.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.4.164_p176.ebuild b/sys-kernel/rt-sources/rt-sources-4.4.164_p176.ebuild
index 14daca2ddbc5..574be7fa01a7 100644
--- a/sys-kernel/rt-sources/rt-sources-4.4.164_p176.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.4.164_p176.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.9.115_p93.ebuild b/sys-kernel/rt-sources/rt-sources-4.9.115_p93.ebuild
index 14daca2ddbc5..574be7fa01a7 100644
--- a/sys-kernel/rt-sources/rt-sources-4.9.115_p93.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.9.115_p93.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"
diff --git a/sys-kernel/rt-sources/rt-sources-4.9.146_p125.ebuild b/sys-kernel/rt-sources/rt-sources-4.9.146_p125.ebuild
index 3fc23ebfa2da..f0527f7dea32 100644
--- a/sys-kernel/rt-sources/rt-sources-4.9.146_p125.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.9.146_p125.ebuild
@@ -19,8 +19,8 @@ detect_version
K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
- mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"