From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5D036138335 for ; Fri, 6 Dec 2019 11:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DFB4E08BE; Fri, 6 Dec 2019 11:08:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 167A3E086E for ; Fri, 6 Dec 2019 11:08:06 +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 BBD4534D839 for ; Fri, 6 Dec 2019 11:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0FF968 for ; Fri, 6 Dec 2019 11:08:02 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1575630335.3d950cd83851795eb3513c0d4c306fc94e28f9e6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/vbam/vbam-9999.ebuild X-VCS-Directories: games-emulation/vbam/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3d950cd83851795eb3513c0d4c306fc94e28f9e6 X-VCS-Branch: master Date: Fri, 6 Dec 2019 11:08:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed648fb4-0b4a-45d8-9ec0-83e559b70353 X-Archives-Hash: ede361ebc3232e721178d4159e8d0632 commit: 3d950cd83851795eb3513c0d4c306fc94e28f9e6 Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 6 11:05:35 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 6 11:05:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d950cd8 games-emulation/vbam: Synced live ebuild Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: Lars Wendler gentoo.org> games-emulation/vbam/vbam-9999.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 507362bca85..f8607c8a0a0 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 WX_GTK_VER="3.0-gtk3" -inherit gnome2-utils wxwidgets xdg-utils cmake-utils +inherit wxwidgets xdg cmake-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/visualboyadvance-m/visualboyadvance-m.git" @@ -73,20 +73,18 @@ src_install() { pkg_preinst() { if use wxwidgets ; then - gnome2_icon_savelist + xdg_pkg_preinst fi } pkg_postinst() { if use wxwidgets ; then - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst fi } pkg_postrm() { if use wxwidgets ; then - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm fi }