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 7B7431382C5 for ; Fri, 20 Apr 2018 19:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6821E097B; Fri, 20 Apr 2018 19:48:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9FA73E097B for ; Fri, 20 Apr 2018 19:48:09 +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 5B421335C7F for ; Fri, 20 Apr 2018 19:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7979297 for ; Fri, 20 Apr 2018 19:48:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253661.839e6a5f1edb0d1f2f39d8ac59986dac9ee6ccc7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/zim/zim-0.65.ebuild x11-misc/zim/zim-0.66.ebuild x11-misc/zim/zim-0.67.ebuild x11-misc/zim/zim-0.68_rc1.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 839e6a5f1edb0d1f2f39d8ac59986dac9ee6ccc7 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:48:05 +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: 5fa53304-a179-455d-8719-d3b71bce7287 X-Archives-Hash: 2956d32be69fb5754c9b55bcc6c4df68 commit: 839e6a5f1edb0d1f2f39d8ac59986dac9ee6ccc7 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 10:16:59 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:47:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839e6a5f x11-misc/zim: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/zim/zim-0.65.ebuild | 8 ++++---- x11-misc/zim/zim-0.66.ebuild | 8 ++++---- x11-misc/zim/zim-0.67.ebuild | 8 ++++---- x11-misc/zim/zim-0.68_rc1.ebuild | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/x11-misc/zim/zim-0.65.ebuild b/x11-misc/zim/zim-0.65.ebuild index c05d460056d..ca81b4f684d 100644 --- a/x11-misc/zim/zim-0.65.ebuild +++ b/x11-misc/zim/zim-0.65.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=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 gnome2-utils fdo-mime virtualx +inherit distutils-r1 gnome2-utils virtualx xdg-utils DESCRIPTION="A desktop wiki" HOMEPAGE="http://zim-wiki.org/" @@ -60,7 +60,7 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! has_version ${CATEGORY}/${PN}; then einfo "Please emerge these packages for additional functionality" @@ -78,6 +78,6 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/x11-misc/zim/zim-0.66.ebuild b/x11-misc/zim/zim-0.66.ebuild index 624a7703ae6..7f1f5038576 100644 --- a/x11-misc/zim/zim-0.66.ebuild +++ b/x11-misc/zim/zim-0.66.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=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 gnome2-utils fdo-mime virtualx +inherit distutils-r1 gnome2-utils virtualx xdg-utils DESCRIPTION="A desktop wiki" HOMEPAGE="http://zim-wiki.org/" @@ -60,7 +60,7 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! has_version ${CATEGORY}/${PN}; then einfo "Please emerge these packages for additional functionality" @@ -78,6 +78,6 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/x11-misc/zim/zim-0.67.ebuild b/x11-misc/zim/zim-0.67.ebuild index 809a199ab63..c6927618fd8 100644 --- a/x11-misc/zim/zim-0.67.ebuild +++ b/x11-misc/zim/zim-0.67.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 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 gnome2-utils fdo-mime virtualx +inherit distutils-r1 gnome2-utils virtualx xdg-utils DESCRIPTION="A desktop wiki" HOMEPAGE="http://zim-wiki.org/" @@ -59,7 +59,7 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! has_version ${CATEGORY}/${PN}; then einfo "Please emerge these packages for additional functionality" @@ -77,6 +77,6 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/x11-misc/zim/zim-0.68_rc1.ebuild b/x11-misc/zim/zim-0.68_rc1.ebuild index be1a907e7ce..97d99bf61e1 100644 --- a/x11-misc/zim/zim-0.68_rc1.ebuild +++ b/x11-misc/zim/zim-0.68_rc1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1 -inherit xdg-utils distutils-r1 gnome2-utils virtualx +inherit distutils-r1 gnome2-utils virtualx xdg-utils MY_P=${P/_/-} DESCRIPTION="A desktop wiki"