diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:41:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:58 +0200 |
commit | 424fb345804a6b201c5ca8e80eb1b9d565402e5e (patch) | |
tree | 75ede91ed9da005e241344f16d6471d98b650675 /games-util | |
parent | games-util/eureka: use HTTPS, fix LICENSE (diff) | |
download | gentoo-424fb345804a6b201c5ca8e80eb1b9d565402e5e.tar.gz gentoo-424fb345804a6b201c5ca8e80eb1b9d565402e5e.tar.bz2 gentoo-424fb345804a6b201c5ca8e80eb1b9d565402e5e.zip |
games-util/fteqcc: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/fteqcc/fteqcc-2501.ebuild | 7 |
1 files 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 |