From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 112A7138334 for ; Sat, 9 Jun 2018 14:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C4AE08C9; Sat, 9 Jun 2018 14:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66743E08C9 for ; Sat, 9 Jun 2018 14:09:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39941335CAA for ; Sat, 9 Jun 2018 14:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C71B2C7 for ; Sat, 9 Jun 2018 14:09:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528553334.0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/klayout/klayout-0.25-r2.ebuild sci-electronics/klayout/klayout-9999.ebuild X-VCS-Directories: sci-electronics/klayout/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f X-VCS-Branch: master Date: Sat, 9 Jun 2018 14:09:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc542d49-91ef-4aad-81fe-ef2c2ea81d73 X-Archives-Hash: 8e7a8f95c57acb541b4ba96672b81b17 commit: 0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 31 19:10:38 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 9 14:08:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0130eaed sci-electronics/klayout: use HTTPs sci-electronics/klayout/klayout-0.25-r2.ebuild | 4 ++-- sci-electronics/klayout/klayout-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild b/sci-electronics/klayout/klayout-0.25-r2.ebuild index 5c49aa2da65..416e30fc6c7 100644 --- a/sci-electronics/klayout/klayout-0.25-r2.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild @@ -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="" diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 36878996ad6..98b5a4200ed 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -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=""