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 BDB86139083 for ; Fri, 22 Dec 2017 15:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADC4E0E7B; Fri, 22 Dec 2017 15:27:23 +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 C60B2E0E7B for ; Fri, 22 Dec 2017 15:27:23 +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 25F843416A1 for ; Fri, 22 Dec 2017 15:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4AE0AE8B for ; Fri, 22 Dec 2017 15:27:20 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1513956422.c68294a57df33623a16fff9938f2d365ea523bad.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/pcb/pcb-20140316-r1.ebuild X-VCS-Directories: sci-electronics/pcb/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c68294a57df33623a16fff9938f2d365ea523bad X-VCS-Branch: master Date: Fri, 22 Dec 2017 15:27:20 +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: 33555c41-c6d8-4188-a4ca-4d234fce581f X-Archives-Hash: a88751740df293749c0d42744e2b22db commit: c68294a57df33623a16fff9938f2d365ea523bad Author: Thomas Beierlein gentoo org> AuthorDate: Fri Dec 22 15:27:02 2017 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Dec 22 15:27:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68294a5 sci-electronics/pcb: Migrate to xdg-utils Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-electronics/pcb/pcb-20140316-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-electronics/pcb/pcb-20140316-r1.ebuild b/sci-electronics/pcb/pcb-20140316-r1.ebuild index 03571fd2cd7..5acd185dfde 100644 --- a/sci-electronics/pcb/pcb-20140316-r1.ebuild +++ b/sci-electronics/pcb/pcb-20140316-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs +inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor" HOMEPAGE="http://www.gpleda.org/" @@ -136,13 +136,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update }