summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-01-16 12:27:49 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-01-16 12:27:49 +0000
commite80a579d6c6bc743153c78521fa03bce2b9d8ca8 (patch)
treea122c68dd9fad05a83bff12b75bba7176965d156 /sci-mathematics
parentBump for #351312 (diff)
downloadgentoo-2-e80a579d6c6bc743153c78521fa03bce2b9d8ca8.tar.gz
gentoo-2-e80a579d6c6bc743153c78521fa03bce2b9d8ca8.tar.bz2
gentoo-2-e80a579d6c6bc743153c78521fa03bce2b9d8ca8.zip
Initial import
(Portage version: 2.2.0_alpha15/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/nestedsums/ChangeLog10
-rw-r--r--sci-mathematics/nestedsums/metadata.xml12
-rw-r--r--sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild13
3 files changed, 35 insertions, 0 deletions
diff --git a/sci-mathematics/nestedsums/ChangeLog b/sci-mathematics/nestedsums/ChangeLog
new file mode 100644
index 000000000000..3956250493a0
--- /dev/null
+++ b/sci-mathematics/nestedsums/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-mathematics/nestedsums
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.1 2011/01/16 12:27:49 grozin Exp $
+
+*nestedsums-1.4.12 (16 Jan 2011)
+
+ 16 Jan 2011; Andrey Grozin <grozin@gentoo.org> +nestedsums-1.4.12.ebuild,
+ +metadata.xml:
+ Initial import
+
diff --git a/sci-mathematics/nestedsums/metadata.xml b/sci-mathematics/nestedsums/metadata.xml
new file mode 100644
index 000000000000..9f85bfb1b277
--- /dev/null
+++ b/sci-mathematics/nestedsums/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-mathematics</herd>
+<maintainer>
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+</maintainer>
+<longdescription lang="en">
+A GiNaC-based library for symbolic expansion of certain transcendental functions.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild
new file mode 100644
index 000000000000..1f6304c96ff2
--- /dev/null
+++ b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.1 2011/01/16 12:27:49 grozin Exp $
+EAPI="4"
+DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions."
+HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/"
+IUSE=""
+SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+RDEPEND=">=sci-mathematics/ginac-1.5"
+DEPEND="${RDEPEND}"