From 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:35:05 +0200 Subject: Enable https for all google URIs Signed-off-by: Justin Lecher --- www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www-plugins/google-talkplugin/google-talkplugin-9999.ebuild') diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 2eacc3c01f11..905ba2f61293 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -8,22 +8,22 @@ inherit eutils multilib nsplugins unpacker if [ "${PV}" != "9999" ]; then DEB_PATCH="1" - #http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages - MY_URL="http://dl.google.com/linux/talkplugin/deb/pool/main/${P:0:1}/${PN}" + #https://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages + MY_URL="https://dl.google.com/linux/talkplugin/deb/pool/main/${P:0:1}/${PN}" MY_PKG="${PN}_${PV}-${DEB_PATCH}_i386.deb" SRC_URI="x86? ( ${MY_URL}/${MY_PKG} ) amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" KEYWORDS="-* ~amd64 ~x86" else inherit cvs #hack to make it part of @live-rebuild - MY_URL="http://dl.google.com/linux/direct" + MY_URL="https://dl.google.com/linux/direct" MY_PKG="${PN}_current_i386.deb" SRC_URI="" fi DESCRIPTION="Video chat browser plug-in for Google Talk" -HOMEPAGE="http://www.google.com/chat/video" +HOMEPAGE="https://www.google.com/chat/video" IUSE="libnotify selinux" SLOT="0" @@ -74,7 +74,7 @@ pkg_nofetch() { elog "This ebuild is intended for users who already downloaded it previously and have problems" elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search" use amd64 && MY_PKG="${MY_PKG/i386/amd64}" - elog "it with google: http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" + elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" elog "and copy the file ${MY_PKG} to ${DISTDIR}." else einfo "This version is no longer available from Google." -- cgit v1.2.3-65-gdbad