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 --- dev-util/android-ndk/android-ndk-10.ebuild | 8 ++++---- dev-util/android-ndk/android-ndk-10b.ebuild | 8 ++++---- dev-util/android-ndk/android-ndk-10d.ebuild | 4 ++-- dev-util/android-ndk/android-ndk-10e.ebuild | 4 ++-- dev-util/android-ndk/android-ndk-8b.ebuild | 2 +- dev-util/android-ndk/android-ndk-8c.ebuild | 2 +- dev-util/android-ndk/android-ndk-8d.ebuild | 2 +- dev-util/android-ndk/android-ndk-8e.ebuild | 2 +- dev-util/android-ndk/android-ndk-9.ebuild | 8 ++++---- dev-util/android-ndk/android-ndk-9b.ebuild | 8 ++++---- dev-util/android-ndk/android-ndk-9c.ebuild | 4 ++-- dev-util/android-ndk/android-ndk-9d.ebuild | 4 ++-- .../android-sdk-update-manager-21.1.ebuild | 4 ++-- .../android-sdk-update-manager-21.ebuild | 4 ++-- .../android-sdk-update-manager-22.0.1-r1.ebuild | 4 ++-- .../android-sdk-update-manager-22.0.1.ebuild | 4 ++-- .../android-sdk-update-manager-22.0.4.ebuild | 4 ++-- .../android-sdk-update-manager-22.0.5-r1.ebuild | 4 ++-- .../android-sdk-update-manager-22.0.5.ebuild | 4 ++-- .../android-sdk-update-manager-22.2.1.ebuild | 4 ++-- .../android-sdk-update-manager-22.3.ebuild | 4 ++-- .../android-sdk-update-manager-22.6.1.ebuild | 4 ++-- .../android-sdk-update-manager-22.6.ebuild | 4 ++-- .../android-sdk-update-manager-22.ebuild | 4 ++-- .../android-sdk-update-manager-23.ebuild | 4 ++-- .../android-studio/android-studio-1.2.0.12.141.1890965.ebuild | 2 +- dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild | 2 +- .../android-studio/android-studio-1.3.0.10.141.2117773.ebuild | 2 +- dev-util/android-studio/android-studio-1.3.1.0.141.2135290.ebuild | 2 +- dev-util/appinventor/appinventor-1.1.ebuild | 2 +- dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild | 2 +- dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild | 2 +- dev-util/buildbot-slave/buildbot-slave-9999.ebuild | 2 +- dev-util/bunny/bunny-0.93-r1.ebuild | 2 +- dev-util/dmake/dmake-4.12.2.ebuild | 4 ++-- dev-util/google-perftools/google-perftools-1.8.3.ebuild | 2 +- dev-util/google-perftools/google-perftools-2.0-r2.ebuild | 2 +- dev-util/gource/gource-0.39.ebuild | 2 +- dev-util/gource/gource-0.40.ebuild | 2 +- dev-util/gource/gource-0.43.ebuild | 2 +- dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 2 +- dev-util/mdds/mdds-0.10.3.ebuild | 2 +- dev-util/mdds/mdds-0.11.2-r1.ebuild | 2 +- dev-util/mdds/mdds-0.12.0.ebuild | 2 +- dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild | 2 +- dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 2 +- dev-util/reviewboard/reviewboard-1.7.28.ebuild | 2 +- dev-util/shflags/shflags-1.0.3.ebuild | 2 +- dev-util/shunit2/shunit2-2.1.6.ebuild | 2 +- dev-util/skipfish/skipfish-2.10_beta.ebuild | 2 +- dev-util/stressapptest/stressapptest-1.0.4.ebuild | 2 +- dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild | 2 +- dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild | 2 +- dev-util/stressapptest/stressapptest-1.0.6.ebuild | 2 +- dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild | 2 +- dev-util/ticpp/ticpp-0_p20120423.ebuild | 2 +- dev-util/ticpp/ticpp-9999.ebuild | 2 +- 57 files changed, 87 insertions(+), 87 deletions(-) (limited to 'dev-util') diff --git a/dev-util/android-ndk/android-ndk-10.ebuild b/dev-util/android-ndk/android-ndk-10.ebuild index 2b545855efd7..731d890d85b7 100644 --- a/dev-util/android-ndk/android-ndk-10.ebuild +++ b/dev-util/android-ndk/android-ndk-10.ebuild @@ -6,10 +6,10 @@ EAPI=5 DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( target-32? ( http://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86.tar.bz2 ) - target-64? ( http://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86.tar.bz2 ) ) - amd64? ( target-32? ( http://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86_64.tar.bz2 ) - target-64? ( http://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86_64.tar.bz2 ) )" +SRC_URI="x86? ( target-32? ( https://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86.tar.bz2 ) + target-64? ( https://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86.tar.bz2 ) ) + amd64? ( target-32? ( https://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86_64.tar.bz2 ) + target-64? ( https://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86_64.tar.bz2 ) )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-10b.ebuild b/dev-util/android-ndk/android-ndk-10b.ebuild index 2b545855efd7..731d890d85b7 100644 --- a/dev-util/android-ndk/android-ndk-10b.ebuild +++ b/dev-util/android-ndk/android-ndk-10b.ebuild @@ -6,10 +6,10 @@ EAPI=5 DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( target-32? ( http://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86.tar.bz2 ) - target-64? ( http://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86.tar.bz2 ) ) - amd64? ( target-32? ( http://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86_64.tar.bz2 ) - target-64? ( http://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86_64.tar.bz2 ) )" +SRC_URI="x86? ( target-32? ( https://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86.tar.bz2 ) + target-64? ( https://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86.tar.bz2 ) ) + amd64? ( target-32? ( https://dl.google.com/android/ndk/${PN}32-r${PV}-linux-x86_64.tar.bz2 ) + target-64? ( https://dl.google.com/android/ndk/${PN}64-r${PV}-linux-x86_64.tar.bz2 ) )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-10d.ebuild b/dev-util/android-ndk/android-ndk-10d.ebuild index 44f92a0d5815..9430f3ad32ab 100644 --- a/dev-util/android-ndk/android-ndk-10d.ebuild +++ b/dev-util/android-ndk/android-ndk-10d.ebuild @@ -6,8 +6,8 @@ EAPI=5 DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin -> ${P}-x86.7z ) - amd64? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin -> ${P}-amd64.7z )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin -> ${P}-x86.7z ) + amd64? ( https://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin -> ${P}-amd64.7z )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-10e.ebuild b/dev-util/android-ndk/android-ndk-10e.ebuild index 54d6c82cde57..591c2180181d 100644 --- a/dev-util/android-ndk/android-ndk-10e.ebuild +++ b/dev-util/android-ndk/android-ndk-10e.ebuild @@ -9,8 +9,8 @@ inherit check-reqs DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin -> ${P}-x86.7z ) - amd64? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin -> ${P}-amd64.7z )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin -> ${P}-x86.7z ) + amd64? ( https://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin -> ${P}-amd64.7z )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-8b.ebuild b/dev-util/android-ndk/android-ndk-8b.ebuild index cac57652e426..04565095ed77 100644 --- a/dev-util/android-ndk/android-ndk-8b.ebuild +++ b/dev-util/android-ndk/android-ndk-8b.ebuild @@ -8,7 +8,7 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" +SRC_URI="https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-8c.ebuild b/dev-util/android-ndk/android-ndk-8c.ebuild index cac57652e426..04565095ed77 100644 --- a/dev-util/android-ndk/android-ndk-8c.ebuild +++ b/dev-util/android-ndk/android-ndk-8c.ebuild @@ -8,7 +8,7 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" +SRC_URI="https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-8d.ebuild b/dev-util/android-ndk/android-ndk-8d.ebuild index 21ab36b8e37f..0a7cf632d1eb 100644 --- a/dev-util/android-ndk/android-ndk-8d.ebuild +++ b/dev-util/android-ndk/android-ndk-8d.ebuild @@ -8,7 +8,7 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" +SRC_URI="https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-8e.ebuild b/dev-util/android-ndk/android-ndk-8e.ebuild index 7e333122dbe5..89c52707ecbc 100644 --- a/dev-util/android-ndk/android-ndk-8e.ebuild +++ b/dev-util/android-ndk/android-ndk-8e.ebuild @@ -8,7 +8,7 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" +SRC_URI="https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-9.ebuild b/dev-util/android-ndk/android-ndk-9.ebuild index 18280c801516..84ea51819097 100644 --- a/dev-util/android-ndk/android-ndk-9.ebuild +++ b/dev-util/android-ndk/android-ndk-9.ebuild @@ -8,10 +8,10 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 - legacy-toolchains? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86-legacy-toolchains.tar.bz2 ) ) - amd64? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 - legacy-toolchains? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64-legacy-toolchains.tar.bz2 ) )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 + legacy-toolchains? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86-legacy-toolchains.tar.bz2 ) ) + amd64? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 + legacy-toolchains? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64-legacy-toolchains.tar.bz2 ) )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-9b.ebuild b/dev-util/android-ndk/android-ndk-9b.ebuild index 18280c801516..84ea51819097 100644 --- a/dev-util/android-ndk/android-ndk-9b.ebuild +++ b/dev-util/android-ndk/android-ndk-9b.ebuild @@ -8,10 +8,10 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 - legacy-toolchains? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86-legacy-toolchains.tar.bz2 ) ) - amd64? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 - legacy-toolchains? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64-legacy-toolchains.tar.bz2 ) )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 + legacy-toolchains? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86-legacy-toolchains.tar.bz2 ) ) + amd64? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 + legacy-toolchains? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64-legacy-toolchains.tar.bz2 ) )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-9c.ebuild b/dev-util/android-ndk/android-ndk-9c.ebuild index 9a7acd58d984..1cd6c45084e0 100644 --- a/dev-util/android-ndk/android-ndk-9c.ebuild +++ b/dev-util/android-ndk/android-ndk-9c.ebuild @@ -8,8 +8,8 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 ) - amd64? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 ) + amd64? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-ndk/android-ndk-9d.ebuild b/dev-util/android-ndk/android-ndk-9d.ebuild index 9a7acd58d984..1cd6c45084e0 100644 --- a/dev-util/android-ndk/android-ndk-9d.ebuild +++ b/dev-util/android-ndk/android-ndk-9d.ebuild @@ -8,8 +8,8 @@ MY_P="${PN}-r${PV}" DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)" HOMEPAGE="http://developer.android.com/sdk/ndk/" -SRC_URI="x86? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 ) - amd64? ( http://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 )" +SRC_URI="x86? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86.tar.bz2 ) + amd64? ( https://dl.google.com/android/ndk/${MY_P}-linux-x86_64.tar.bz2 )" LICENSE="android" SLOT="0" diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild index 219a0359a800..a7c2a104b07f 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild index fa0e573292db..31b37f4586af 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild index 18fa3ee55115..96b3b8f13426 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1-r1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild index 0ae24e844724..7250eb55b54b 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild index 18fa3ee55115..96b3b8f13426 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.4.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild index 8b9dc301557d..42d80e2126a3 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5-r1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -95,7 +95,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild index 18fa3ee55115..96b3b8f13426 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.0.5.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild index 8b9dc301557d..42d80e2126a3 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.2.1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -95,7 +95,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild index 0a8c3eed5e1d..abd72727b32a 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.3.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -97,7 +97,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild index 0a8c3eed5e1d..abd72727b32a 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.1.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -97,7 +97,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild index 0a8c3eed5e1d..abd72727b32a 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.6.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -97,7 +97,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild index 0ae24e844724..7250eb55b54b 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -94,7 +94,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild index 203379b0ee96..18a71ef64357 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-23.ebuild @@ -10,7 +10,7 @@ MY_P="android-sdk_r${PV}-linux" DESCRIPTION="Open Handset Alliance's Android SDK" HOMEPAGE="http://developer.android.com" -SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +SRC_URI="https://dl.google.com/android/${MY_P}.tgz" IUSE="" RESTRICT="mirror" @@ -97,7 +97,7 @@ pkg_postinst() { elog "Just run 'gpasswd -a android', then have re-login." elog "See http://developer.android.com/sdk/adding-components.html for more" elog "information." - elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "If you have problems downloading the SDK, see https://code.google.com/p/android/issues/detail?id=4406" elog "You need to run env-update and source /etc/profile in any open shells" elog "if you get an SWT error." } diff --git a/dev-util/android-studio/android-studio-1.2.0.12.141.1890965.ebuild b/dev-util/android-studio/android-studio-1.2.0.12.141.1890965.ebuild index f20bd5e129be..597af2397d97 100644 --- a/dev-util/android-studio/android-studio-1.2.0.12.141.1890965.ebuild +++ b/dev-util/android-studio/android-studio-1.2.0.12.141.1890965.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="A new Android development environment based on IntelliJ IDEA" HOMEPAGE="http://developer.android.com/sdk/installing/studio.html" -SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild b/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild index f20bd5e129be..597af2397d97 100644 --- a/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild +++ b/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="A new Android development environment based on IntelliJ IDEA" HOMEPAGE="http://developer.android.com/sdk/installing/studio.html" -SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/android-studio/android-studio-1.3.0.10.141.2117773.ebuild b/dev-util/android-studio/android-studio-1.3.0.10.141.2117773.ebuild index 10fb9347d776..37680afb42fa 100644 --- a/dev-util/android-studio/android-studio-1.3.0.10.141.2117773.ebuild +++ b/dev-util/android-studio/android-studio-1.3.0.10.141.2117773.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="A new Android development environment based on IntelliJ IDEA" HOMEPAGE="http://developer.android.com/sdk/installing/studio.html" -SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/android-studio/android-studio-1.3.1.0.141.2135290.ebuild b/dev-util/android-studio/android-studio-1.3.1.0.141.2135290.ebuild index 10fb9347d776..37680afb42fa 100644 --- a/dev-util/android-studio/android-studio-1.3.1.0.141.2135290.ebuild +++ b/dev-util/android-studio/android-studio-1.3.1.0.141.2135290.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="A new Android development environment based on IntelliJ IDEA" HOMEPAGE="http://developer.android.com/sdk/installing/studio.html" -SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/appinventor/appinventor-1.1.ebuild b/dev-util/appinventor/appinventor-1.1.ebuild index 09531c0f28ee..fa282685eb08 100644 --- a/dev-util/appinventor/appinventor-1.1.ebuild +++ b/dev-util/appinventor/appinventor-1.1.ebuild @@ -7,7 +7,7 @@ EAPI="4" MY_P="${PN}-setup_${PV}" DESCRIPTION="MIT App Inventor Setup package" HOMEPAGE="http://www.appinventor.mit.edu/" -SRC_URI="http://dl.google.com/dl/${PN}/installers/linux/${MY_P}.tar.gz" +SRC_URI="https://dl.google.com/dl/${PN}/installers/linux/${MY_P}.tar.gz" LICENSE="android" SLOT="0" diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild index e8599658a2a8..bd130b063529 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 readme.gentoo systemd user DESCRIPTION="BuildBot Slave Daemon" -HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" +HOMEPAGE="http://trac.buildbot.net/ https://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild index e8599658a2a8..bd130b063529 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 readme.gentoo systemd user DESCRIPTION="BuildBot Slave Daemon" -HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" +HOMEPAGE="http://trac.buildbot.net/ https://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" diff --git a/dev-util/buildbot-slave/buildbot-slave-9999.ebuild b/dev-util/buildbot-slave/buildbot-slave-9999.ebuild index 4920bb8c0f81..352fb295e2c6 100644 --- a/dev-util/buildbot-slave/buildbot-slave-9999.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-9999.ebuild @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" inherit distutils-r1 readme.gentoo user DESCRIPTION="BuildBot Slave Daemon" -HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" +HOMEPAGE="http://trac.buildbot.net/ https://code.google.com/p/buildbot/ https://pypi.python.org/pypi/buildbot-slave" MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" diff --git a/dev-util/bunny/bunny-0.93-r1.ebuild b/dev-util/bunny/bunny-0.93-r1.ebuild index 18206258ccbf..bbcb4e5561c4 100644 --- a/dev-util/bunny/bunny-0.93-r1.ebuild +++ b/dev-util/bunny/bunny-0.93-r1.ebuild @@ -7,7 +7,7 @@ EAPI="2" inherit toolchain-funcs DESCRIPTION="A small general purpose fuzzer for C programs" -HOMEPAGE="http://code.google.com/p/bunny-the-fuzzer" +HOMEPAGE="https://code.google.com/p/bunny-the-fuzzer" SRC_URI="http://bunny-the-fuzzer.googlecode.com/files/${P}.tgz" LICENSE="Apache-2.0" diff --git a/dev-util/dmake/dmake-4.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild index 38e07de0672b..c4c2994f1647 100644 --- a/dev-util/dmake/dmake-4.12.2.ebuild +++ b/dev-util/dmake/dmake-4.12.2.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit eutils DESCRIPTION="Improved make" -HOMEPAGE="http://code.google.com/a/apache-extras.org/p/dmake/" +HOMEPAGE="https://code.google.com/a/apache-extras.org/p/dmake/" SRC_URI="http://${PN}.apache-extras.org.codespot.com/files/${P}.tar.bz2" LICENSE="GPL-1" @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" # test failure, reported upstream at -# http://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1 +# https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1 RESTRICT="test" DEPEND=" diff --git a/dev-util/google-perftools/google-perftools-1.8.3.ebuild b/dev-util/google-perftools/google-perftools-1.8.3.ebuild index 8c7935cee292..f866d94f0d66 100644 --- a/dev-util/google-perftools/google-perftools-1.8.3.ebuild +++ b/dev-util/google-perftools/google-perftools-1.8.3.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit toolchain-funcs eutils flag-o-matic DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools" -HOMEPAGE="http://code.google.com/p/google-perftools/" +HOMEPAGE="https://code.google.com/p/google-perftools/" SRC_URI="http://google-perftools.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild index fcc847e77bbb..5a4a825e2eb7 100644 --- a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild +++ b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild @@ -9,7 +9,7 @@ MY_P="gperftools-${PV}" inherit toolchain-funcs eutils flag-o-matic autotools-utils DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools" -HOMEPAGE="http://code.google.com/p/gperftools/" +HOMEPAGE="https://code.google.com/p/gperftools/" SRC_URI="http://gperftools.googlecode.com/files/${MY_P}.tar.gz" LICENSE="MIT" diff --git a/dev-util/gource/gource-0.39.ebuild b/dev-util/gource/gource-0.39.ebuild index 3b9f0c49df3b..c108dcc17b6b 100644 --- a/dev-util/gource/gource-0.39.ebuild +++ b/dev-util/gource/gource-0.39.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_P/_/-} MY_DATE=${PV/*_p} DESCRIPTION="A software version control visualization tool" -HOMEPAGE="http://code.google.com/p/gource/" +HOMEPAGE="https://code.google.com/p/gource/" SRC_URI="http://gource.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-util/gource/gource-0.40.ebuild b/dev-util/gource/gource-0.40.ebuild index 94d9704e7154..c0e141266028 100644 --- a/dev-util/gource/gource-0.40.ebuild +++ b/dev-util/gource/gource-0.40.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_P/_/-} MY_DATE=${PV/*_p} DESCRIPTION="A software version control visualization tool" -HOMEPAGE="http://code.google.com/p/gource/" +HOMEPAGE="https://code.google.com/p/gource/" SRC_URI="http://gource.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-util/gource/gource-0.43.ebuild b/dev-util/gource/gource-0.43.ebuild index a4b4c28dd28f..bb60eacc1d1f 100644 --- a/dev-util/gource/gource-0.43.ebuild +++ b/dev-util/gource/gource-0.43.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_P/_/-} MY_DATE=${PV/*_p} DESCRIPTION="A software version control visualization tool" -HOMEPAGE="http://code.google.com/p/gource/" +HOMEPAGE="https://code.google.com/p/gource/" SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index ec4cff4d96dc..45df7feed73a 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE='xml' inherit eutils python-r1 DESCRIPTION="Converts profiling output to dot graphs" -HOMEPAGE="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot" +HOMEPAGE="https://code.google.com/p/jrfonseca/wiki/Gprof2Dot" SRC_URI="http://www.hartwork.org/public/${P}.tar.xz" LICENSE="GPL-3" diff --git a/dev-util/mdds/mdds-0.10.3.ebuild b/dev-util/mdds/mdds-0.10.3.ebuild index cdccda48b71f..792d73dbb180 100644 --- a/dev-util/mdds/mdds-0.10.3.ebuild +++ b/dev-util/mdds/mdds-0.10.3.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" -HOMEPAGE="http://code.google.com/p/multidimalgorithm/" +HOMEPAGE="https://code.google.com/p/multidimalgorithm/" SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/mdds/mdds-0.11.2-r1.ebuild b/dev-util/mdds/mdds-0.11.2-r1.ebuild index 6bb1766c2b6e..a2c53c5c0983 100644 --- a/dev-util/mdds/mdds-0.11.2-r1.ebuild +++ b/dev-util/mdds/mdds-0.11.2-r1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" -HOMEPAGE="http://code.google.com/p/multidimalgorithm/" +HOMEPAGE="https://code.google.com/p/multidimalgorithm/" SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/mdds/mdds-0.12.0.ebuild b/dev-util/mdds/mdds-0.12.0.ebuild index f3b70fdb805d..66d7265f7a86 100644 --- a/dev-util/mdds/mdds-0.12.0.ebuild +++ b/dev-util/mdds/mdds-0.12.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" -HOMEPAGE="http://code.google.com/p/multidimalgorithm/" +HOMEPAGE="https://code.google.com/p/multidimalgorithm/" SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild index 7a6d762fd2d2..db41223fbaa2 100644 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild +++ b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="http://code.google.com/p/open-vcdiff/" +HOMEPAGE="https://code.google.com/p/open-vcdiff/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild index 94cd3e739d40..58cb060cbd2b 100644 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild +++ b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="http://code.google.com/p/open-vcdiff/" +HOMEPAGE="https://code.google.com/p/open-vcdiff/" SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/reviewboard/reviewboard-1.7.28.ebuild b/dev-util/reviewboard/reviewboard-1.7.28.ebuild index 46de4a34d629..21b651dbb379 100644 --- a/dev-util/reviewboard/reviewboard-1.7.28.ebuild +++ b/dev-util/reviewboard/reviewboard-1.7.28.ebuild @@ -59,7 +59,7 @@ python_prepare_all() { } python_compile_all() { - # See http://code.google.com/p/reviewboard/issues/ #3009 + # See https://code.google.com/p/reviewboard/issues/ #3009 # until build of manual can find and use ROOT_URLCONF, only possible build path for manual # requires sacrificing the resources section, all of which call on ROOT_URLCONF local msg="Generating docs for" diff --git a/dev-util/shflags/shflags-1.0.3.ebuild b/dev-util/shflags/shflags-1.0.3.ebuild index 6af28a4d8dcb..dcb8c30a57ed 100644 --- a/dev-util/shflags/shflags-1.0.3.ebuild +++ b/dev-util/shflags/shflags-1.0.3.ebuild @@ -5,7 +5,7 @@ EAPI="4" DESCRIPTION="Command-line flags module for Unix shell scripts" -HOMEPAGE="http://code.google.com/p/shflags/" +HOMEPAGE="https://code.google.com/p/shflags/" SRC_URI="http://shflags.googlecode.com/files/${P}.tgz" LICENSE="LGPL-2.1" diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild index 9b1eb16653fa..961a2c598fb9 100644 --- a/dev-util/shunit2/shunit2-2.1.6.ebuild +++ b/dev-util/shunit2/shunit2-2.1.6.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils DESCRIPTION="Unit-test framework for Bourne-based shell scripts" -HOMEPAGE="http://code.google.com/p/shunit2/wiki/ProjectInfo" +HOMEPAGE="https://code.google.com/p/shunit2/wiki/ProjectInfo" SRC_URI="http://shunit2.googlecode.com/files/${P}.tgz" LICENSE="LGPL-2.1" diff --git a/dev-util/skipfish/skipfish-2.10_beta.ebuild b/dev-util/skipfish/skipfish-2.10_beta.ebuild index 13a03f3cfc56..18b6a5cbfb02 100644 --- a/dev-util/skipfish/skipfish-2.10_beta.ebuild +++ b/dev-util/skipfish/skipfish-2.10_beta.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs versionator MY_P="$PN-$(get_version_component_range 1-2)b" DESCRIPTION="A fully automated, active web application security reconnaissance tool" -HOMEPAGE="http://code.google.com/p/skipfish/" +HOMEPAGE="https://code.google.com/p/skipfish/" SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="Apache-2.0 LGPL-3" diff --git a/dev-util/stressapptest/stressapptest-1.0.4.ebuild b/dev-util/stressapptest/stressapptest-1.0.4.ebuild index 26dbb5264750..647f3ec01a72 100644 --- a/dev-util/stressapptest/stressapptest-1.0.4.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.4.ebuild @@ -8,7 +8,7 @@ inherit eutils MY_P="${P}_autoconf" DESCRIPTION="Stressful Application Test" -HOMEPAGE="http://code.google.com/p/stressapptest/" +HOMEPAGE="https://code.google.com/p/stressapptest/" SRC_URI="http://stressapptest.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild b/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild index b9d24b5def79..8a93f84a5958 100644 --- a/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils autotools MY_P="${P}_autoconf" DESCRIPTION="Stressful Application Test" -HOMEPAGE="http://code.google.com/p/stressapptest/" +HOMEPAGE="https://code.google.com/p/stressapptest/" SRC_URI="http://stressapptest.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild b/dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild index 377acc713edb..09f596283cfd 100644 --- a/dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild @@ -8,7 +8,7 @@ inherit eutils autotools MY_P="${P}_autoconf" DESCRIPTION="Stressful Application Test" -HOMEPAGE="http://code.google.com/p/stressapptest/" +HOMEPAGE="https://code.google.com/p/stressapptest/" SRC_URI="http://stressapptest.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/stressapptest/stressapptest-1.0.6.ebuild b/dev-util/stressapptest/stressapptest-1.0.6.ebuild index 2e592b1e24d7..7e8eb8b7b69b 100644 --- a/dev-util/stressapptest/stressapptest-1.0.6.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.6.ebuild @@ -6,7 +6,7 @@ EAPI="4" MY_P="${P}_autoconf" DESCRIPTION="Stressful Application Test" -HOMEPAGE="http://code.google.com/p/stressapptest/" +HOMEPAGE="https://code.google.com/p/stressapptest/" SRC_URI="http://stressapptest.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild b/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild index 8dcd88928ac5..a253f9c7b259 100644 --- a/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild @@ -11,7 +11,7 @@ EAPI="4" inherit flag-o-matic DESCRIPTION="Stressful Application Test" -HOMEPAGE="http://code.google.com/p/stressapptest/" +HOMEPAGE="https://code.google.com/p/stressapptest/" SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild index cb29dc14405c..e466864072fa 100644 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild +++ b/dev-util/ticpp/ticpp-0_p20120423.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="http://code.google.com/p/ticpp/" +HOMEPAGE="https://code.google.com/p/ticpp/" SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild index a2d1ad4b8150..0e2837724779 100644 --- a/dev-util/ticpp/ticpp-9999.ebuild +++ b/dev-util/ticpp/ticpp-9999.ebuild @@ -10,7 +10,7 @@ ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/" MY_PV=cvs DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="http://code.google.com/p/ticpp/" +HOMEPAGE="https://code.google.com/p/ticpp/" SRC_URI="" LICENSE="MIT" -- cgit v1.2.3-65-gdbad