From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B8E5F138331 for ; Fri, 20 Apr 2018 19:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B16E08F3; Fri, 20 Apr 2018 19:45:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C5102E08F3 for ; Fri, 20 Apr 2018 19:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D0715335C78 for ; Fri, 20 Apr 2018 19:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B83291 for ; Fri, 20 Apr 2018 19:45:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253473.accc02d6ea0787970073a8f07ce2bbdd7c205475.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-3.4.5.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: accc02d6ea0787970073a8f07ce2bbdd7c205475 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:45:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b14e761-c131-4039-896b-bba0c4e05854 X-Archives-Hash: 113a9d2509d3b47b8703e346e053a42b commit: accc02d6ea0787970073a8f07ce2bbdd7c205475 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 15:29:55 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:44:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accc02d6 media-sound/exaile: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/exaile/exaile-3.4.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/exaile/exaile-3.4.5.ebuild b/media-sound/exaile/exaile-3.4.5.ebuild index de353fde214..7f6bd3b7728 100644 --- a/media-sound/exaile/exaile-3.4.5.ebuild +++ b/media-sound/exaile/exaile-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" -inherit fdo-mime multilib python-r1 +inherit multilib python-r1 xdg-utils DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+" HOMEPAGE="http://www.exaile.org/" @@ -54,11 +54,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update }