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 4177113835A for ; Thu, 19 Nov 2020 11:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FB92E0829; Thu, 19 Nov 2020 11:00:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 58278E0829 for ; Thu, 19 Nov 2020 11:00:35 +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 B7A8D341038 for ; Thu, 19 Nov 2020 11:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F1F7456 for ; Thu, 19 Nov 2020 11:00:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605783622.afea0f4d897c1a03e21d800f60809954d08d3f1b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/pyfa/pyfa-9999.ebuild X-VCS-Directories: games-util/pyfa/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: afea0f4d897c1a03e21d800f60809954d08d3f1b X-VCS-Branch: master Date: Thu, 19 Nov 2020 11:00:32 +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: e5dc93c7-df73-49b0-8a41-94791801b02c X-Archives-Hash: f6ebebd060a96d5e69755fcc4eb437b6 commit: afea0f4d897c1a03e21d800f60809954d08d3f1b Author: Andreas Zuber gmx ch> AuthorDate: Fri Nov 13 08:57:53 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 19 11:00:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afea0f4d games-util/pyfa: sync live ebuild Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/18241 Signed-off-by: Joonas Niilola gentoo.org> games-util/pyfa/pyfa-9999.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index 00faae6993c..50ffcdd37c2 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -6,7 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite" -inherit desktop eutils python-single-r1 xdg-utils +inherit desktop edos2unix python-single-r1 xdg DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" HOMEPAGE="https://github.com/pyfa-org/Pyfa" @@ -76,7 +76,7 @@ src_install() { insinto /usr/share/${PN} einfo "Creating database ..." - python ./db_update.py || die + ${EPYTHON} ./db_update.py || die doins eve.db einfo "Compressing images ..." @@ -90,11 +90,3 @@ src_install() { newicon -s 64 imgs/gui/pyfa64.png pyfa.png domenu "${FILESDIR}/${PN}.desktop" } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}