repo/gentoo:master commit in: app-portage/mirrorselect/
"Mike Gilbert" <[email protected]> Tue, 04 Aug 2026 16:22:32 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785860469.55b050c32adf067d7b8f09130687b9add9f8eb44.floppym@gentoo> |
commit: 55b050c32adf067d7b8f09130687b9add9f8eb44
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 16:19:15 2026 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 16:21:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b050c3
app-portage/mirrorselect: move mirrorselect-test to a dedicated ebuild
This SRC_URI entry is there to ensure that mirrorselect-test exists on
gentoo mirrors. Use a dummy ebuild to avoid fetching it for normal
users.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-portage/mirrorselect/mirrorselect-2.6.4.ebuild | 7 +------
app-portage/mirrorselect/mirrorselect-2.7.0.ebuild | 2 --
app-portage/mirrorselect/mirrorselect-9998.ebuild | 12 ++++++++++++
app-portage/mirrorselect/mirrorselect-9999.ebuild | 2 --
4 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/app-portage/mirrorselect/mirrorselect-2.6.4.ebuild b/app-portage/mirrorselect/mirrorselect-2.6.4.ebuild
index 35d745878391..48f73db35fca 100644
--- a/app-portage/mirrorselect/mirrorselect-2.6.4.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.6.4.ebuild
@@ -16,12 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git"
inherit git-r3
else
- SRC_URI="
- https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
- https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
- https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
- "
-
+ SRC_URI="https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi
diff --git a/app-portage/mirrorselect/mirrorselect-2.7.0.ebuild b/app-portage/mirrorselect/mirrorselect-2.7.0.ebuild
index 50e3d43d0c30..0fb589c25282 100644
--- a/app-portage/mirrorselect/mirrorselect-2.7.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.7.0.ebuild
@@ -14,8 +14,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git"
inherit git-r3
- # This is only here to ensure mirrorselect-test exists on gentoo mirrors
- SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test"
else
SRC_URI="https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
diff --git a/app-portage/mirrorselect/mirrorselect-9998.ebuild b/app-portage/mirrorselect/mirrorselect-9998.ebuild
new file mode 100644
index 000000000000..de29a74754d5
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-9998.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"
+
+# This is only here to ensure mirrorselect-test exists on gentoo mirrors
+SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test"
+
+LICENSE="GPL-2"
+SLOT="0"
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
index 50e3d43d0c30..0fb589c25282 100644
--- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
@@ -14,8 +14,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git"
inherit git-r3
- # This is only here to ensure mirrorselect-test exists on gentoo mirrors
- SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test"
else
SRC_URI="https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"