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 9494D15810F for ; Thu, 8 Jun 2023 11:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 283EBE08E2; Thu, 8 Jun 2023 11:23:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E2742E08D3 for ; Thu, 8 Jun 2023 11:23:39 +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 B8B60340C58 for ; Thu, 8 Jun 2023 11:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C098BA93 for ; Thu, 8 Jun 2023 11:23:35 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1686223160.a047ae87ce8a94c8cbe3ede419ce4a26fb0a8663.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/parapin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/parapin/parapin-1.5.0-r1.ebuild dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild X-VCS-Directories: dev-embedded/parapin/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a047ae87ce8a94c8cbe3ede419ce4a26fb0a8663 X-VCS-Branch: master Date: Thu, 8 Jun 2023 11:23:35 +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: 80e0d11c-c2c6-4446-8f9a-4add0be9a212 X-Archives-Hash: 1770a679ccdcbc6b66418047228fc97e commit: a047ae87ce8a94c8cbe3ede419ce4a26fb0a8663 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jun 7 17:16:34 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jun 8 11:19:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a047ae87 dev-embedded/parapin: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Viorel Munteanu gentoo.org> dev-embedded/parapin/parapin-1.5.0-r1.ebuild | 4 ++-- dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/parapin/parapin-1.5.0-r1.ebuild b/dev-embedded/parapin/parapin-1.5.0-r1.ebuild index eb1ca039789c..2a6d167d64d5 100644 --- a/dev-embedded/parapin/parapin-1.5.0-r1.ebuild +++ b/dev-embedded/parapin/parapin-1.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="A parallel port pin programming library" -HOMEPAGE="http://parapin.sourceforge.net/" +HOMEPAGE="https://parapin.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="LGPL-2.1" diff --git a/dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild b/dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild index ec6e6a5c1db3..362ef34eb18d 100644 --- a/dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild +++ b/dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="A parallel port pin programming library" -HOMEPAGE="http://parapin.sourceforge.net/" +HOMEPAGE="https://parapin.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tgz" S="${WORKDIR}/${P/_/-}"