Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/
Date: Sat, 09 Jun 2018 14:09:16
Message-Id: 1528553334.0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f.bman@gentoo
1 commit: 0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 31 19:10:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 9 14:08:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0130eaed
7
8 sci-electronics/klayout: use HTTPs
9
10 sci-electronics/klayout/klayout-0.25-r2.ebuild | 4 ++--
11 sci-electronics/klayout/klayout-9999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild b/sci-electronics/klayout/klayout-0.25-r2.ebuild
15 index 5c49aa2da65..416e30fc6c7 100644
16 --- a/sci-electronics/klayout/klayout-0.25-r2.ebuild
17 +++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild
18 @@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then
19 inherit git-r3
20 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
21 else
22 - SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz"
23 + SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
24 KEYWORDS="amd64 ~x86"
25 fi
26
27 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
28 -HOMEPAGE="http://www.klayout.de/"
29 +HOMEPAGE="https://www.klayout.de/"
30 LICENSE="GPL-2"
31 SLOT="0"
32 IUSE=""
33
34 diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
35 index 36878996ad6..98b5a4200ed 100644
36 --- a/sci-electronics/klayout/klayout-9999.ebuild
37 +++ b/sci-electronics/klayout/klayout-9999.ebuild
38 @@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then
39 inherit git-r3
40 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
41 else
42 - SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz"
43 + SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
44 KEYWORDS="~amd64 ~x86"
45 fi
46
47 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
48 -HOMEPAGE="http://www.klayout.de/"
49 +HOMEPAGE="https://www.klayout.de/"
50 LICENSE="GPL-2"
51 SLOT="0"
52 IUSE=""