diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /app-shells/zsh | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.5.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.7-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.7-r2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
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 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>radhermit@gentoo.org</email> 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" |