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 636D1138359 for ; Fri, 3 Jul 2020 23:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99677E0833; Fri, 3 Jul 2020 23:23:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 845DDE0833 for ; Fri, 3 Jul 2020 23:23:03 +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 9729034F171 for ; Fri, 3 Jul 2020 23:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68B1D2CE for ; Fri, 3 Jul 2020 23:22:58 +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: <1593818515.07677bc3990fa6d21e2f993893cb87d79468edf3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fritzing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild X-VCS-Directories: sci-electronics/fritzing/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 07677bc3990fa6d21e2f993893cb87d79468edf3 X-VCS-Branch: master Date: Fri, 3 Jul 2020 23:22:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34e85313-878c-4fe5-bb93-56d9f47491a8 X-Archives-Hash: fa1d25ebbd6dc1bc63c80b790465ecb9 commit: 07677bc3990fa6d21e2f993893cb87d79468edf3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jul 3 08:38:14 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 3 23:21:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07677bc3 sci-electronics/fritzing: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16561 Signed-off-by: Aaron Bauman gentoo.org> sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild b/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild index afbc7ba893b..29db4abc920 100644 --- a/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild +++ b/sci-electronics/fritzing/fritzing-0.9.2b-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PARTS_P="${PN}-parts-${PV}" inherit qmake-utils DESCRIPTION="Electronic Design Automation" -HOMEPAGE="http://fritzing.org/" +HOMEPAGE="https://fritzing.org/" SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/fritzing/fritzing-parts/archive/${PV}.tar.gz -> ${PARTS_P}.tar.gz"