diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:42:06 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:58 +0200 |
commit | fca0360f64573cd80260e4c89daa234edfcbb5f1 (patch) | |
tree | 8fc63a45ba6eb7b4c3744ba026763cccbe8bbb7d /games-util | |
parent | games-util/fteqcc: use HTTPS (diff) | |
download | gentoo-fca0360f64573cd80260e4c89daa234edfcbb5f1.tar.gz gentoo-fca0360f64573cd80260e4c89daa234edfcbb5f1.tar.bz2 gentoo-fca0360f64573cd80260e4c89daa234edfcbb5f1.zip |
games-util/glbsp: 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-util')
-rw-r--r-- | games-util/glbsp/glbsp-2.24.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-util/glbsp/glbsp-2.24.ebuild b/games-util/glbsp/glbsp-2.24.ebuild index 335f4b3cd574..6677dfbe9624 100644 --- a/games-util/glbsp/glbsp-2.24.ebuild +++ b/games-util/glbsp/glbsp-2.24.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,12 +6,12 @@ EAPI=7 inherit desktop toolchain-funcs MY_PV=$(ver_rs 1 '') -DESCRIPTION="A node builder specially designed for OpenGL ports of the DOOM game engine" -HOMEPAGE="http://glbsp.sourceforge.net/" +DESCRIPTION="Node builder specially designed for OpenGL ports of the DOOM game engine" +HOMEPAGE="https://glbsp.sourceforge.net/" SRC_URI="mirror://sourceforge/glbsp/${PN}_src_${MY_PV}.tar.gz" S="${WORKDIR}"/${P}-source -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="fltk" |