diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:09:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:51 +0200 |
commit | 4d1f2b63658022e81732f70d94d7a6211ec24389 (patch) | |
tree | 405082459ecdf28f874d06dfd31bce436b3ca0d1 /games-rpg | |
parent | games-roguelike/tome: use HTTPS (diff) | |
download | gentoo-4d1f2b63658022e81732f70d94d7a6211ec24389.tar.gz gentoo-4d1f2b63658022e81732f70d94d7a6211ec24389.tar.bz2 gentoo-4d1f2b63658022e81732f70d94d7a6211ec24389.zip |
games-rpg/daimonin-client: 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-rpg')
-rw-r--r-- | games-rpg/daimonin-client/daimonin-client-0.10.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/daimonin-client/daimonin-client-0.10.8.ebuild b/games-rpg/daimonin-client/daimonin-client-0.10.8.ebuild index 4cd5b7623861..d00c417093ce 100644 --- a/games-rpg/daimonin-client/daimonin-client-0.10.8.ebuild +++ b/games-rpg/daimonin-client/daimonin-client-0.10.8.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools desktop -DESCRIPTION="A graphical 2D tile-based MMORPG" -HOMEPAGE="http://daimonin.sourceforge.net/" +DESCRIPTION="Graphical 2D tile-based MMORPG" +HOMEPAGE="https://daimonin.sourceforge.net/" SRC_URI=" https://dev.gentoo.org/~soap/distfiles/${P}.zip music? ( mirror://sourceforge/daimonin/daimoninMusicLQ20100827.zip )" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug music" |