summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 13:47:31 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-10 11:22:42 +0200
commitfb98b5a604384202596d3d1f0730712efa29aebd (patch)
treeb276e0377f3c8e968dd565b5264f0738eebd798b
parentmedia-sound/coquillo: Drop old Qt4-based (diff)
downloadgentoo-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
-rw-r--r--mail-client/trojita/trojita-0.7-r2.ebuild10
-rw-r--r--mail-client/trojita/trojita-9999.ebuild10
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
}