sci-electronics/klayout: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 31 May 2018 19:10:38 +0000 (21:10 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Jun 2018 14:08:54 +0000 (10:08 -0400)
sci-electronics/klayout/klayout-0.25-r2.ebuild
sci-electronics/klayout/klayout-9999.ebuild

index 5c49aa2da65c23eb00142de69ff4a7579637047b..416e30fc6c732acf5136bd2a4b9278393a1e63ef 100644 (file)
@@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then
        inherit git-r3
        EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
 else
-       SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz"
+       SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
        KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
-HOMEPAGE="http://www.klayout.de/"
+HOMEPAGE="https://www.klayout.de/"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
index 36878996ad69811da2beafb7a887f55ba126542a..98b5a4200eddd1cdbcc879a3c51b06fa964923ce 100644 (file)
@@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then
        inherit git-r3
        EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
 else
-       SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz"
+       SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
-HOMEPAGE="http://www.klayout.de/"
+HOMEPAGE="https://www.klayout.de/"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""