From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1137421-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22188138350 for <garchives@archives.gentoo.org>; Sun, 12 Jan 2020 13:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48E90E0D00; Sun, 12 Jan 2020 13:20:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32E93E0D00 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2020 13:20:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12C1634DFAE for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2020 13:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91CC39E for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jan 2020 13:20:42 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org> Message-ID: <1578835223.82cea3e71369248ef075daa61d5b9e05fc309913.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/discord-bin/discord-bin-0.0.9-r1.ebuild X-VCS-Directories: net-im/discord-bin/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 82cea3e71369248ef075daa61d5b9e05fc309913 X-VCS-Branch: master Date: Sun, 12 Jan 2020 13:20:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c5b2b77-dd8c-4c8e-9373-2f155b875b95 X-Archives-Hash: 5613f8417d089e8883e65363f0efb0b4 commit: 82cea3e71369248ef075daa61d5b9e05fc309913 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 13:16:44 2020 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 13:20:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cea3e7 net-im/discord-bin: Drop redundant gnome2 eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu <AT> gentoo.org> net-im/discord-bin/discord-bin-0.0.9-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 index b7ee3f914d4..e5968ec2b27 100644 --- a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild @@ -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 }