commit: 9f2d47ce48d23a56b1129c30141047132f7b5696 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Sep 10 06:45:20 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Sep 10 07:22:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2d47ce
app-editors/scite: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-editors/scite/scite-5.1.1.ebuild | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/app-editors/scite/scite-5.1.1.ebuild b/app-editors/scite/scite-5.1.1.ebuild index e00df8c904a..29dbe573050 100644 --- a/app-editors/scite/scite-5.1.1.ebuild +++ b/app-editors/scite/scite-5.1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-1 ) -inherit lua-single toolchain-funcs xdg-utils +inherit lua-single toolchain-funcs xdg DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring" HOMEPAGE="https://www.scintilla.org/SciTE.html" @@ -112,13 +112,3 @@ src_install() { default dosym SciTE /usr/bin/scite } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}
