logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: ecca375d009fd46951b5c15b5a3e86f39fc25bc7
parent c7e7b5c4bb823134c752d03df56b0e9cbd062ee8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 27 Sep 2022 04:35:47 +0200

app-emulation/uxn: Tree-clean, present in ::gentoo

Diffstat:

Dapp-emulation/uxn/uxn-9999.ebuild30------------------------------
1 file changed, 0 insertions(+), 30 deletions(-)

diff --git a/app-emulation/uxn/uxn-9999.ebuild b/app-emulation/uxn/uxn-9999.ebuild @@ -1,30 +0,0 @@ -# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ "${PV}" = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn" -else - KEYWORDS="" -fi - -DESCRIPTION="Assembler and emulator for the Uxn stack-machine, written in ANSI C" -HOMEPAGE="https://sr.ht/~rabbits/uxn/" -LICENSE="MIT" -SLOT="0" - -DEPEND=" - media-libs/libsdl2 -" -RDEPEND="${DEPEND}" - -src_compile() { - ./build.sh --no-run || die -} - -src_install() { - einstalldocs - dobin bin/* -}