Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 13 Feb 2019 18:26:44
Message-Id: 1550082365.e3ccedd5f7da8862eeb612a7777f731b48f10715.asturm@gentoo
1 commit: e3ccedd5f7da8862eeb612a7777f731b48f10715
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 22:09:22 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 13 18:26:05 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3ccedd5
7
8 kde5.eclass: Drop gnome2_icon_cache_update (now duplicate in EAPI-6)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index b25679a76c..1167e2c532 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -723,7 +723,6 @@ kde5_src_install() {
20 kde5_pkg_preinst() {
21 debug-print-function ${FUNCNAME} "$@"
22
23 - [[ ${EAPI} == 6 ]] && gnome2_icon_savelist
24 xdg_pkg_preinst
25 }
26
27 @@ -733,9 +732,6 @@ kde5_pkg_preinst() {
28 kde5_pkg_postinst() {
29 debug-print-function ${FUNCNAME} "$@"
30
31 - if [[ ${EAPI} == 6 && -n ${GNOME2_ECLASS_ICONS} ]]; then
32 - gnome2_icon_cache_update
33 - fi
34 xdg_pkg_postinst
35
36 if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then
37 @@ -754,9 +750,6 @@ kde5_pkg_postinst() {
38 kde5_pkg_postrm() {
39 debug-print-function ${FUNCNAME} "$@"
40
41 - if [[ ${EAPI} == 6 && -n ${GNOME2_ECLASS_ICONS} ]]; then
42 - gnome2_icon_cache_update
43 - fi
44 xdg_pkg_postrm
45 }