commit:     f28eecac3372b712b101ae741474a292c93bee7e
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 22:41:21 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 22:41:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28eecac

sci-mathematics/mathmod: initial import

Package-Manager: portage-2.2.28

 sci-mathematics/mathmod/Manifest           |  1 +
 sci-mathematics/mathmod/mathmod-4.1.ebuild | 42 ++++++++++++++++++++++++++++++
 sci-mathematics/mathmod/metadata.xml       | 22 ++++++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/sci-mathematics/mathmod/Manifest b/sci-mathematics/mathmod/Manifest
new file mode 100644
index 0000000..8adff3b
--- /dev/null
+++ b/sci-mathematics/mathmod/Manifest
@@ -0,0 +1 @@
+DIST mathmod-4.1.src.zip 974709 SHA256 
fff57e82fc57b90af98b345f14219c01b1709b019735739b9244173bec626ad4 SHA512 
e7a170f5b57384cca4e755a0bb3691ec3fe29e9b22027534f1e84ed656905495c70eea8c69262f31a937ca508c34177d33adc23f5a8a3c91db1eceb2aa283a6d
 WHIRLPOOL 
ee68e96744cd210e727111677c4f7b57221f4754cf60218be980b31d482c1e9a24adaed853e098ad4f2a14ce8a8e1523c07121285746d23fc39035de18650fd1

diff --git a/sci-mathematics/mathmod/mathmod-4.1.ebuild 
b/sci-mathematics/mathmod/mathmod-4.1.ebuild
new file mode 100644
index 0000000..74d1903
--- /dev/null
+++ b/sci-mathematics/mathmod/mathmod-4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils qmake-utils fdo-mime
+
+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"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${PN}-branches-274-trunk
+
+src_configure() {
+       eqmake5 MathMod.pro
+}
+
+src_install() {
+       exeinto /usr/bin
+       doexe MathMod
+       newicon -s 16 icon/catenoid_mini_16x16.png catenoid.png
+       newicon -s 32 icon/catenoid_mini_32x32.png catenoid.png
+       newicon -s 64 icon/catenoid_mini_64x64.png catenoid.png
+       make_desktop_entry MathMod MathMod catenoid
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+       fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+       fdo-mime_desktop_database_update
+}

diff --git a/sci-mathematics/mathmod/metadata.xml 
b/sci-mathematics/mathmod/metadata.xml
new file mode 100644
index 0000000..1a5c540
--- /dev/null
+++ b/sci-mathematics/mathmod/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+  <email>gro...@gentoo.org</email>
+  <name>Andrey Grozin</name>
+</maintainer>
+<maintainer type="project">
+  <email>sci-mathemat...@gentoo.org</email>
+  <name>Gentoo Mathematics Project</name>
+</maintainer>
+<longdescription lang="en">
+  MathMod is a mathematical modeling software that visualize and animate
+  implicit and parametric surfaces.
+  MathMod supports: 3D and 4D plotting and animation, OBJ output file format,
+  Textue and pigmentation support, Noise and Turbulence effects support,
+  Large set of scripted examples.
+</longdescription>
+<upstream>
+  <remote-id type="sourceforge">mathmod</remote-id>
+</upstream>
+</pkgmetadata>

Reply via email to