diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-01-16 12:27:49 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-01-16 12:27:49 +0000 |
commit | 0f805e30647c04f3620cdb1e482e62e2f6513a30 (patch) | |
tree | 6640fa9e60504dc4edb01469910ac2181454a18f /sci-mathematics | |
parent | Bump for #351312 (diff) | |
download | historical-0f805e30647c04f3620cdb1e482e62e2f6513a30.tar.gz historical-0f805e30647c04f3620cdb1e482e62e2f6513a30.tar.bz2 historical-0f805e30647c04f3620cdb1e482e62e2f6513a30.zip |
Initial import
Package-Manager: portage-2.2.0_alpha15/cvs/Linux i686
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nestedsums/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/nestedsums/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/nestedsums/metadata.xml | 12 | ||||
-rw-r--r-- | sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild | 13 |
4 files changed, 39 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/Manifest b/sci-mathematics/nestedsums/Manifest new file mode 100644 index 000000000000..60a6a1f63836 --- /dev/null +++ b/sci-mathematics/nestedsums/Manifest @@ -0,0 +1,4 @@ +DIST nestedsums-1.4.12.tar.gz 415265 RMD160 381256ed0aa4c55d1f3ea87f493b83e6a5befae1 SHA1 07c19f2bf6a2cd43555deb9f5d16ec7ea7a97f65 SHA256 4d290529373e83d205d9fe2d1ff1d9f2f95b3dd1dba1585d298ba52593ce831c +EBUILD nestedsums-1.4.12.ebuild 587 RMD160 6a70ae00c91ebbb2e70d5d05f4371d10aee96f58 SHA1 8ef6462cc680bc31f12fc95baa3b93c22880c493 SHA256 ee2e88e7404ba2d29a63e5f992783f98a7d58819759d8384957e9875ecad4449 +MISC ChangeLog 370 RMD160 8fec2834c61ae6949c7155ae29acf900c2bf7a51 SHA1 0ebb723f3bfd54da4b6636a340f85ea092fa915f SHA256 948e50e03dcced689f8590f6087e3a250ba30e2d717dee8c4eed7ec45563f264 +MISC metadata.xml 388 RMD160 8a728701ccdf3b81ade643ba5ec9280714423cff SHA1 6de200dd7d337ddde0f8623f26e1d3d7691f9864 SHA256 664c8edd3d5e4bcd1a21c99a8c386551b50634132c1ed16be52c877df21a9e84 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}" |