Skip to content

Commit

Permalink
games-puzzle/twindistress: use HTTPS, fix LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Jul 12, 2023
1 parent 18608bf commit 386a656
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions games-puzzle/twindistress/twindistress-1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 386a656

Please sign in to comment.