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 89E451382C5 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 B8923E08C0; Fri, 20 Apr 2018 19:45:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 995BEE08C0 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 B70DC335C75 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 AF26828D 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: <1524253464.854212ae6c9164d6dfd27416305a0e29899965fd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/drumstick/drumstick-1.1.0.ebuild X-VCS-Directories: media-sound/drumstick/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 854212ae6c9164d6dfd27416305a0e29899965fd 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: 85c696a6-c906-45b8-9441-6e54fe2e257f X-Archives-Hash: 076f89ca58e87ae6bad4248f23c7b9e2 commit: 854212ae6c9164d6dfd27416305a0e29899965fd Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 15:26:42 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:44:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854212ae media-sound/drumstick: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/drumstick/drumstick-1.1.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/drumstick/drumstick-1.1.0.ebuild b/media-sound/drumstick/drumstick-1.1.0.ebuild index 88fb5aae789..3c51d0d2cf4 100644 --- a/media-sound/drumstick/drumstick-1.1.0.ebuild +++ b/media-sound/drumstick/drumstick-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils fdo-mime gnome2-utils +inherit cmake-utils gnome2-utils xdg-utils DESCRIPTION="Qt/C++ wrapper for ALSA sequencer" HOMEPAGE="http://drumstick.sourceforge.net/" @@ -82,13 +82,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update }