games-arcade/pinball-table-hurd - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =games-arcade/pinball-table-hurd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-arcade/pinball-table-hurd-9999

Or alternatively:

emerge --autounmask-write -a =games-arcade/pinball-table-hurd-9999

Package Information

Description:
Hurd table for games-arcade/emilia-pinball
Homepage:
https://github.com/rzr/pinball-table-hurd
License:
GPL-2+ Free-Art-1.3 CC-BY-SA-3.0

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~ppc ~sparc ~x86 0
View Raw Ebuild
# 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/pinball-table-hurd"
	inherit git-r3
else
	SRC_URI="https://github.com/rzr/pinball-table-hurd/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/pinball-table-hurd"

LICENSE="GPL-2+ Free-Art-1.3 CC-BY-SA-3.0"
SLOT="0"

RDEPEND="
	media-libs/libsdl2
	>=games-arcade/emilia-pinball-0.3.2020
"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	./bootstrap || die
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libsdl2
	>=games-arcade/emilia-pinball-0.3.2020

RDEPEND

	media-libs/libsdl2
	>=games-arcade/emilia-pinball-0.3.2020