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 E0999139084 for ; Fri, 15 Dec 2017 12:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2171E0F3F; Fri, 15 Dec 2017 12:01:04 +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 C1F05E0F3F for ; Fri, 15 Dec 2017 12:01:04 +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 6D37D33BF0F for ; Fri, 15 Dec 2017 12:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8FD9AE86 for ; Fri, 15 Dec 2017 12:01:00 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1513338972.7643aa20d171b00ca07051213913f3dafd51fa06.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-5.34.36.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 7643aa20d171b00ca07051213913f3dafd51fa06 X-VCS-Branch: master Date: Fri, 15 Dec 2017 12:01:00 +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: 814b742e-fb21-4f2a-b173-f6d1304a1c97 X-Archives-Hash: fc8a4f58e92db2d95dda4bd6edbabe9b commit: 7643aa20d171b00ca07051213913f3dafd51fa06 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Dec 14 16:12:36 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Dec 15 11:56:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643aa20 sci-physics/root-5.34.36: move from fdo-mime to xdg-utils Package-Manager: Portage-2.3.18, Repoman-2.3.6 sci-physics/root/root-5.34.36.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-physics/root/root-5.34.36.ebuild b/sci-physics/root/root-5.34.36.ebuild index 86b4a8feaaa..3651637f2f5 100644 --- a/sci-physics/root/root-5.34.36.ebuild +++ b/sci-physics/root/root-5.34.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,8 +13,8 @@ fi PYTHON_COMPAT=( python2_7 ) -inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ - toolchain-funcs user versionator prefix +inherit elisp-common eutils fortran-2 multilib prefix python-single-r1 \ + toolchain-funcs user versionator xdg-utils DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern.ch" @@ -433,9 +433,9 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update }