From 424fb345804a6b201c5ca8e80eb1b9d565402e5e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jul 2023 15:41:00 +0200 Subject: games-util/fteqcc: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- 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 -- cgit v1.2.3-65-gdbad