net-im/discord-bin: Drop redundant gnome2 eclass
authorJohannes Huber <johu@gentoo.org>
Sun, 12 Jan 2020 13:16:44 +0000 (14:16 +0100)
committerJohannes Huber <johu@gentoo.org>
Sun, 12 Jan 2020 13:20:23 +0000 (14:20 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu@gentoo.org>
net-im/discord-bin/discord-bin-0.0.9-r1.ebuild

index b7ee3f914d41199e13c50ead114ce21ca3ccba00..e5968ec2b271329636039b8b042471a5c1b68c84 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,7 +6,7 @@ EAPI="6"
 MY_PN=${PN/-bin/}
 MY_BIN="D${MY_PN/d/}"
 
-inherit desktop gnome2-utils pax-utils unpacker xdg-utils
+inherit desktop pax-utils unpacker xdg-utils
 
 DESCRIPTION="All-in-one voice and text chat for gamers"
 HOMEPAGE="https://discordapp.com"
@@ -83,11 +83,11 @@ src_install() {
 pkg_postinst() {
        xdg_desktop_database_update
        xdg_mimeinfo_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
        xdg_mimeinfo_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }