logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 761ec8b89bcd4522d1bbd981acd43c22bc802557
parent fba27e3d74dfc9ef5887d7f2ab97b0a2622652c4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  5 May 2021 15:37:48 +0200

games-arcade/emilia-pinball: Add CC0 to licences, USE gles1→gles1-only

Diffstat:

Mgames-arcade/emilia-pinball/emilia-pinball-9999.ebuild11++++++-----
Mgames-arcade/emilia-pinball/metadata.xml2+-
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/games-arcade/emilia-pinball/emilia-pinball-9999.ebuild b/games-arcade/emilia-pinball/emilia-pinball-9999.ebuild @@ -15,15 +15,16 @@ else fi DESCRIPTION="SDL OpenGL pinball game" -HOMEPAGE="http://pinball.sourceforge.net/ https://github.com/rzr/pinball" +HOMEPAGE="https://github.com/adoptware/pinball" -LICENSE="GPL-2" +LICENSE="GPL-2 CC0" SLOT="0" -IUSE="gles1" +IUSE="gles1-only" # Note: media-libs/libsdl2::gentoo doesn't have USE=gles1 yet RDEPEND=" - media-libs/libsdl2[joystick,opengl,video,gles1?] + media-libs/libsdl2[joystick,opengl,video] + gles1-only? ( media-libs/libsdl2[gles1]↵ ) virtual/opengl " DEPEND=" @@ -36,5 +37,5 @@ src_prepare() { } src_configure() { - econf $(use_enable gles1 gles) + econf $(use_enable gles1-only gles) } diff --git a/games-arcade/emilia-pinball/metadata.xml b/games-arcade/emilia-pinball/metadata.xml @@ -5,6 +5,6 @@ <email>contact@hacktivis.me</email> </maintainer> <use> - <flag name="gles1">include OpenGL ES 1.0 support</flag> + <flag name="gles1-only">Use GLES 1.0 instead of OpenGL</flag> </use> </pkgmetadata>