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 11C281396D9 for ; Sun, 22 Oct 2017 11:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 627C5E0BCF; Sun, 22 Oct 2017 11:24:12 +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 418502BC016 for ; Sun, 22 Oct 2017 11:24:12 +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 5607A33BEAC for ; Sun, 22 Oct 2017 11:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 177A782A for ; Sun, 22 Oct 2017 11:24:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1508671438.82ddd5d4ef324aa01cde9abcebd7513d08c1d74e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.5.3.ebuild app-office/scribus/scribus-9999.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 82ddd5d4ef324aa01cde9abcebd7513d08c1d74e X-VCS-Branch: master Date: Sun, 22 Oct 2017 11:24:10 +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: 33198473-066e-4590-9b6c-bb713b9bf1ac X-Archives-Hash: bd5eaef39432f63079764835000f34fe commit: 82ddd5d4ef324aa01cde9abcebd7513d08c1d74e Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 21 11:37:06 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 22 11:23:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ddd5d4 app-office/scribus: migrated to xdg-utils.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 Signed-off-by: Justin Lecher gentoo.org> app-office/scribus/scribus-1.5.3.ebuild | 10 +++++----- app-office/scribus/scribus-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-office/scribus/scribus-1.5.3.ebuild b/app-office/scribus/scribus-1.5.3.ebuild index ef3ef1f94e2..5719c5b9f5c 100644 --- a/app-office/scribus/scribus-1.5.3.ebuild +++ b/app-office/scribus/scribus-1.5.3.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="tk?" CMAKE_MAKEFILE_GENERATOR=ninja CMAKE_MIN_VERSION=3.2.0 -inherit cmake-utils eutils fdo-mime flag-o-matic gnome2 multilib python-single-r1 +inherit cmake-utils eutils flag-o-matic gnome2 multilib python-single-r1 xdg-utils DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" @@ -197,14 +197,14 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + fdo-xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + fdo-xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index 4d31199ef77..e439d142420 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="tk?" CMAKE_MAKEFILE_GENERATOR=ninja CMAKE_MIN_VERSION=3.2.0 -inherit cmake-utils eutils fdo-mime flag-o-matic gnome2 multilib python-single-r1 subversion +inherit cmake-utils eutils flag-o-matic gnome2 multilib python-single-r1 subversion xdg-utils DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" @@ -199,14 +199,14 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + fdo-xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + fdo-xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update }