diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:58:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:49 +0200 |
commit | 386a656cfac8bd45029ea1e072d2c16017a14042 (patch) | |
tree | 75761905e1762632fbe7d4659c4fff435613263d /games-puzzle/twindistress | |
parent | games-puzzle/toppler: update HOMEPAGE, fix LICENSE (diff) | |
download | gentoo-386a656cfac8bd45029ea1e072d2c16017a14042.tar.gz gentoo-386a656cfac8bd45029ea1e072d2c16017a14042.tar.bz2 gentoo-386a656cfac8bd45029ea1e072d2c16017a14042.zip |
games-puzzle/twindistress: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle/twindistress')
-rw-r--r-- | games-puzzle/twindistress/twindistress-1.1.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/twindistress/twindistress-1.1.0.ebuild b/games-puzzle/twindistress/twindistress-1.1.0.ebuild index cc4e08909d20..e5ef7f2fff48 100644 --- a/games-puzzle/twindistress/twindistress-1.1.0.ebuild +++ b/games-puzzle/twindistress/twindistress-1.1.0.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 @@ -8,10 +8,11 @@ inherit desktop toolchain-funcs MY_P="twind-${PV}" DESCRIPTION="Match and remove all of the blocks before time runs out" -HOMEPAGE="http://twind.sourceforge.net/" +HOMEPAGE="https://twind.sourceforge.net/" SRC_URI="mirror://sourceforge/twind/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -21,8 +22,6 @@ RDEPEND=" media-libs/sdl-mixer[vorbis]" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${P}-ldflags.patch "${FILESDIR}"/${P}-warnings.patch |