commit:     cc07a8eabf56bc9088518af0b02c4962e2feacdf
Author:     Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
AuthorDate: Fri Apr 15 03:19:19 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 03:19:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc07a8ea

media-sound/nuclear-bin: update EAPI 7 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>

 media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild 
b/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild
index c396a9461..9fdb8d4ed 100644
--- a/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild
+++ b/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop xdg
 
@@ -42,14 +42,10 @@ DEPEND="
 
 QA_PREBUILT="/opt/nuclear-bin/*"
 
-src_prepare(){
-       default
-}
-
 src_install(){
        insinto /opt/"${PN}"
        doins -r "${S}"/*
-       dosym ../../opt/"${PN}"/nuclear "${EPREFIX}"/usr/bin/nuclear
+       dosym -r /opt/"${PN}"/nuclear "${EPREFIX}"/usr/bin/nuclear
        fperms +x /opt/"${PN}"/nuclear
        fperms +x /opt/"${PN}"/chrome-sandbox
        fperms +x /opt/"${PN}"/resources/bin/fpcalc
@@ -68,8 +64,3 @@ src_install(){
        mv nuclear-icon.svg nuclear.svg || die
        doicon nuclear.svg
 }
-
-pkg_postinst(){
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to