From fb98b5a604384202596d3d1f0730712efa29aebd Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 13:47:31 -0500 Subject: [PATCH] mail-client/trojita: fdo-mime->xdg-utils Also some minor rearrangement, git://->https://, and DOCS=""->DOCS=() Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7886 --- mail-client/trojita/trojita-0.7-r2.ebuild | 10 +++++----- mail-client/trojita/trojita-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mail-client/trojita/trojita-0.7-r2.ebuild b/mail-client/trojita/trojita-0.7-r2.ebuild index bc979f3f5ee6..7bdba08a79cc 100644 --- a/mail-client/trojita/trojita-0.7-r2.ebuild +++ b/mail-client/trojita/trojita-0.7-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="git://anongit.kde.org/${PN}.git" -inherit cmake-utils fdo-mime gnome2-utils virtualx +EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" +inherit cmake-utils gnome2-utils virtualx xdg-utils [[ ${PV} == 9999 ]] && inherit git-r3 DESCRIPTION="A Qt IMAP e-mail client" @@ -78,11 +78,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/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 4988ce563e13..f11f733cb3bf 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" -inherit cmake-utils fdo-mime gnome2-utils virtualx +inherit cmake-utils gnome2-utils virtualx xdg-utils [[ ${PV} == 9999 ]] && inherit git-r3 DESCRIPTION="A Qt IMAP e-mail client" @@ -16,7 +16,7 @@ fi LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -IUSE="+crypt debug +dbus +password test +zlib" +IUSE="+crypt +dbus debug +password test +zlib" RDEPEND=" dev-qt/qtcore:5 @@ -73,11 +73,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 } -- 2.26.2