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 CB5AF138334 for ; Tue, 30 Apr 2019 11:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D15C6E0A7E; Tue, 30 Apr 2019 11:28:29 +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 A0141E0A7E for ; Tue, 30 Apr 2019 11:28:29 +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 E15FE342F14 for ; Tue, 30 Apr 2019 11:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81DB6549 for ; Tue, 30 Apr 2019 11:28:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1556623702.a3ca32c4eeec1346b530084f1d02161865dc761f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fltk/fltk-1.3.5-r1.ebuild x11-libs/fltk/fltk-1.3.9999.ebuild x11-libs/fltk/fltk-1.4.9999.ebuild X-VCS-Directories: x11-libs/fltk/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a3ca32c4eeec1346b530084f1d02161865dc761f X-VCS-Branch: master Date: Tue, 30 Apr 2019 11:28:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 571eedd3-7f93-4d2a-a5bc-b8115fa0e78a X-Archives-Hash: 393fad39e9f73e94bd5d0e5846afe49d commit: a3ca32c4eeec1346b530084f1d02161865dc761f Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 30 11:27:21 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 30 11:28:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ca32c4 x11-libs/fltk: fdo-mime => xdg-utils Closes: https://bugs.gentoo.org/show_bug.cgi?id=655248 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> x11-libs/fltk/fltk-1.3.5-r1.ebuild | 6 +++--- x11-libs/fltk/fltk-1.3.9999.ebuild | 6 +++--- x11-libs/fltk/fltk-1.4.9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-libs/fltk/fltk-1.3.5-r1.ebuild b/x11-libs/fltk/fltk-1.3.5-r1.ebuild index f5bad150013..ff8415f61c3 100644 --- a/x11-libs/fltk/fltk-1.3.5-r1.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic xdg-utils multilib-minimal +inherit autotools flag-o-matic xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -183,11 +183,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 5750e09a02c..a345644078c 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -191,11 +191,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index 6084621d31c..cd5e2392070 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -195,11 +195,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update }