summaryrefslogtreecommitdiff
path: root/sci-geosciences
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:41 +0200
commit769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch)
treeb2ac9f34d4991495f829bd5db62f51c7579e4a4e /sci-geosciences
parent618e0886aecf0c9a0b9fead6f8efa679ee694161 (diff)
downloadgentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild2
-rw-r--r--sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild
index a5bb7e97c8..95d3a71b3e 100644
--- a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild
+++ b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="An offline viewer for different map providers"
-HOMEPAGE="http://code.google.com/p/gmapcatcher/"
+HOMEPAGE="https://code.google.com/p/gmapcatcher/"
SRC_URI="http://gmapcatcher.googlecode.com/files/mapcatcher_${PV}.tar.gz"
LICENSE="GPL-2"
diff --git a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
index a127bf79af..8582a1540c 100644
--- a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
@@ -7,12 +7,12 @@ EAPI=5
inherit pax-utils eutils unpacker fdo-mime gnome2-utils
DESCRIPTION="A 3D interface to the planet"
-HOMEPAGE="http://earth.google.com/"
+HOMEPAGE="https://earth.google.com/"
# no upstream versioning, version determined from help/about
# incorrect digest means upstream bumped and thus needs version bump
-SRC_URI="x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
+SRC_URI="x86? ( https://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
-> GoogleEarthLinux-${PV}_i386.deb )
- amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
+ amd64? ( https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
-> GoogleEarthLinux-${PV}_amd64.deb )"
LICENSE="googleearth GPL-2"
SLOT="0"