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 B7003138FFA for ; Mon, 17 Oct 2016 21:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71AF7E0B1F; Mon, 17 Oct 2016 21:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57F91E0B1F for ; Mon, 17 Oct 2016 21:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3785340F1B for ; Mon, 17 Oct 2016 21:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38D32EA for ; Mon, 17 Oct 2016 21:53:40 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1476740943.6a91588018cb300dc78a482669f20f7cab6cfe62.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 6a91588018cb300dc78a482669f20f7cab6cfe62 X-VCS-Branch: master Date: Mon, 17 Oct 2016 21:53:40 +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: 67868b68-8bb3-47e0-8664-eff3da25683e X-Archives-Hash: 43b8de66d78befae2239365732a9d3f9 commit: 6a91588018cb300dc78a482669f20f7cab6cfe62 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Oct 16 21:50:02 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Oct 17 21:49:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a915880 media-video/mpv: port live ebuild to xdg-utils eclass Package-Manager: portage-2.3.2 media-video/mpv/mpv-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 810eeb0..51540f7 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)' WAF_PV=1.8.12 -inherit fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs versionator waf-utils +inherit gnome2-utils pax-utils python-any-r1 toolchain-funcs versionator waf-utils xdg-utils DESCRIPTION="Media player based on MPlayer and mplayer2" HOMEPAGE="https://mpv.io/" @@ -274,9 +274,6 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update - local rv softvol_0_18_1=0 for rv in ${REPLACING_VERSIONS}; do version_compare ${rv} 0.18.1-r1 @@ -309,11 +306,14 @@ pkg_postinst() { elog "If command-line completion doesn't work after mpv update," elog "please rebuild app-shells/mpv-bash-completion." fi + + gnome2_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { - fdo-mime_desktop_database_update gnome2_icon_cache_update + xdg_desktop_database_update } src_test() {