diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /sci-geosciences | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
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.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild | 6 |
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 a5bb7e97c83c..95d3a71b3e4f 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 a127bf79afb9..8582a1540c1d 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" |