diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-29 21:51:47 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-29 21:51:47 -0400 |
commit | f1cd8e61a243e9fa7dda977d0635226349054488 (patch) | |
tree | 7f8310141e76599aa4ef94f5169d9cabaae0a1cf /app-shells | |
parent | media-libs/faad2: Replaced "eutils" with "ltprune" eclass. (diff) | |
download | gentoo-f1cd8e61a243e9fa7dda977d0635226349054488.tar.gz gentoo-f1cd8e61a243e9fa7dda977d0635226349054488.tar.bz2 gentoo-f1cd8e61a243e9fa7dda977d0635226349054488.zip |
app-shells/zsh: use https for SRC_URI and HOMEPAGE
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.4.2.ebuild | 6 | ||||
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/zsh/zsh-5.4.2.ebuild b/app-shells/zsh/zsh-5.4.2.ebuild index dfbabed7e84e..2b9c7dcd500d 100644 --- a/app-shells/zsh/zsh-5.4.2.ebuild +++ b/app-shells/zsh/zsh-5.4.2.ebuild @@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="git://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 ~sparc-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="http://www.zsh.org/pub/${P}.tar.gz - doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )" + SRC_URI="https://www.zsh.org/pub/${P}.tar.gz + doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi DESCRIPTION="UNIX Shell similar to the Korn shell" -HOMEPAGE="http://www.zsh.org/" +HOMEPAGE="https://www.zsh.org/" LICENSE="ZSH gdbm? ( GPL-2 )" SLOT="0" diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index dfbabed7e84e..2b9c7dcd500d 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -10,12 +10,12 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="git://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 ~sparc-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="http://www.zsh.org/pub/${P}.tar.gz - doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )" + SRC_URI="https://www.zsh.org/pub/${P}.tar.gz + doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" fi DESCRIPTION="UNIX Shell similar to the Korn shell" -HOMEPAGE="http://www.zsh.org/" +HOMEPAGE="https://www.zsh.org/" LICENSE="ZSH gdbm? ( GPL-2 )" SLOT="0" |