diff options
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" |