logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 8d923a87c99061a6914b459cf6a65fa5b061bc38
parent 6af50762cd1fe212a50ffff40b215395616815df
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jul 2021 17:32:16 +0200

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

Diffstat:

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

diff --git a/games-arcade/pinball-table-hurd/pinball-table-hurd-9999.ebuild b/games-arcade/pinball-table-hurd/pinball-table-hurd-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-hurd" 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-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/${PN}" +HOMEPAGE="https://github.com/rzr/pinball-table-hurd" LICENSE="GPL-2+ Free-Art-1.3 CC-BY-SA-3.0" SLOT="0"