commit:     afea0f4d897c1a03e21d800f60809954d08d3f1b
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Fri Nov 13 08:57:53 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <a.zuber <AT> gmx.ch>
Closes: https://github.com/gentoo/gentoo/pull/18241
Signed-off-by: Joonas Niilola <juippis <AT> 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
-}

Reply via email to