logo

overlay

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

games-arcade/pinball-table-hurd: New Package

Diffstat:

Agames-arcade/pinball-table-hurd/metadata.xml7+++++++
Agames-arcade/pinball-table-hurd/pinball-table-hurd-9999.ebuild31+++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/games-arcade/pinball-table-hurd/metadata.xml b/games-arcade/pinball-table-hurd/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person" proxied="yes"> + <email>contact@hacktivis.me</email> +</maintainer> +</pkgmetadata> diff --git a/games-arcade/pinball-table-hurd/pinball-table-hurd-9999.ebuild b/games-arcade/pinball-table-hurd/pinball-table-hurd-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ "${PV}" == "9999" ]] +then + EGIT_REPO_URI="https://github.com/rzr/${PN}" + inherit git-r3 +else + SRC_URI="https://github.com/rzr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~ppc ~sparc ~x86" +fi + +DESCRIPTION="Hurd table for games-arcade/emilia-pinball" +HOMEPAGE="https://github.com/rzr/${PN}" + +LICENSE="GPL-2+ Free-Art-1.3 CC-BY-SA-3.0" +SLOT="0" +IUSE="" + +RDEPEND=" + media-libs/libsdl2 + >=games-arcade/emilia-pinball-0.3.2020 +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + ./bootstrap || die +}