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 079761396DA for ; Fri, 10 Nov 2017 09:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBD5E0E98; Fri, 10 Nov 2017 09:08:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 01455E0E98 for ; Fri, 10 Nov 2017 09:07:59 +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 C52E133BF55 for ; Fri, 10 Nov 2017 09:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A3C989E for ; Fri, 10 Nov 2017 09:07:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1510304874.9d14f6c49aec215e26c6e1f5f0ac858edfc833c6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups/cups-2.2.4.ebuild X-VCS-Directories: net-print/cups/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9d14f6c49aec215e26c6e1f5f0ac858edfc833c6 X-VCS-Branch: master Date: Fri, 10 Nov 2017 09:07:57 +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: 2c23f7bc-339e-44f7-b6c1-2141ffde95be X-Archives-Hash: 8725676405f9e711fbe8fb1d33c85f0b commit: 9d14f6c49aec215e26c6e1f5f0ac858edfc833c6 Author: Lars Wendler gentoo org> AuthorDate: Fri Nov 10 09:07:26 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 10 09:07:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d14f6c4 net-print/cups: Replaced fdo-mime with xdg-utils eclass. Package-Manager: Portage-2.3.13, Repoman-2.3.4 net-print/cups/cups-2.2.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-print/cups/cups-2.2.4.ebuild b/net-print/cups/cups-2.2.4.ebuild index 1022bea6f56..af840a3d0aa 100644 --- a/net-print/cups/cups-2.2.4.ebuild +++ b/net-print/cups/cups-2.2.4.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools fdo-mime gnome2-utils flag-o-matic linux-info \ +inherit autotools gnome2-utils flag-o-matic linux-info xdg-utils \ multilib multilib-minimal pam python-single-r1 user versionator \ java-pkg-opt-2 systemd toolchain-funcs @@ -88,7 +88,7 @@ RESTRICT="test" # systemd-socket.patch from Fedora PATCHES=( "${FILESDIR}/${PN}-2.2.0-dont-compress-manpages.patch" - "${FILESDIR}/${PN}-2.2.4-fix-install-perms.patch" + "${FILESDIR}/${PN}-2.2.6-fix-install-perms.patch" "${FILESDIR}/${PN}-1.4.4-nostrip.patch" "${FILESDIR}/${PN}-2.0.2-rename-systemd-service-files.patch" "${FILESDIR}/${PN}-2.0.1-xinetd-installation-fix.patch" @@ -318,7 +318,7 @@ pkg_preinst() { pkg_postinst() { # Update desktop file database and gtk icon cache (bug 370059) gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update local v @@ -345,5 +345,5 @@ pkg_postinst() { pkg_postrm() { # Update desktop file database and gtk icon cache (bug 370059) gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update }