Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
Date: Fri, 10 Sep 2021 07:22:38
Message-Id: 1631258543.9f2d47ce48d23a56b1129c30141047132f7b5696.juippis@gentoo
1 commit: 9f2d47ce48d23a56b1129c30141047132f7b5696
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 06:45:20 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 07:22:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2d47ce
7
8 app-editors/scite: update EAPI 7 -> 8
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-editors/scite/scite-5.1.1.ebuild | 14 ++------------
13 1 file changed, 2 insertions(+), 12 deletions(-)
14
15 diff --git a/app-editors/scite/scite-5.1.1.ebuild b/app-editors/scite/scite-5.1.1.ebuild
16 index e00df8c904a..29dbe573050 100644
17 --- a/app-editors/scite/scite-5.1.1.ebuild
18 +++ b/app-editors/scite/scite-5.1.1.ebuild
19 @@ -1,11 +1,11 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 LUA_COMPAT=( lua5-1 )
27
28 -inherit lua-single toolchain-funcs xdg-utils
29 +inherit lua-single toolchain-funcs xdg
30
31 DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring"
32 HOMEPAGE="https://www.scintilla.org/SciTE.html"
33 @@ -112,13 +112,3 @@ src_install() {
34 default
35 dosym SciTE /usr/bin/scite
36 }
37 -
38 -pkg_postinst() {
39 - xdg_icon_cache_update
40 - xdg_desktop_database_update
41 -}
42 -
43 -pkg_postrm() {
44 - xdg_icon_cache_update
45 - xdg_desktop_database_update
46 -}