aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2013-01-16 10:43:55 +0100
committerThomas Kahle <tomka@gentoo.org>2013-01-16 10:44:02 +0100
commit90da68c2400d1c17e89135fde461ace73938a9e5 (patch)
tree1f9cbc433d4bc058f5af0fec15eb7f8a6882420e /sci-libs/libmatheval
parentmoved to tree (diff)
downloadsci-90da68c2400d1c17e89135fde461ace73938a9e5.tar.gz
sci-90da68c2400d1c17e89135fde461ace73938a9e5.tar.bz2
sci-90da68c2400d1c17e89135fde461ace73938a9e5.zip
Initial upload of sci-libs/libmatheval (bug 181417)
Package-Manager: portage-2.1.11.42
Diffstat (limited to 'sci-libs/libmatheval')
-rw-r--r--sci-libs/libmatheval/ChangeLog10
-rw-r--r--sci-libs/libmatheval/Manifest1
-rw-r--r--sci-libs/libmatheval/libmatheval-1.1.10.ebuild17
-rw-r--r--sci-libs/libmatheval/metadata.xml18
4 files changed, 46 insertions, 0 deletions
diff --git a/sci-libs/libmatheval/ChangeLog b/sci-libs/libmatheval/ChangeLog
new file mode 100644
index 000000000..232db84cc
--- /dev/null
+++ b/sci-libs/libmatheval/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/libmatheval
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libmatheval-1.1.4 (16 Jan 2013)
+
+ 16 Jan 2013; Thomas Kahle <tomka@gentoo.org> +libmatheval-1.1.4.ebuild,
+ +metadata.xml:
+ Initial commit, bug 181417, original ebuild by Pablo De NĂ¡poli.
+
diff --git a/sci-libs/libmatheval/Manifest b/sci-libs/libmatheval/Manifest
new file mode 100644
index 000000000..1cf518cf8
--- /dev/null
+++ b/sci-libs/libmatheval/Manifest
@@ -0,0 +1 @@
+DIST libmatheval-1.1.10.tar.gz 551835 SHA256 1d2b2f9db99fdf1def2e292a61b02b8fcf7d25f550bb8b278c832d287258c7d3 SHA512 6e71431deed56ac2b1be560ecff590fc90e0bfe5a98e1ef7a58a3dd6be314fd52abb04e54b0de0055843c28ad63505c282a0f27f01f211c901654adbc4dfedb6 WHIRLPOOL 163faeb45fc51477500de63c94042765506d418fd677b031d0cd775bcf916bc563d36fe5535427c1865479e5419e2b9273b3d5b7c2f6c80e065aca55a81efb00
diff --git a/sci-libs/libmatheval/libmatheval-1.1.10.ebuild b/sci-libs/libmatheval/libmatheval-1.1.10.ebuild
new file mode 100644
index 000000000..6ffc714e9
--- /dev/null
+++ b/sci-libs/libmatheval/libmatheval-1.1.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="library to parse and evaluate symbolic expressions"
+
+HOMEPAGE="http://www.gnu.org/software/libmatheval/"
+SRC_URI="mirror://gnu/${PN}/${PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="static-libs"
diff --git a/sci-libs/libmatheval/metadata.xml b/sci-libs/libmatheval/metadata.xml
new file mode 100644
index 000000000..4c310f45c
--- /dev/null
+++ b/sci-libs/libmatheval/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+<email>tomka@gentoo.org</email>
+<name>Thomas Kahle</name>
+</maintainer>
+<longdescription lang="en">
+ GNU libmatheval is a library (callable from C and Fortran) to parse
+ and evaluate symbolic expressions input as text. It supports
+ expressions in any number of variables of arbitrary names, decimal
+ and symbolic constants, basic unary and binary operators, and
+ elementary mathematical functions. In addition to parsing and
+ evaluation, libmatheval can also compute symbolic derivatives and
+ output expressions to strings.
+</longdescription>
+</pkgmetadata>