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 22D1A1382C5 for ; Fri, 20 Apr 2018 19:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756C3E0969; Fri, 20 Apr 2018 19:43:46 +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 40496E0969 for ; Fri, 20 Apr 2018 19:43:46 +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 2A323335C7A for ; Fri, 20 Apr 2018 19:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A79291 for ; Fri, 20 Apr 2018 19:43:43 +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: <1524253391.099c12fe646e1c7a6d7c44a653c988fe6aaf26c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnofract4d/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild X-VCS-Directories: media-gfx/gnofract4d/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 099c12fe646e1c7a6d7c44a653c988fe6aaf26c5 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:43:43 +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: e0aad5e3-550d-448c-a910-57caacf1aad8 X-Archives-Hash: 5f0c1fb441d66be0c282ac9ef5af494d commit: 099c12fe646e1c7a6d7c44a653c988fe6aaf26c5 Author: Marty E. Plummer startmail com> AuthorDate: Tue Apr 10 03:38:58 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:43:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099c12fe media-gfx/gnofract4d: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild | 12 ++++++------ media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild b/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild index c6931c84c56..73a10f4e555 100644 --- a/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild +++ b/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 fdo-mime +inherit distutils-r1 xdg-utils DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals" HOMEPAGE="http://gnofract4d.sourceforge.net/" @@ -30,11 +30,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 } diff --git a/media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild b/media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild index 437acd4d852..0b9934a1077 100644 --- a/media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild +++ b/media-gfx/gnofract4d/gnofract4d-3.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 MY_PV=V_${PV//./_} -inherit distutils-r1 fdo-mime +inherit distutils-r1 xdg-utils DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals" HOMEPAGE="http://edyoung.github.io/gnofract4d/" @@ -43,11 +43,11 @@ python_install_all() { } 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 }