Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/
Date: Mon, 17 Sep 2018 08:13:15
Message-Id: 1537171964.d26a00ece0a2499044e0d6a476c3b0fab589cda3.polynomial-c@gentoo
1 commit: d26a00ece0a2499044e0d6a476c3b0fab589cda3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 08:12:44 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 08:12:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26a00ec
7
8 app-shells/zsh: Added alternate SRC_URI for old releases.
9
10 Closes: https://bugs.gentoo.org/666308
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 app-shells/zsh/zsh-5.5.1-r1.ebuild | 1 +
14 app-shells/zsh/zsh-5.5.ebuild | 1 +
15 app-shells/zsh/zsh-5.6.1.ebuild | 1 +
16 app-shells/zsh/zsh-5.6.2.ebuild | 1 +
17 app-shells/zsh/zsh-9999.ebuild | 3 ++-
18 5 files changed, 6 insertions(+), 1 deletion(-)
19
20 diff --git a/app-shells/zsh/zsh-5.5.1-r1.ebuild b/app-shells/zsh/zsh-5.5.1-r1.ebuild
21 index 5508d5d049d..d36a0f2712d 100644
22 --- a/app-shells/zsh/zsh-5.5.1-r1.ebuild
23 +++ b/app-shells/zsh/zsh-5.5.1-r1.ebuild
24 @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then
25 else
26 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"
27 SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
28 + https://www.zsh.org/pub/old/${P}.tar.gz
29 doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
30 fi
31
32
33 diff --git a/app-shells/zsh/zsh-5.5.ebuild b/app-shells/zsh/zsh-5.5.ebuild
34 index 076104ab0f3..0d1b94fa1ce 100644
35 --- a/app-shells/zsh/zsh-5.5.ebuild
36 +++ b/app-shells/zsh/zsh-5.5.ebuild
37 @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then
38 else
39 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"
40 SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
41 + https://www.zsh.org/pub/old/${P}.tar.gz
42 doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
43 fi
44
45
46 diff --git a/app-shells/zsh/zsh-5.6.1.ebuild b/app-shells/zsh/zsh-5.6.1.ebuild
47 index f924a3a364f..6b7bbf5c1e4 100644
48 --- a/app-shells/zsh/zsh-5.6.1.ebuild
49 +++ b/app-shells/zsh/zsh-5.6.1.ebuild
50 @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then
51 else
52 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"
53 SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
54 + https://www.zsh.org/pub/old/${P}.tar.xz
55 doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
56 fi
57
58
59 diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild
60 index f924a3a364f..6b7bbf5c1e4 100644
61 --- a/app-shells/zsh/zsh-5.6.2.ebuild
62 +++ b/app-shells/zsh/zsh-5.6.2.ebuild
63 @@ -11,6 +11,7 @@ if [[ ${PV} == 9999* ]] ; then
64 else
65 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"
66 SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
67 + https://www.zsh.org/pub/old/${P}.tar.xz
68 doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
69 fi
70
71
72 diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
73 index cb00fde94ef..6b7bbf5c1e4 100644
74 --- a/app-shells/zsh/zsh-9999.ebuild
75 +++ b/app-shells/zsh/zsh-9999.ebuild
76 @@ -10,7 +10,8 @@ if [[ ${PV} == 9999* ]] ; then
77 EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code"
78 else
79 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"
80 - SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
81 + SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
82 + https://www.zsh.org/pub/old/${P}.tar.xz
83 doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
84 fi