diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-09-10 09:45:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-09-10 10:22:23 +0300 |
commit | 9f2d47ce48d23a56b1129c30141047132f7b5696 (patch) | |
tree | bd39a81c99a0c301ccafa502688203ef369cf5c5 /app-editors/scite | |
parent | app-editors/scite: version bump to 5.1.1 (diff) | |
download | gentoo-9f2d47ce48d23a56b1129c30141047132f7b5696.tar.gz gentoo-9f2d47ce48d23a56b1129c30141047132f7b5696.tar.bz2 gentoo-9f2d47ce48d23a56b1129c30141047132f7b5696.zip |
app-editors/scite: update EAPI 7 -> 8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.1.1.ebuild | 14 |
1 files 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 e00df8c904a6..29dbe5730506 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 -} |