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 12F8C1382C5 for ; Mon, 19 Feb 2018 17:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 303F0E0BB6; Mon, 19 Feb 2018 17:14:54 +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 0C02BE0BB6 for ; Mon, 19 Feb 2018 17:14:54 +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 459D5335C0C for ; Mon, 19 Feb 2018 17:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C939B78 for ; Mon, 19 Feb 2018 17:14:51 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1519060406.6aaa75beef369b79a029bd0bfda080015061f16e.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6aaa75beef369b79a029bd0bfda080015061f16e X-VCS-Branch: master Date: Mon, 19 Feb 2018 17:14:51 +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: 1ad39b22-9b68-4e9f-b7a1-aab940105517 X-Archives-Hash: 36f153ac6939b8eeba91395bc8ccda5a commit: 6aaa75beef369b79a029bd0bfda080015061f16e Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 19 17:13:26 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 19 17:13:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=6aaa75be app-emacs/emacs-common-gentoo: Sync from gentoo repo. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 33bd445..b7cc248 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo-r1 user git-r3 +inherit elisp-common eutils xdg-utils gnome2-utils readme.gentoo-r1 user git-r3 DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -96,7 +96,7 @@ pkg_preinst() { pkg_postinst() { if use X; then - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update fi readme.gentoo_print_elog @@ -104,7 +104,7 @@ pkg_postinst() { pkg_postrm() { if use X; then - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update fi }