From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015069-garchives=archives.gentoo.org@lists.gentoo.org> 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 D9CE81382C5 for <garchives@archives.gentoo.org>; Wed, 4 Apr 2018 23:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 578FAE0AFD; Wed, 4 Apr 2018 23:04:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 222B5E0AFD for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 23:04:29 +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 93764335C49 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 23:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A521279 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 23:04:26 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1522882979.9b3456cd05b71221a2458ecbb057f478a854e58d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotoxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotoxx/fotoxx-15.04.1.ebuild media-gfx/fotoxx/fotoxx-15.05.ebuild X-VCS-Directories: media-gfx/fotoxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b3456cd05b71221a2458ecbb057f478a854e58d X-VCS-Branch: master Date: Wed, 4 Apr 2018 23:04:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 546cc9c3-6050-446e-8c0a-92c9f8ec68b9 X-Archives-Hash: e9fd7327dccb1ef705cf9ac400eb4724 commit: 9b3456cd05b71221a2458ecbb057f478a854e58d Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Wed Apr 4 01:53:25 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 4 23:02:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3456cd media-gfx/fotoxx: fdo-mime -> xdg-utils Also replaced eutils with desktop for newmenu. Package-Manager: Portage-2.3.27, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7797 media-gfx/fotoxx/fotoxx-15.04.1.ebuild | 20 ++++++++++---------- media-gfx/fotoxx/fotoxx-15.05.ebuild | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild index 5f911c91bb9..7f07dc6d0c3 100644 --- a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild +++ b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs fdo-mime +inherit desktop toolchain-funcs xdg-utils DESCRIPTION="Program for improving image files made with a digital camera" HOMEPAGE="http://www.kornelix.com/fotoxx.html" @@ -25,9 +25,9 @@ RDEPEND="${DEPEND} media-gfx/dcraw x11-misc/xdg-utils" -src_prepare() { - epatch "${FILESDIR}"/${PF}.patch -} +PATCHES=( + "${FILESDIR}"/${PF}.patch +) src_compile() { tc-export CXX @@ -44,11 +44,11 @@ src_install() { } pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_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/fotoxx/fotoxx-15.05.ebuild b/media-gfx/fotoxx/fotoxx-15.05.ebuild index 5f911c91bb9..7f07dc6d0c3 100644 --- a/media-gfx/fotoxx/fotoxx-15.05.ebuild +++ b/media-gfx/fotoxx/fotoxx-15.05.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs fdo-mime +inherit desktop toolchain-funcs xdg-utils DESCRIPTION="Program for improving image files made with a digital camera" HOMEPAGE="http://www.kornelix.com/fotoxx.html" @@ -25,9 +25,9 @@ RDEPEND="${DEPEND} media-gfx/dcraw x11-misc/xdg-utils" -src_prepare() { - epatch "${FILESDIR}"/${PF}.patch -} +PATCHES=( + "${FILESDIR}"/${PF}.patch +) src_compile() { tc-export CXX @@ -44,11 +44,11 @@ src_install() { } pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_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 }