summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Zuber <a.zuber@gmx.ch>2020-11-13 09:57:53 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-11-19 13:00:22 +0200
commitafea0f4d897c1a03e21d800f60809954d08d3f1b (patch)
treecdd9a163e0fcadc6a4ed52b9dd0a1cd9aee501d0 /games-util
parentgames-util/pyfa: cleanup old version (diff)
downloadgentoo-afea0f4d897c1a03e21d800f60809954d08d3f1b.tar.gz
gentoo-afea0f4d897c1a03e21d800f60809954d08d3f1b.tar.bz2
gentoo-afea0f4d897c1a03e21d800f60809954d08d3f1b.zip
games-util/pyfa: sync live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/18241 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/pyfa/pyfa-9999.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
index 00faae6993c0..50ffcdd37c25 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
-}