diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:38:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:58 +0200 |
commit | d57fe51223a1c22ee753d1ea9a240643ac837bef (patch) | |
tree | 75c6022315f85230bd5d3988537f1e6e1616bb28 /games-util | |
parent | games-util/biounzip: use HTTPS, fix LICENSE (diff) | |
download | gentoo-d57fe51223a1c22ee753d1ea9a240643ac837bef.tar.gz gentoo-d57fe51223a1c22ee753d1ea9a240643ac837bef.tar.bz2 gentoo-d57fe51223a1c22ee753d1ea9a240643ac837bef.zip |
games-util/eureka: 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/eureka/eureka-1.27b.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-util/eureka/eureka-1.27b.ebuild b/games-util/eureka/eureka-1.27b.ebuild index c88c2adcca1f..eb9afdddb91a 100644 --- a/games-util/eureka/eureka-1.27b.ebuild +++ b/games-util/eureka/eureka-1.27b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,11 @@ EAPI=7 inherit desktop toolchain-funcs xdg DESCRIPTION="Graphical map editor for games using the DOOM engine" -HOMEPAGE="http://eureka-editor.sourceforge.net/" +HOMEPAGE="https://eureka-editor.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}-editor/Eureka/${PV%[a-z]}/${P}-source.tar.gz" -LICENSE="GPL-2" +S="${WORKDIR}/${P}-source" + +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" IUSE="+opengl" @@ -26,8 +28,6 @@ RDEPEND=" ${DEPEND} " -S="${WORKDIR}/${P}-source" - PATCHES=( "${FILESDIR}"/${PN}-Makefile.patch ) |