diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:07:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:32 +0200 |
commit | 666fe967f6099cad9d618af77a0cb90f4b2c235e (patch) | |
tree | c0cd5943b3c04667c321e25ff2615111e6cab6d3 /games-arcade | |
parent | games-arcade/blockrage: use HTTPS, fix LICENSE (diff) | |
download | gentoo-666fe967f6099cad9d618af77a0cb90f4b2c235e.tar.gz gentoo-666fe967f6099cad9d618af77a0cb90f4b2c235e.tar.bz2 gentoo-666fe967f6099cad9d618af77a0cb90f4b2c235e.zip |
games-arcade/bomns: update HOMEPAGE, fix LICENSE, add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/bomns/bomns-0.99.2-r1.ebuild | 8 | ||||
-rw-r--r-- | games-arcade/bomns/metadata.xml | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/bomns/bomns-0.99.2-r1.ebuild b/games-arcade/bomns/bomns-0.99.2-r1.ebuild index bd574f113189..130963ce7b0c 100644 --- a/games-arcade/bomns/bomns-0.99.2-r1.ebuild +++ b/games-arcade/bomns/bomns-0.99.2-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 autotools flag-o-matic -DESCRIPTION="A fast-paced multiplayer deathmatch arcade game" -HOMEPAGE="http://greenridge.sourceforge.net" +DESCRIPTION="Fast-paced multiplayer deathmatch arcade game" +HOMEPAGE="https://github.com/keithfancher/Bomns-for-Linux" SRC_URI="mirror://sourceforge/greenridge/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk editor" diff --git a/games-arcade/bomns/metadata.xml b/games-arcade/bomns/metadata.xml index e0cc140b2f8c..2c5a99662f2e 100644 --- a/games-arcade/bomns/metadata.xml +++ b/games-arcade/bomns/metadata.xml @@ -10,5 +10,6 @@ </use> <upstream> <remote-id type="sourceforge">greenridge</remote-id> + <remote-id type="github">keithfancher/Bomns-for-Linux</remote-id> </upstream> </pkgmetadata> |