commit:     7a70458c8b1c4e5755b416e64e49838acc355c4a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 16:59:43 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:29:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a70458c

dev-debug/d-spy: Simplify ebuild

Relying on exported functions from loaded eclasses.

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-debug/d-spy/d-spy-47.0.ebuild | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-debug/d-spy/d-spy-47.0.ebuild 
b/dev-debug/d-spy/d-spy-47.0.ebuild
index d1d45beb5510..425b6b73f136 100644
--- a/dev-debug/d-spy/d-spy-47.0.ebuild
+++ b/dev-debug/d-spy/d-spy-47.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,17 +34,3 @@ src_configure() {
        )
        meson_src_configure
 }
-
-src_install() {
-       meson_src_install
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to