Skip to content

Commit

Permalink
app-shells/zsh: Added alternate SRC_URI for old releases.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/666308
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
Lars Wendler committed Sep 17, 2018
1 parent 27a6518 commit d26a00e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app-shells/zsh/zsh-5.5.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions app-shells/zsh/zsh-5.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions app-shells/zsh/zsh-5.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions app-shells/zsh/zsh-5.6.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion app-shells/zsh/zsh-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d26a00e

Please sign in to comment.