Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 14 Feb 2019 23:44:17
Message-Id: 1550187835.800dd32fd32c19ba63832d3afcee6c793aa0fa73.asturm@gentoo
1 commit: 800dd32fd32c19ba63832d3afcee6c793aa0fa73
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: Thu Feb 14 23:43:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800dd32f
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 e3c4bc9c923..eaa81039183 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -722,7 +722,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 @@ -732,9 +731,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 @@ -753,9 +749,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 }