diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:59:08 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:31 +0200 |
commit | 6d8a5a240d0d99c0d6587899a0b2f01e24aa6890 (patch) | |
tree | 06df85cd19b925a344231c833e377240b79bd1dd /games-action | |
parent | games-action/tuxkart: use HTTPS (diff) | |
download | gentoo-6d8a5a240d0d99c0d6587899a0b2f01e24aa6890.tar.gz gentoo-6d8a5a240d0d99c0d6587899a0b2f01e24aa6890.tar.bz2 gentoo-6d8a5a240d0d99c0d6587899a0b2f01e24aa6890.zip |
games-action/wordwarvi: 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/wordwarvi/wordwarvi-1.00-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild index c1a147a7c015..44004a19afbe 100644 --- a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild +++ b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop toolchain-funcs -DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story" -HOMEPAGE="http://wordwarvi.sourceforge.net" +DESCRIPTION="retro side-scrolling shoot'em up based on the editor war story" +HOMEPAGE="https://wordwarvi.sourceforge.net" SRC_URI="mirror://sourceforge/wordwarvi/${P}.tar.gz" -LICENSE="GPL-2 CC-BY-2.0 CC-BY-SA-3.0" +LICENSE="GPL-2+ CC-BY-2.0 CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="portaudio" |