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 77E141382C5 for ; Tue, 10 Apr 2018 09:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35054E0953; Tue, 10 Apr 2018 09:23:04 +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 0DABFE0953 for ; Tue, 10 Apr 2018 09:23:04 +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 18F26335C51 for ; Tue, 10 Apr 2018 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7A5288 for ; Tue, 10 Apr 2018 09:22:59 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1523352162.fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/qelectrotech/qelectrotech-0.50.ebuild sci-electronics/qelectrotech/qelectrotech-9999.ebuild X-VCS-Directories: sci-electronics/qelectrotech/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c X-VCS-Branch: master Date: Tue, 10 Apr 2018 09:22:59 +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: cf60eab3-9f68-4c71-ba1b-47257a753ca1 X-Archives-Hash: 763a1b19d3c9770ade563a11df78d818 commit: fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 18:53:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 10 09:22:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d7e84 sci-electronics/qelectrotech: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 8 ++++---- sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild index f4a12a6db4a..00df22dc4c3 100644 --- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fdo-mime gnome2-utils qmake-utils +inherit eutils gnome2-utils qmake-utils xdg-utils MY_P=${PN}-${PV%0}-src @@ -57,11 +57,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild index 9d2fe1672d8..471a9443139 100644 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils fdo-mime gnome2-utils qmake-utils subversion +inherit eutils gnome2-utils qmake-utils subversion xdg-utils MY_P=${PN}-${PV%0}-src @@ -57,11 +57,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update }