diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:46:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:50:22 -0400 |
commit | e176846d458c331c2e087892c9b5aea10c85fd45 (patch) | |
tree | e389e1240bb2c89bf393db684d6df6ee5d60e815 | |
parent | media-fonts/liberation-fonts: Fix typo (diff) | |
download | gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.gz gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.bz2 gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.zip |
Inline mirror://gnu-alpha/
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
23 files changed, 28 insertions, 29 deletions
diff --git a/app-arch/gzip/gzip-1.10.ebuild b/app-arch/gzip/gzip-1.10.ebuild index b160e4ccd6dd..320d210311fa 100644 --- a/app-arch/gzip/gzip-1.10.ebuild +++ b/app-arch/gzip/gzip-1.10.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Standard GNU compressor" HOMEPAGE="https://www.gnu.org/software/gzip/" SRC_URI="mirror://gnu/gzip/${P}.tar.xz - mirror://gnu-alpha/gzip/${P}.tar.xz + https://alpha.gnu.org/gnu/gzip/${P}.tar.xz mirror://gentoo/${P}.tar.xz" LICENSE="GPL-3" diff --git a/app-arch/gzip/gzip-1.9.ebuild b/app-arch/gzip/gzip-1.9.ebuild index a32c4185f2db..08f3b6b95e7c 100644 --- a/app-arch/gzip/gzip-1.9.ebuild +++ b/app-arch/gzip/gzip-1.9.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Standard GNU compressor" HOMEPAGE="https://www.gnu.org/software/gzip/" SRC_URI="mirror://gnu/gzip/${P}.tar.xz - mirror://gnu-alpha/gzip/${P}.tar.xz + https://alpha.gnu.org/gnu/gzip/${P}.tar.xz mirror://gentoo/${P}.tar.xz" LICENSE="GPL-3" diff --git a/app-arch/tar/tar-1.32-r1.ebuild b/app-arch/tar/tar-1.32-r1.ebuild index 3056e0508726..db7d8023d601 100644 --- a/app-arch/tar/tar-1.32-r1.ebuild +++ b/app-arch/tar/tar-1.32-r1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Use this to make tarballs :)" HOMEPAGE="https://www.gnu.org/software/tar/" SRC_URI="mirror://gnu/tar/${P}.tar.bz2 - mirror://gnu-alpha/tar/${P}.tar.bz2" + https://alpha.gnu.org/gnu/tar/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" diff --git a/app-arch/tar/tar-1.33.ebuild b/app-arch/tar/tar-1.33.ebuild index ce07710a9a69..3edc9849a1e3 100644 --- a/app-arch/tar/tar-1.33.ebuild +++ b/app-arch/tar/tar-1.33.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Use this to make tarballs :)" HOMEPAGE="https://www.gnu.org/software/tar/" SRC_URI="mirror://gnu/tar/${P}.tar.xz - mirror://gnu-alpha/tar/${P}.tar.xz" + https://alpha.gnu.org/gnu/tar/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" diff --git a/app-arch/tar/tar-1.34.ebuild b/app-arch/tar/tar-1.34.ebuild index ce07710a9a69..3edc9849a1e3 100644 --- a/app-arch/tar/tar-1.34.ebuild +++ b/app-arch/tar/tar-1.34.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Use this to make tarballs :)" HOMEPAGE="https://www.gnu.org/software/tar/" SRC_URI="mirror://gnu/tar/${P}.tar.xz - mirror://gnu-alpha/tar/${P}.tar.xz" + https://alpha.gnu.org/gnu/tar/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" diff --git a/app-editors/emacs/emacs-27.1-r4.ebuild b/app-editors/emacs/emacs-27.1-r4.ebuild index 216c3c4521b9..c8649ab9c57b 100644 --- a/app-editors/emacs/emacs-27.1-r4.ebuild +++ b/app-editors/emacs/emacs-27.1-r4.ebuild @@ -29,7 +29,7 @@ else SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/emacs" elif [[ ${PV//[0-9]} != "." ]]; then - SRC_URI="mirror://gnu-alpha/emacs/pretest/${PN}-${PV/_/-}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz" fi SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" diff --git a/app-editors/emacs/emacs-27.1.91-r1.ebuild b/app-editors/emacs/emacs-27.1.91-r1.ebuild index 50a0f78c3c66..acd274cb4f4e 100644 --- a/app-editors/emacs/emacs-27.1.91-r1.ebuild +++ b/app-editors/emacs/emacs-27.1.91-r1.ebuild @@ -29,7 +29,7 @@ else SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/emacs" elif [[ ${PV//[0-9]} != "." ]]; then - SRC_URI="mirror://gnu-alpha/emacs/pretest/${PN}-${PV/_/-}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz" fi SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" diff --git a/app-editors/emacs/emacs-27.1.9999-r1.ebuild b/app-editors/emacs/emacs-27.1.9999-r1.ebuild index 4b787936fc98..d9b809b079f1 100644 --- a/app-editors/emacs/emacs-27.1.9999-r1.ebuild +++ b/app-editors/emacs/emacs-27.1.9999-r1.ebuild @@ -29,7 +29,7 @@ else SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/emacs" elif [[ ${PV//[0-9]} != "." ]]; then - SRC_URI="mirror://gnu-alpha/emacs/pretest/${PN}-${PV/_/-}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz" fi SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index af22d98f0305..037b3fce29b5 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -29,7 +29,7 @@ else SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/emacs" elif [[ ${PV//[0-9]} != "." ]]; then - SRC_URI="mirror://gnu-alpha/emacs/pretest/${PN}-${PV/_/-}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz" fi SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild index 3eb5e78f04c0..2d85b41833fc 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ MY_PV=${PV/_/-} XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=mirror://gnu-alpha/grub +GRUB_URL=https://alpha.gnu.org/gnu/grub UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild index c3980e0437ec..5b25c3a3ccee 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ MY_PV=${PV/_/-} XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -GRUB_URL=mirror://gnu-alpha/grub +GRUB_URL=https://alpha.gnu.org/gnu/grub UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-text/aspell/aspell-0.60.8.ebuild b/app-text/aspell/aspell-0.60.8.ebuild index fd9ccc335282..6207c44dc5a8 100644 --- a/app-text/aspell/aspell-0.60.8.ebuild +++ b/app-text/aspell/aspell-0.60.8.ebuild @@ -10,7 +10,7 @@ MY_P="${P/_/-}" DESCRIPTION="A spell checker replacement for ispell" HOMEPAGE="http://aspell.net/" if [[ "${PV}" = *_rc* ]] ; then - SRC_URI="mirror://gnu-alpha/aspell/${MY_P}.tar.gz" + SRC_URI="https://alpha.gnu.org/gnu/aspell/${MY_P}.tar.gz" else SRC_URI="mirror://gnu/aspell/${MY_P}.tar.gz" fi diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild index eec0381d633f..fb9fe32c8378 100644 --- a/app-text/gv/gv-3.7.3.90.ebuild +++ b/app-text/gv/gv-3.7.3.90.ebuild @@ -8,7 +8,7 @@ inherit desktop DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" HOMEPAGE="https://www.gnu.org/software/gv/" # Change 'gnu-alpha' to 'gnu' for final release, like 3.7.4 -SRC_URI="mirror://gnu-alpha/gv/${P}.tar.gz" +SRC_URI="https://alpha.gnu.org/gnu/gv/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index c6542fcdcb2f..8b2d8345ac1a 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -7,7 +7,6 @@ gimp https://ftp.fau.de/gimp/gimp/ ftp://ftp.fau.de/gimp/gimp/ https://artfiles gmt http://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt gnome https://download.gnome.org/ gnu https://ftp.gnu.org/gnu/ https://artfiles.org/gnu.org/ https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ -gnu-alpha https://alpha.gnu.org/gnu/ gnupg https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/ https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/ https://mirrors.dotsrc.org/gcrypt/ ftp://ftp.gnupg.org/gcrypt/ goproxy https://proxy.golang.org/ https://goproxy.io/ https://gocenter.io/ idsoftware ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff ftp://ftp.gamers.org/pub/idgames/idstuff diff --git a/sys-apps/diffutils/diffutils-3.7-r1.ebuild b/sys-apps/diffutils/diffutils-3.7-r1.ebuild index 79eb1d1d0f51..7a31a9305625 100644 --- a/sys-apps/diffutils/diffutils-3.7-r1.ebuild +++ b/sys-apps/diffutils/diffutils-3.7-r1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" SRC_URI="mirror://gnu/diffutils/${P}.tar.xz - mirror://gnu-alpha/diffutils/${P}.tar.xz" + https://alpha.gnu.org/gnu/diffutils/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild index 375b70f0e78c..562ef0a0eeba 100644 --- a/sys-apps/groff/groff-1.22.4.ebuild +++ b/sys-apps/groff/groff-1.22.4.ebuild @@ -10,7 +10,7 @@ MY_P="${P/_/.}" DESCRIPTION="Text formatter used for man pages" HOMEPAGE="https://www.gnu.org/software/groff/groff.html" SRC_URI="mirror://gnu/groff/${MY_P}.tar.gz - mirror://gnu-alpha/groff/${MY_P}.tar.gz" + https://alpha.gnu.org/gnu/groff/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-boot/grub/grub-2.04-r2.ebuild b/sys-boot/grub/grub-2.04-r2.ebuild index e68f15c3a276..04098f7fd8ef 100644 --- a/sys-boot/grub/grub-2.04-r2.ebuild +++ b/sys-boot/grub/grub-2.04-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then # The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860 MY_P=${P/_/'~'} - SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 4a29991e9720..3ffe45ea3430 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then # The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860 MY_P=${P/_/'~'} - SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz" + SRC_URI="https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild b/sys-devel/bc/bc-1.06.95-r2.ebuild index a956b9652a6b..d67b981e1fb6 100644 --- a/sys-devel/bc/bc-1.06.95-r2.ebuild +++ b/sys-devel/bc/bc-1.06.95-r2.ebuild @@ -7,7 +7,7 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Handy console-based calculator utility" HOMEPAGE="https://www.gnu.org/software/bc/bc.html" -SRC_URI="mirror://gnu-alpha/bc/${P}.tar.bz2 +SRC_URI="https://alpha.gnu.org/gnu/bc/${P}.tar.bz2 mirror://gnu/bc/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild index 20d815cb7540..739a11c7d2ab 100644 --- a/sys-devel/gettext/gettext-0.21.ebuild +++ b/sys-devel/gettext/gettext-0.21.ebuild @@ -10,7 +10,7 @@ inherit mono-env libtool java-pkg-opt-2 multilib-minimal DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" if [[ "${PV}" == *_rc* ]] ; then - SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.bz2" + SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P/_/-}.tar.bz2" S="${WORKDIR}/${P/_/-}" else SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild index 6f8771ce9ab1..b8d40a96bfeb 100644 --- a/sys-devel/make/make-4.3.ebuild +++ b/sys-devel/make/make-4.3.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Standard tool to compile source trees" HOMEPAGE="https://www.gnu.org/software/make/make.html" if [[ "$(ver_cut 3)" -ge 90 ]] ; then - SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz" + SRC_URI="https://alpha.gnu.org/gnu//make/${P}.tar.gz" else SRC_URI="mirror://gnu//make/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild index 2558d389b354..0069e657f950 100644 --- a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild +++ b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="GNU Spread Sheet Widget" HOMEPAGE="https://www.gnu.org/software/ssw/" -SRC_URI="mirror://gnu-alpha/ssw/${P}.tar.gz" +SRC_URI="https://alpha.gnu.org/gnu/ssw/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.6.ebuild b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.6.ebuild index 87e31eee3ade..83ccfcaab678 100644 --- a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.6.ebuild +++ b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="GNU Spread Sheet Widget" HOMEPAGE="https://www.gnu.org/software/ssw/" -SRC_URI="mirror://gnu-alpha/ssw/${P}.tar.gz" +SRC_URI="https://alpha.gnu.org/gnu/ssw/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |