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 F072B138336 for ; Sat, 9 Jun 2018 14:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D70E0833; Sat, 9 Jun 2018 14:15:54 +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 30AAFE0833 for ; Sat, 9 Jun 2018 14:15:54 +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 79AA4335C8C for ; Sat, 9 Jun 2018 14:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1F52CA for ; Sat, 9 Jun 2018 14:15:51 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528553736.50c7fafc495df5984f0797cc992b6745ad3191c7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gxine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gxine/gxine-0.5.907-r1.ebuild media-video/gxine/gxine-0.5.908-r1.ebuild media-video/gxine/gxine-0.5.909.ebuild X-VCS-Directories: media-video/gxine/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 50c7fafc495df5984f0797cc992b6745ad3191c7 X-VCS-Branch: master Date: Sat, 9 Jun 2018 14:15: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: 14f2a202-da56-4b8a-88ad-944d58ef7582 X-Archives-Hash: 549219596183114cc260970eae9071f7 commit: 50c7fafc495df5984f0797cc992b6745ad3191c7 Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 17:08:56 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 9 14:15:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c7fafc media-video/gxine: fdo-mime->xdg-utils Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-video/gxine/gxine-0.5.907-r1.ebuild | 10 +++++----- media-video/gxine/gxine-0.5.908-r1.ebuild | 10 +++++----- media-video/gxine/gxine-0.5.909.ebuild | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/media-video/gxine/gxine-0.5.907-r1.ebuild b/media-video/gxine/gxine-0.5.907-r1.ebuild index 7c7560b032e..cb6ef3322c2 100644 --- a/media-video/gxine/gxine-0.5.907-r1.ebuild +++ b/media-video/gxine/gxine-0.5.907-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils fdo-mime gnome2-utils multilib nsplugins +inherit autotools eutils gnome2-utils multilib nsplugins xdg-utils DESCRIPTION="GTK+ Front-End for libxine" HOMEPAGE="http://xine.sourceforge.net/" @@ -89,13 +89,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 } diff --git a/media-video/gxine/gxine-0.5.908-r1.ebuild b/media-video/gxine/gxine-0.5.908-r1.ebuild index de2ecd10783..25fa1cc225e 100644 --- a/media-video/gxine/gxine-0.5.908-r1.ebuild +++ b/media-video/gxine/gxine-0.5.908-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils fdo-mime gnome2-utils multilib nsplugins +inherit autotools eutils gnome2-utils multilib nsplugins xdg-utils DESCRIPTION="GTK+ Front-End for libxine" HOMEPAGE="http://xine.sourceforge.net/" @@ -89,13 +89,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 } diff --git a/media-video/gxine/gxine-0.5.909.ebuild b/media-video/gxine/gxine-0.5.909.ebuild index 59fb4ac46bf..d8154294cae 100644 --- a/media-video/gxine/gxine-0.5.909.ebuild +++ b/media-video/gxine/gxine-0.5.909.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils fdo-mime gnome2-utils multilib nsplugins +inherit autotools eutils gnome2-utils multilib nsplugins xdg-utils DESCRIPTION="GTK+ Front-End for libxine" HOMEPAGE="http://xine.sourceforge.net/" @@ -76,13 +76,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 }