diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:35:47 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:38 +0200 |
commit | 734726a9f2e8f75f96ecfb0a14413412c2154f99 (patch) | |
tree | f31cf6a093867f50654374c92b87c18f12f0c924 /games-arcade | |
parent | games-arcade/vor: update HOMEPAGE (diff) | |
download | gentoo-734726a9f2e8f75f96ecfb0a14413412c2154f99.tar.gz gentoo-734726a9f2e8f75f96ecfb0a14413412c2154f99.tar.bz2 gentoo-734726a9f2e8f75f96ecfb0a14413412c2154f99.zip |
games-arcade/xtux: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xtux/xtux-20030306-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/xtux/xtux-20030306-r1.ebuild b/games-arcade/xtux/xtux-20030306-r1.ebuild index 32bb2923ba65..12c2955621c2 100644 --- a/games-arcade/xtux/xtux-20030306-r1.ebuild +++ b/games-arcade/xtux/xtux-20030306-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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 desktop flag-o-matic toolchain-funcs DESCRIPTION="Multiplayer Gauntlet-style arcade game" -HOMEPAGE="http://xtux.sourceforge.net/" +HOMEPAGE="https://xtux.sourceforge.net/" SRC_URI="mirror://sourceforge/xtux/xtux-src-${PV}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" @@ -17,8 +18,6 @@ DEPEND="x11-libs/libXpm" RDEPEND="${DEPEND} media-fonts/font-adobe-75dpi" -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}"/${P}-Makefile.patch "${FILESDIR}"/${P}-particles.patch |