From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1083395-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87003138334 for <garchives@archives.gentoo.org>; Sat, 13 Apr 2019 22:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9C6E0A95; Sat, 13 Apr 2019 22:44:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A482DE0A95 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 22:44:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A01F9340F68 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 22:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE25596 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 22:44:21 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1555195453.6f865a38c3e7026f01a7a3f1d896adf085cffa6c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/scummvm/scummvm-2.0.0-r1.ebuild X-VCS-Directories: games-engines/scummvm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6f865a38c3e7026f01a7a3f1d896adf085cffa6c X-VCS-Branch: master Date: Sat, 13 Apr 2019 22:44:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e54259c6-e3e5-412f-966c-d4cd3f445adc X-Archives-Hash: 7910fbe3a89144e3e3b11ecb1c3ba941 commit: 6f865a38c3e7026f01a7a3f1d896adf085cffa6c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 22:24:52 2019 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 22:44:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f865a38 games-engines/scummvm: Fix xdg.eclass usage Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-engines/scummvm/scummvm-2.0.0-r1.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild index 858b3bcc36b..100cda36687 100644 --- a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild +++ b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild @@ -43,7 +43,7 @@ S="${WORKDIR}/${P/_/}" PATCHES=( "${FILESDIR}/${PN}-2.0.0-freetype_pkgconfig.patch" ) src_prepare() { - default + xdg_src_prepare # -g isn't needed for nasm here sed -i \ @@ -96,15 +96,3 @@ src_install() { default doicon -s scalable icons/scummvm.svg } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}