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 32DBC138334 for ; Mon, 4 Jun 2018 10:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E33BDE0AC8; Mon, 4 Jun 2018 10:06:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88B06E0AC8 for ; Mon, 4 Jun 2018 10:06:19 +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 8AE50335C8A for ; Mon, 4 Jun 2018 10:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 414AA2D9 for ; Mon, 4 Jun 2018 10:06:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1528106767.7af14c74619ce6c31448a41c5f568e153198b572.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jedit/jedit-5.2.0-r1.ebuild app-editors/jedit/jedit-5.4.0.ebuild X-VCS-Directories: app-editors/jedit/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7af14c74619ce6c31448a41c5f568e153198b572 X-VCS-Branch: master Date: Mon, 4 Jun 2018 10:06:15 +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: 70abf43f-5ba3-4407-964a-34bef273deb0 X-Archives-Hash: f98af38bacdf18a71960a09c1e98d7bc commit: 7af14c74619ce6c31448a41c5f568e153198b572 Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 17:24:05 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Jun 4 10:06:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af14c74 app-editors/jedit: fdo-mime->xdt-utils migration. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8683 app-editors/jedit/jedit-5.2.0-r1.ebuild | 8 ++++---- app-editors/jedit/jedit-5.4.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-editors/jedit/jedit-5.2.0-r1.ebuild b/app-editors/jedit/jedit-5.2.0-r1.ebuild index 945eb818064..956701724a0 100644 --- a/app-editors/jedit/jedit-5.2.0-r1.ebuild +++ b/app-editors/jedit/jedit-5.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc test" -inherit java-pkg-2 java-ant-2 eutils fdo-mime +inherit eutils java-pkg-2 java-ant-2 xdg-utils DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" @@ -83,7 +83,7 @@ src_install () { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update elog "The system directory for jEdit plugins is" elog "${JEDIT_HOME}/jars" elog "If you get plugin related errors on startup, first try updating them." @@ -91,7 +91,7 @@ pkg_postinst() { pkg_postrm() { if [[ -z ${REPLACED_BY_VERSION} ]]; then - fdo-mime_desktop_database_update + xdg_desktop_database_update elog "jEdit plugins installed into /usr/share/jedit/jars" elog "(after installation of jEdit itself) haven't been" elog "removed. To get rid of jEdit completely, you may" diff --git a/app-editors/jedit/jedit-5.4.0.ebuild b/app-editors/jedit/jedit-5.4.0.ebuild index b91e0863229..e38548dd3af 100644 --- a/app-editors/jedit/jedit-5.4.0.ebuild +++ b/app-editors/jedit/jedit-5.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 JAVA_PKG_IUSE="doc test" -inherit java-pkg-2 java-ant-2 eutils fdo-mime +inherit eutils java-pkg-2 java-ant-2 xdg-utils DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" @@ -87,7 +87,7 @@ src_install () { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update elog "The system directory for jEdit plugins is" elog "${JEDIT_HOME}/jars" elog "If you get plugin related errors on startup, first try updating them." @@ -95,7 +95,7 @@ pkg_postinst() { pkg_postrm() { if [[ -z ${REPLACED_BY_VERSION} ]]; then - fdo-mime_desktop_database_update + xdg_desktop_database_update elog "jEdit plugins installed into /usr/share/jedit/jars" elog "(after installation of jEdit itself) haven't been" elog "removed. To get rid of jEdit completely, you may"