diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 13:47:31 -0500 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-10 11:22:42 +0200 |
commit | fb98b5a604384202596d3d1f0730712efa29aebd (patch) | |
tree | b276e0377f3c8e968dd565b5264f0738eebd798b /mail-client | |
parent | media-sound/coquillo: Drop old Qt4-based (diff) | |
download | gentoo-fb98b5a604384202596d3d1f0730712efa29aebd.tar.gz gentoo-fb98b5a604384202596d3d1f0730712efa29aebd.tar.bz2 gentoo-fb98b5a604384202596d3d1f0730712efa29aebd.zip |
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
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/trojita/trojita-0.7-r2.ebuild | 10 | ||||
-rw-r--r-- | 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 } |