diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:51:45 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:30 +0200 |
commit | bef573a3b2cb10f02f4a1d28de0142cb66b9d117 (patch) | |
tree | d38e9a248e4649c74b3b4ca20d3baa437acec5f5 /games-action | |
parent | games-action/heretic2: use HTTPS (diff) | |
download | gentoo-bef573a3b2cb10f02f4a1d28de0142cb66b9d117.tar.gz gentoo-bef573a3b2cb10f02f4a1d28de0142cb66b9d117.tar.bz2 gentoo-bef573a3b2cb10f02f4a1d28de0142cb66b9d117.zip |
games-action/heroes: 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-action')
-rw-r--r-- | games-action/heroes/heroes-0.21-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/heroes/heroes-0.21-r3.ebuild b/games-action/heroes/heroes-0.21-r3.ebuild index 7920a08313c0..07c6c70cf161 100644 --- a/games-action/heroes/heroes-0.21-r3.ebuild +++ b/games-action/heroes/heroes-0.21-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools desktop DESCRIPTION="Heroes Enjoy Riding Over Empty Slabs: similar to Tron and Nibbles" -HOMEPAGE="http://heroes.sourceforge.net/" +HOMEPAGE="https://heroes.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://sourceforge/${PN}/${PN}-data-1.5.tar.bz2 @@ -14,7 +14,7 @@ SRC_URI=" mirror://sourceforge/${PN}/${PN}-sound-effects-1.0.tar.bz2 https://dev.gentoo.org/~ionen/distfiles/${PN}.png" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ggi nls +sdl" |