diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 11:16:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 11:17:19 +0200 |
commit | d1cbdcc5fde38398eb2f7c27440aad6b590ab87a (patch) | |
tree | 0216fdda92227d31247e0318e6ecb0670d63154c /sci-mathematics | |
parent | sci-visualization/zhu3d: EAPI-7 bump (diff) | |
download | gentoo-d1cbdcc5fde38398eb2f7c27440aad6b590ab87a.tar.gz gentoo-d1cbdcc5fde38398eb2f7c27440aad6b590ab87a.tar.bz2 gentoo-d1cbdcc5fde38398eb2f7c27440aad6b590ab87a.zip |
sci-mathematics/mathmod: EAPI-7, missing deps, fdo-mime--, xdg-utils
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mathmod/mathmod-4.1-r1.ebuild | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild index bdfb57706c69..fcf1e631ed43 100644 --- a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild +++ b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild @@ -1,18 +1,24 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils gnome2-utils qmake-utils fdo-mime +EAPI=7 + +inherit desktop qmake-utils xdg-utils DESCRIPTION="Plot parametric and implicit surfaces" HOMEPAGE="https://www.facebook.com/pages/MathMod/529510253833102" SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-qt/qtwidgets:5 dev-qt/qtopengl:5" +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtwidgets:5" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-branches-274-trunk @@ -33,11 +39,11 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_icon_cache_update + xdg_desktop_database_update } |