diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /media-tv | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.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 'media-tv')
3 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.07.06-r1.ebuild b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.07.06-r1.ebuild index 06fc5cd6d06e..3464c69c5319 100644 --- a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.07.06-r1.ebuild +++ b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.07.06-r1.ebuild @@ -265,7 +265,7 @@ pkg_setup() { elog "in ${ROOT%/}/etc/make.conf. This way only the firmwares you own" elog "the hardware will be installed." fi - # according to http://devmanual.gentoo.org/general-concepts/use-flags/index.html + # according to https://devmanual.gentoo.org/general-concepts/use-flags/index.html # we should not die here. However, there is no sensible fallback choice to make # because the user may have either the one or the other. WYGIWYG if use dvb_cards_tda10046 && use dvb_cards_tda10046lifeview; then diff --git a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.09.19.ebuild b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.09.19.ebuild index 01f70c00365a..82e5464c9880 100644 --- a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.09.19.ebuild +++ b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-2009.09.19.ebuild @@ -275,7 +275,7 @@ pkg_setup() { elog "in ${ROOT%/}/etc/make.conf. This way only the firmwares you own" elog "the hardware will be installed." fi - # according to http://devmanual.gentoo.org/general-concepts/use-flags/index.html + # according to https://devmanual.gentoo.org/general-concepts/use-flags/index.html # we should not die here. However, there is no sensible fallback choice to make # because the user may have either the one or the other. WYGIWYG if use dvb_cards_tda10046 && use dvb_cards_tda10046lifeview; then diff --git a/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild b/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild index 05523665b3ce..884341cd4aaf 100644 --- a/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild +++ b/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild @@ -89,7 +89,7 @@ pkg_postinst() { elog "" elog "For more information on how to use the Plextor devices with Gentoo" elog "you can follow this thread for tips and tricks:" - elog "http://forums.gentoo.org/viewtopic-t-306559-highlight-.html" + elog "https://forums.gentoo.org/viewtopic-t-306559-highlight-.html" elog "" elog "Also, the unofficial Gentoo wiki has a HOWTO page:" elog "http://gentoo-wiki.com/HARDWARE_go7007" |