Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/mathmod/
Date: Thu, 21 May 2020 09:17:34
Message-Id: 1590052639.d1cbdcc5fde38398eb2f7c27440aad6b590ab87a.asturm@gentoo
1 commit: d1cbdcc5fde38398eb2f7c27440aad6b590ab87a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 09:16:57 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 09:17:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cbdcc5
7
8 sci-mathematics/mathmod: EAPI-7, missing deps, fdo-mime--, xdg-utils
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-mathematics/mathmod/mathmod-4.1-r1.ebuild | 22 ++++++++++++++--------
14 1 file changed, 14 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild
17 index bdfb57706c6..fcf1e631ed4 100644
18 --- a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild
19 +++ b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild
20 @@ -1,18 +1,24 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -inherit eutils gnome2-utils qmake-utils fdo-mime
27 +EAPI=7
28 +
29 +inherit desktop qmake-utils xdg-utils
30
31 DESCRIPTION="Plot parametric and implicit surfaces"
32 HOMEPAGE="https://www.facebook.com/pages/MathMod/529510253833102"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip"
34 +
35 LICENSE="GPL-3"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 -RDEPEND="dev-qt/qtwidgets:5 dev-qt/qtopengl:5"
41 +RDEPEND="
42 + dev-qt/qtcore:5
43 + dev-qt/qtgui:5
44 + dev-qt/qtopengl:5
45 + dev-qt/qtwidgets:5"
46 DEPEND="${RDEPEND}"
47
48 S="${WORKDIR}"/${PN}-branches-274-trunk
49 @@ -33,11 +39,11 @@ src_install() {
50 }
51
52 pkg_postinst() {
53 - gnome2_icon_cache_update
54 - fdo-mime_desktop_database_update
55 + xdg_icon_cache_update
56 + xdg_desktop_database_update
57 }
58
59 pkg_postrm() {
60 - gnome2_icon_cache_update
61 - fdo-mime_desktop_database_update
62 + xdg_icon_cache_update
63 + xdg_desktop_database_update
64 }