diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:26:26 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:36 +0200 |
commit | 702d3bbba8189eb259ca9b2a60c853ffe21a6a6d (patch) | |
tree | 1ae2405ddb18ec7c0c18b8bb43946cd594c46576 /games-arcade/pachi | |
parent | games-arcade/openmortal: use HTTPS (diff) | |
download | gentoo-702d3bbba8189eb259ca9b2a60c853ffe21a6a6d.tar.gz gentoo-702d3bbba8189eb259ca9b2a60c853ffe21a6a6d.tar.bz2 gentoo-702d3bbba8189eb259ca9b2a60c853ffe21a6a6d.zip |
games-arcade/pachi: 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-arcade/pachi')
-rw-r--r-- | games-arcade/pachi/pachi-1.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/pachi/pachi-1.0-r2.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild index 00da8955ee37..60879e0a8494 100644 --- a/games-arcade/pachi/pachi-1.0-r2.ebuild +++ b/games-arcade/pachi/pachi-1.0-r2.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools desktop -DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" -HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en" +DESCRIPTION="Platform game inspired by games like Manic Miner and Jet Set Willy" +HOMEPAGE="https://dragontech.sourceforge.net/index.php?main=pachi&lang=en" # Upstream doesn't version their releases. # (should be downloaded and re-compressed with tar -jcvf) #SRC_URI="mirror://sourceforge/dragontech/pachi_source.tgz" SRC_URI="mirror://gentoo/${P}.tar.bz2" S="${WORKDIR}"/Pachi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |