diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-18 18:16:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-02 03:36:01 +0200 |
commit | a244c681934baf7e90489dc3c7796267f5940285 (patch) | |
tree | 28b2c574961961a7a80a347e51436246dceb0149 /games-arcade/sable | |
parent | net-misc/gns3-gui: version bump (2.2.40.1) (diff) | |
download | gentoo-a244c681934baf7e90489dc3c7796267f5940285.tar.gz gentoo-a244c681934baf7e90489dc3c7796267f5940285.tar.bz2 gentoo-a244c681934baf7e90489dc3c7796267f5940285.zip |
games-arcade/sable: EAPI8 bump, use https, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31533
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade/sable')
-rw-r--r-- | games-arcade/sable/sable-1.0-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-arcade/sable/sable-1.0-r1.ebuild b/games-arcade/sable/sable-1.0-r1.ebuild index 9ff9a086c60e..a99ef373fa01 100644 --- a/games-arcade/sable/sable-1.0-r1.ebuild +++ b/games-arcade/sable/sable-1.0-r1.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit desktop DESCRIPTION="A frantic 3D space shooter" -HOMEPAGE="http://jeuxlibres.net/showgame/sable.html" +HOMEPAGE="https://jeuxlibres.net/showgame/sable.html" SRC_URI="mirror://gentoo/${P}-src.tgz mirror://gentoo/${PN}.png" +S="${WORKDIR}/${PN}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="virtual/opengl media-libs/libsdl[joystick,opengl,sound,video] @@ -20,8 +21,6 @@ DEPEND="virtual/opengl media-libs/sdl-mixer" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_compile() { |