summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2023-07-12 09:13:59 -0400
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-07-18 12:11:31 +0200
commit26f099c486a25f8d31f5460a5354baf238d29334 (patch)
tree0e42dee1a17377d04974050833968c3b6060ea5b /sci-misc
parentdev-ruby/google-protobuf: drop 3.19.6 (diff)
downloadgentoo-26f099c486a25f8d31f5460a5354baf238d29334.tar.gz
gentoo-26f099c486a25f8d31f5460a5354baf238d29334.tar.bz2
gentoo-26f099c486a25f8d31f5460a5354baf238d29334.zip
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 <luzpaz@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31850 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/apertium/apertium-3.2.0.ebuild2
-rw-r--r--sci-misc/apertium/apertium-3.8.3.ebuild2
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"