From 2bc24f45cd7da343a0b5e0101e68b5811cf7cd39 Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Sun, 22 Aug 2021 03:28:09 +0100 Subject: games-rpg/deponia-tcj: tidy ebuild Signed-off-by: Sam James <sam@gentoo.org> --- games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-rpg') diff --git a/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild b/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild index eb2f670cf6b4..f53a8fe60eab 100644 --- a/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild +++ b/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,6 +9,8 @@ MY_PN="Deponia - The Complete Journey" DESCRIPTION="The Complete Journey: The first three Deponia point-and-click adventures" HOMEPAGE="https://www.daedalic.com/deponia" SRC_URI="DeponiaTCJ_${PV}_Full_DEB_DE_EN_FR_IT_RU_PL_Daedalic_ESD.tar.gz" +S="${WORKDIR}/${MY_PN}" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" @@ -20,10 +22,8 @@ RDEPEND=" virtual/opengl " -S="${WORKDIR}/${MY_PN}" - DIR="/opt/${PN}" -QA_PREBUILT="${DIR}/*" +QA_PREBUILT="${DIR#/}/*" pkg_nofetch() { einfo "Please buy and download ${SRC_URI} from:" -- cgit v1.2.3-65-gdbad