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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C1C15800D for ; Mon, 3 Jul 2023 22:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A5CEE08A6; Mon, 3 Jul 2023 22:02:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 352DFE08A6 for ; Mon, 3 Jul 2023 22:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BE01340DF1 for ; Mon, 3 Jul 2023 22:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B1EAD6 for ; Mon, 3 Jul 2023 22:02:48 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688421749.d2494a192a1ff7f9b16a059ac7586cabfe135d36.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/potrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/potrace/potrace-1.16.ebuild X-VCS-Directories: media-gfx/potrace/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d2494a192a1ff7f9b16a059ac7586cabfe135d36 X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:02:48 +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: d675ba59-3a4d-4b72-a8cd-ad5104598719 X-Archives-Hash: b0e2cf7922132601a1ceaa80ff2ec051 commit: d2494a192a1ff7f9b16a059ac7586cabfe135d36 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 09:06:50 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:02:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2494a19 media-gfx/potrace: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31706 Signed-off-by: Conrad Kostecki gentoo.org> media-gfx/potrace/potrace-1.16.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/potrace/potrace-1.16.ebuild b/media-gfx/potrace/potrace-1.16.ebuild index 605abc238e7e..1b72c4102fc8 100644 --- a/media-gfx/potrace/potrace-1.16.ebuild +++ b/media-gfx/potrace/potrace-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Transforming bitmaps into vector graphics" -HOMEPAGE="http://potrace.sourceforge.net/" -SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" +HOMEPAGE="https://potrace.sourceforge.net/" +SRC_URI="https://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"