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-im/discord-bin/
Date: Sun, 12 Jan 2020 13:20:46
Message-Id: 1578835223.82cea3e71369248ef075daa61d5b9e05fc309913.johu@gentoo
1 commit: 82cea3e71369248ef075daa61d5b9e05fc309913
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 13:16:44 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 13:20:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cea3e7
7
8 net-im/discord-bin: Drop redundant gnome2 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-im/discord-bin/discord-bin-0.0.9-r1.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
17 index b7ee3f914d4..e5968ec2b27 100644
18 --- a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
19 +++ b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -6,7 +6,7 @@ EAPI="6"
27 MY_PN=${PN/-bin/}
28 MY_BIN="D${MY_PN/d/}"
29
30 -inherit desktop gnome2-utils pax-utils unpacker xdg-utils
31 +inherit desktop pax-utils unpacker xdg-utils
32
33 DESCRIPTION="All-in-one voice and text chat for gamers"
34 HOMEPAGE="https://discordapp.com"
35 @@ -83,11 +83,11 @@ src_install() {
36 pkg_postinst() {
37 xdg_desktop_database_update
38 xdg_mimeinfo_database_update
39 - gnome2_icon_cache_update
40 + xdg_icon_cache_update
41 }
42
43 pkg_postrm() {
44 xdg_desktop_database_update
45 xdg_mimeinfo_database_update
46 - gnome2_icon_cache_update
47 + xdg_icon_cache_update
48 }