Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Sun, 05 Jan 2020 15:24:17
Message-Id: 1578237839.2ec8d5569c8eeeb795a3b7f22f243f7c392eacbf.johu@gentoo
1 commit: 2ec8d5569c8eeeb795a3b7f22f243f7c392eacbf
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 15:19:52 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 15:23:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec8d556
7
8 net-irc/quassel: Migrate to xdg-utils eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 net-irc/quassel/quassel-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
17 index 12d255df582..7cdf802a823 100644
18 --- a/net-irc/quassel/quassel-9999.ebuild
19 +++ b/net-irc/quassel/quassel-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit cmake gnome2-utils pax-utils systemd user
25 +inherit cmake xdg-utils pax-utils systemd user
26
27 if [[ ${PV} != *9999* ]]; then
28 MY_P=${PN}-${PV/_/-}
29 @@ -161,11 +161,11 @@ pkg_postinst() {
30 einfo "Consider installing it if you want to run quassel within identd daemon."
31 fi
32
33 - gnome2_icon_cache_update
34 + xdg_icon_cache_update
35 }
36
37 pkg_postrm() {
38 - gnome2_icon_cache_update
39 + xdg_icon_cache_update
40 }
41
42 pkg_config() {