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 /app-editors | |
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>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-27.1-r4.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-27.1.91-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-27.1.9999-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-28.0.9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
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" |