logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: 4dcdf244079acd9e2dac75d27d401cbdeba51e10
parent f9ba87574c20dc4fe791eebb0b92c551ed9ecb76
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  9 Dec 2025 13:20:08 +0100

games-emulation/reicast: treeclean, archived 2025-09-29, points to flycast

Diffstat:

Dgames-emulation/reicast/Manifest1-
Dgames-emulation/reicast/metadata.xml8--------
Dgames-emulation/reicast/reicast-8.1.ebuild33---------------------------------
3 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/games-emulation/reicast/Manifest b/games-emulation/reicast/Manifest @@ -1 +0,0 @@ -DIST reicast-8.1.tar.gz 6923991 BLAKE2B c2e75ff5ce1cb3a108f4902559a26a11ee6df5d5757dce6cdf736012013f31dacec3f2dd036388716624b525d7711b0101ce3c7a77f9569ce429cb72464b5677 SHA512 036f549d87c3376ee2862278c0e6644d8978dc077d796a7ebb2868e1cbef955f71fdd439cdb15077042791ecb75b810d7a9ff4d3a12c9a5d77e7d1bc8cdab2d0 diff --git a/games-emulation/reicast/metadata.xml b/games-emulation/reicast/metadata.xml @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> -</pkgmetadata> diff --git a/games-emulation/reicast/reicast-8.1.ebuild b/games-emulation/reicast/reicast-8.1.ebuild @@ -1,33 +0,0 @@ -# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A Dreamcast Emulator" -HOMEPAGE="https://reicast.com/" -LICENSE="GPL-2" -SRC_URI="https://github.com/reicast/reicast-emulator/archive/r${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - media-libs/alsa-lib - media-libs/mesa[egl(+),gles2] -" - -S="${WORKDIR}/reicast-emulator-r${PV}/shell/linux" - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - AS="$(tc-getAS)" \ - STRIP="$(tc-getSTRIP)" \ - LD="$(tc-getLD)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install -}