diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 09:36:43 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:45:31 +0200 |
commit | 379a3ac265fa531f4779b7f1ffb7c6b6b8afc927 (patch) | |
tree | c9e696231452be09abd6c97fe56b41b8fdaa7972 /app-doc/zeal | |
parent | app-doc/doxygen: fdo-mime->xdg-utils (diff) | |
download | gentoo-379a3ac265fa531f4779b7f1ffb7c6b6b8afc927.tar.gz gentoo-379a3ac265fa531f4779b7f1ffb7c6b6b8afc927.tar.bz2 gentoo-379a3ac265fa531f4779b7f1ffb7c6b6b8afc927.zip |
app-doc/zeal: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-doc/zeal')
-rw-r--r-- | app-doc/zeal/zeal-0.2.1.ebuild | 8 | ||||
-rw-r--r-- | app-doc/zeal/zeal-0.3.1.ebuild | 8 | ||||
-rw-r--r-- | app-doc/zeal/zeal-0.4.0.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-doc/zeal/zeal-0.2.1.ebuild b/app-doc/zeal/zeal-0.2.1.ebuild index c0cdb9117ee0..2a73d0b4b217 100644 --- a/app-doc/zeal/zeal-0.2.1.ebuild +++ b/app-doc/zeal/zeal-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -47,10 +47,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/app-doc/zeal/zeal-0.3.1.ebuild b/app-doc/zeal/zeal-0.3.1.ebuild index 5598d7d10f29..b61be4430323 100644 --- a/app-doc/zeal/zeal-0.3.1.ebuild +++ b/app-doc/zeal/zeal-0.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -44,10 +44,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/app-doc/zeal/zeal-0.4.0.ebuild b/app-doc/zeal/zeal-0.4.0.ebuild index b96162ca7d3e..b61be4430323 100644 --- a/app-doc/zeal/zeal-0.4.0.ebuild +++ b/app-doc/zeal/zeal-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -44,10 +44,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } |