diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
commit | f516638b7fe9592837389826a6152a7e1b251c54 (patch) | |
tree | 8bfecb640b7b6403d7a3d662d923eed630033da7 /sci-mathematics/mathmod | |
parent | 1a61119f9f7b057830e2ce0563f913ec86f282ad (diff) |
gentoo resync : 30.05.2020
Diffstat (limited to 'sci-mathematics/mathmod')
-rw-r--r-- | sci-mathematics/mathmod/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/mathmod/mathmod-4.1-r1.ebuild | 22 |
2 files changed, 15 insertions, 9 deletions
diff --git a/sci-mathematics/mathmod/Manifest b/sci-mathematics/mathmod/Manifest index c5274f13aee9..d2185e0e4a2b 100644 --- a/sci-mathematics/mathmod/Manifest +++ b/sci-mathematics/mathmod/Manifest @@ -1,3 +1,3 @@ DIST mathmod-4.1.src.zip 974709 BLAKE2B f7fa5579b670b2512eab4fd7b706a0ca2282fb63356ea44ea2ddc6204b73ae2b7cd6f837d7622ebf0e51ba2b0127437b1836b59780df6c4b8e704fcb92e8680e SHA512 e7a170f5b57384cca4e755a0bb3691ec3fe29e9b22027534f1e84ed656905495c70eea8c69262f31a937ca508c34177d33adc23f5a8a3c91db1eceb2aa283a6d -EBUILD mathmod-4.1-r1.ebuild 1054 BLAKE2B 0e8a65c75fefc383fae86cfc622793e5be72ff3be98d5c2f236fea422b3e69531e68afc7656805ed62b55cc185d2e8a3c375658fefad207bd588f46ae487d5e8 SHA512 4b49f4b769888e93d334f4a6e5fac8b9d4351f78bd2584dccbe6809932d70c56bc66efd3ad8e01b373be25771bf134f47124bbd4026b2a9b008ee18373de9d9c +EBUILD mathmod-4.1-r1.ebuild 1062 BLAKE2B 387da9e68b15fb310ec33ad1f83e122ad1ff0fbef89826e7850fd7d86042560ad0edc7888e7e73c561491882d2fb4d5b1fd51b91d3f0cb1cb54d37d2773e6bcc SHA512 b25cfe1accfd7afe2015b23c0ccc875f821891d0b0a1dfa1d9b05842c83ec324e764f9516ed4e2c5c958ceaf55f2a7110ac6390295b49e10f6beb142850aa987 MISC metadata.xml 683 BLAKE2B 82c0500c4aa5fac79d7cef3b40c9116dd645c38908e579dceb9dade6a20a54f101e55885a033bc8ec8b3a5f9b51cc2c88f3f3fd6b635e98ca61df380db499a1e SHA512 e2eebe176c9128f359de88e7eb7ae2f151adac7bcf7bb2ebdd9f9a73eac08434d630e7445829426262ad882bde10f741252e4bf6829ffa00d06b21dc17d27140 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 } |