logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b50c8647971ca59c3fc8e317a1cc6fa9f7822d00
parent 0fa2fa515b524f04b0f869df700a474f931d8670
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jul 2021 17:30:51 +0200

games-arcade/pinball-table-gnu: Remove $PN

Diffstat:

Mgames-arcade/pinball-table-gnu/pinball-table-gnu-9999.ebuild6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-arcade/pinball-table-gnu/pinball-table-gnu-9999.ebuild b/games-arcade/pinball-table-gnu/pinball-table-gnu-9999.ebuild @@ -5,15 +5,15 @@ EAPI=7 if [[ "${PV}" == "9999" ]] then - EGIT_REPO_URI="https://github.com/rzr/${PN}" + EGIT_REPO_URI="https://github.com/rzr/pinball-table-gnu" inherit git-r3 else - SRC_URI="https://github.com/rzr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/rzr/pinball-table-gnu/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~sparc ~x86" fi DESCRIPTION="GNU table for games-arcade/emilia-pinball" -HOMEPAGE="https://github.com/rzr/${PN}" +HOMEPAGE="https://github.com/rzr/pinball-table-gnu" LICENSE="GPL-2+ GPL-3+ Free-Art-1.3 CC-BY-SA-3.0" SLOT="0"