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 9AAAF15800A for ; Tue, 18 Jul 2023 10:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03FDE089D; Tue, 18 Jul 2023 10:13:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B176EE089D for ; Tue, 18 Jul 2023 10:13:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C306340D36 for ; Tue, 18 Jul 2023 10:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F74AFD for ; Tue, 18 Jul 2023 10:13:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1689675091.26f099c486a25f8d31f5460a5354baf238d29334.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/apertium/apertium-3.2.0.ebuild sci-misc/apertium/apertium-3.8.3.ebuild X-VCS-Directories: sci-misc/apertium/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 26f099c486a25f8d31f5460a5354baf238d29334 X-VCS-Branch: master Date: Tue, 18 Jul 2023 10:13:00 +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: 97dbf02b-a911-47bd-a063-ca6d3e977eb9 X-Archives-Hash: 24899498716f7c526fb75a7ff3a54f26 commit: 26f099c486a25f8d31f5460a5354baf238d29334 Author: luzpaz users noreply github com> AuthorDate: Wed Jul 12 13:13:59 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jul 18 10:11:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f099c4 sci-misc/apertium: use https:// schema for HOMEPAGE url - Homepage link http://apertium.sourceforge.net/ is a permanent redirect to its HTTPS counterpart https://apertium.sourceforge.net/ and should be updated. ref: https://repology.org/repository/gentoo/problems Signed-off-by: luzpaz users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31850 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-misc/apertium/apertium-3.2.0.ebuild | 2 +- sci-misc/apertium/apertium-3.8.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/apertium/apertium-3.2.0.ebuild b/sci-misc/apertium/apertium-3.2.0.ebuild index 9efd69255cda..a3f2958ad82f 100644 --- a/sci-misc/apertium/apertium-3.2.0.ebuild +++ b/sci-misc/apertium/apertium-3.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Shallow-transfer machine Translation engine and toolbox" -HOMEPAGE="http://apertium.sourceforge.net/" +HOMEPAGE="https://apertium.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild index 8d559b9bf1d0..4ae4fbb9009e 100644 --- a/sci-misc/apertium/apertium-3.8.3.ebuild +++ b/sci-misc/apertium/apertium-3.8.3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-any-r1 DESCRIPTION="Shallow-transfer machine Translation engine and toolbox" -HOMEPAGE="http://apertium.sourceforge.net/" +HOMEPAGE="https://apertium.sourceforge.net/" SRC_URI="https://github.com/apertium/apertium/releases/download/v${PV}/${P}.tar.bz2" LICENSE="GPL-2"