From: Marty E. Plummer Date: Sun, 8 Apr 2018 18:47:31 +0000 (-0500) Subject: mail-client/trojita: fdo-mime->xdg-utils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fb98b5a604384202596d3d1f0730712efa29aebd;p=gentoo.git 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 --- 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 }