commit: 3528ec6326b11b6dc1ed01cbcbde060ed39129a7 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri May 1 17:46:01 2020 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri May 1 17:48:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3528ec63
sci-chemistry/gelemental: use xdg-utils eclass Closes: https://bugs.gentoo.org/720308 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> .../{gelemental-2.0.0.ebuild => gelemental-2.0.0-r1.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild similarity index 77% rename from sci-chemistry/gelemental/gelemental-2.0.0.ebuild rename to sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild index 96fbcf235cb..4affe1b9171 100644 --- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild +++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools fdo-mime flag-o-matic gnome2-utils eutils +inherit autotools eutils flag-o-matic xdg-utils DESCRIPTION="Periodic table viewer with detailed information on the chemical elements" HOMEPAGE="https://github.com/ginggs/gelemental/" @@ -36,11 +36,13 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update }
