From d26a00ece0a2499044e0d6a476c3b0fab589cda3 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 17 Sep 2018 10:12:44 +0200 Subject: [PATCH] app-shells/zsh: Added alternate SRC_URI for old releases. Closes: https://bugs.gentoo.org/666308 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- app-shells/zsh/zsh-5.5.1-r1.ebuild | 1 + app-shells/zsh/zsh-5.5.ebuild | 1 + app-shells/zsh/zsh-5.6.1.ebuild | 1 + app-shells/zsh/zsh-5.6.2.ebuild | 1 + app-shells/zsh/zsh-9999.ebuild | 3 ++- 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app-shells/zsh/zsh-5.5.1-r1.ebuild b/app-shells/zsh/zsh-5.5.1-r1.ebuild index 5508d5d049d75..d36a0f2712daf 100644 --- a/app-shells/zsh/zsh-5.5.1-r1.ebuild +++ b/app-shells/zsh/zsh-5.5.1-r1.ebuild @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then else KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.gz + https://www.zsh.org/pub/old/${P}.tar.gz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi diff --git a/app-shells/zsh/zsh-5.5.ebuild b/app-shells/zsh/zsh-5.5.ebuild index 076104ab0f3ff..0d1b94fa1cee8 100644 --- a/app-shells/zsh/zsh-5.5.ebuild +++ b/app-shells/zsh/zsh-5.5.ebuild @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then else KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.gz + https://www.zsh.org/pub/old/${P}.tar.gz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi diff --git a/app-shells/zsh/zsh-5.6.1.ebuild b/app-shells/zsh/zsh-5.6.1.ebuild index f924a3a364f35..6b7bbf5c1e4a8 100644 --- a/app-shells/zsh/zsh-5.6.1.ebuild +++ b/app-shells/zsh/zsh-5.6.1.ebuild @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz + https://www.zsh.org/pub/old/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild index f924a3a364f35..6b7bbf5c1e4a8 100644 --- a/app-shells/zsh/zsh-5.6.2.ebuild +++ b/app-shells/zsh/zsh-5.6.2.ebuild @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz + https://www.zsh.org/pub/old/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index cb00fde94ef41..6b7bbf5c1e4a8 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -10,7 +10,8 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code" else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - SRC_URI="https://www.zsh.org/pub/${P}.tar.gz + SRC_URI="https://www.zsh.org/pub/${P}.tar.xz + https://www.zsh.org/pub/old/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi