commit:     424fb345804a6b201c5ca8e80eb1b9d565402e5e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jul 10 13:41:00 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:35:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424fb345

games-util/fteqcc: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-util/fteqcc/fteqcc-2501.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-util/fteqcc/fteqcc-2501.ebuild 
b/games-util/fteqcc/fteqcc-2501.ebuild
index 3791f964ea75..587399e27275 100644
--- a/games-util/fteqcc/fteqcc-2501.ebuild
+++ b/games-util/fteqcc/fteqcc-2501.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,9 @@ EAPI=7
 inherit edos2unix toolchain-funcs
 
 DESCRIPTION="QC compiler"
-HOMEPAGE="http://fteqw.sourceforge.net/";
+HOMEPAGE="https://fte.triptohell.info/";
 SRC_URI="mirror://sourceforge/fteqw/qclibsrc${PV}.zip"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,8 +17,6 @@ RESTRICT="test"
 
 BDEPEND="app-arch/unzip"
 
-S="${WORKDIR}"
-
 PATCHES=(
        "${FILESDIR}"/${P}-cleanup-source.patch
        "${FILESDIR}"/${P}-Makefile.patch

Reply via email to