Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/
Date: Wed, 30 Aug 2017 02:06:51
Message-Id: 1504057907.f1cd8e61a243e9fa7dda977d0635226349054488.radhermit@gentoo
1 commit: f1cd8e61a243e9fa7dda977d0635226349054488
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 01:51:47 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 01:51:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cd8e61
7
8 app-shells/zsh: use https for SRC_URI and HOMEPAGE
9
10 app-shells/zsh/zsh-5.4.2.ebuild | 6 +++---
11 app-shells/zsh/zsh-9999.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/app-shells/zsh/zsh-5.4.2.ebuild b/app-shells/zsh/zsh-5.4.2.ebuild
15 index dfbabed7e84..2b9c7dcd500 100644
16 --- a/app-shells/zsh/zsh-5.4.2.ebuild
17 +++ b/app-shells/zsh/zsh-5.4.2.ebuild
18 @@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then
19 EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
20 else
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22 - SRC_URI="http://www.zsh.org/pub/${P}.tar.gz
23 - doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
24 + SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
25 + doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
26 fi
27
28 DESCRIPTION="UNIX Shell similar to the Korn shell"
29 -HOMEPAGE="http://www.zsh.org/"
30 +HOMEPAGE="https://www.zsh.org/"
31
32 LICENSE="ZSH gdbm? ( GPL-2 )"
33 SLOT="0"
34
35 diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
36 index dfbabed7e84..2b9c7dcd500 100644
37 --- a/app-shells/zsh/zsh-9999.ebuild
38 +++ b/app-shells/zsh/zsh-9999.ebuild
39 @@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then
40 EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
41 else
42 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 - SRC_URI="http://www.zsh.org/pub/${P}.tar.gz
44 - doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
45 + SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
46 + doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
47 fi
48
49 DESCRIPTION="UNIX Shell similar to the Korn shell"
50 -HOMEPAGE="http://www.zsh.org/"
51 +HOMEPAGE="https://www.zsh.org/"
52
53 LICENSE="ZSH gdbm? ( GPL-2 )"
54 SLOT="0"