From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-shells/zsh/metadata.xml | 2 +- app-shells/zsh/zsh-5.0.5.ebuild | 2 +- app-shells/zsh/zsh-5.0.7-r1.ebuild | 2 +- app-shells/zsh/zsh-5.0.7-r2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-shells/zsh') diff --git a/app-shells/zsh/metadata.xml b/app-shells/zsh/metadata.xml index 2b8832fd970d..17dd00c01331 100644 --- a/app-shells/zsh/metadata.xml +++ b/app-shells/zsh/metadata.xml @@ -1,5 +1,5 @@ - + radhermit@gentoo.org diff --git a/app-shells/zsh/zsh-5.0.5.ebuild b/app-shells/zsh/zsh-5.0.5.ebuild index 11f9e87ba9d7..9661ce2e2c9d 100644 --- a/app-shells/zsh/zsh-5.0.5.ebuild +++ b/app-shells/zsh/zsh-5.0.5.ebuild @@ -143,7 +143,7 @@ src_install() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]] ; then - # should link to http://www.gentoo.org/doc/en/zsh.xml + # should link to https://www.gentoo.org/doc/en/zsh.xml echo elog "If you want to enable Portage completions and Gentoo prompt," elog "emerge app-shells/gentoo-zsh-completions and add" diff --git a/app-shells/zsh/zsh-5.0.7-r1.ebuild b/app-shells/zsh/zsh-5.0.7-r1.ebuild index 7897acdb1339..650ce6abb7fa 100644 --- a/app-shells/zsh/zsh-5.0.7-r1.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r1.ebuild @@ -146,7 +146,7 @@ src_install() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]] ; then - # should link to http://www.gentoo.org/doc/en/zsh.xml + # should link to https://www.gentoo.org/doc/en/zsh.xml echo elog "If you want to enable Portage completions and Gentoo prompt," elog "emerge app-shells/gentoo-zsh-completions and add" diff --git a/app-shells/zsh/zsh-5.0.7-r2.ebuild b/app-shells/zsh/zsh-5.0.7-r2.ebuild index fb5f7c397766..5391cdd6f277 100644 --- a/app-shells/zsh/zsh-5.0.7-r2.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r2.ebuild @@ -147,7 +147,7 @@ src_install() { pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]] ; then - # should link to http://www.gentoo.org/doc/en/zsh.xml + # should link to https://www.gentoo.org/doc/en/zsh.xml echo elog "If you want to enable Portage completions and Gentoo prompt," elog "emerge app-shells/gentoo-zsh-completions and add" -- cgit v1.2.3-65-gdbad