summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2015-08-09 15:07:03 +0200
committerAmy Winston <amynka@gentoo.org>2015-08-09 15:07:03 +0200
commit8e66353a6193e91036d2d355558e59562f091fec (patch)
tree30772d4ad502eff0cf05e0f17a101a8d8067a290 /sci-mathematics
parentRepair malformed header. (diff)
downloadgentoo-8e66353a6193e91036d2d355558e59562f091fec.tar.gz
gentoo-8e66353a6193e91036d2d355558e59562f091fec.tar.bz2
gentoo-8e66353a6193e91036d2d355558e59562f091fec.zip
Version bump bug #557084.
Package-Manager: portage-2.2.20
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gmm/Manifest1
-rw-r--r--sci-mathematics/gmm/gmm-5.0.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest
index d823de5c9d33..0c35329b3127 100644
--- a/sci-mathematics/gmm/Manifest
+++ b/sci-mathematics/gmm/Manifest
@@ -1 +1,2 @@
DIST gmm-4.2.tar.gz 489912 SHA256 bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6 SHA512 c59941ec17870ae3a0fb4efa77a65a3ae4456d2589a13d4818f1b140f7ef3dbbafaf4597f553a98175ae592004fc000ea3435172ab5503de9b89a5cc510a9d23 WHIRLPOOL 362cfcc13e8f1c955afc1751d0e69436c821fdf3cc685c43a7ddddbd552eb88faf693d5e4207769e7274bc48605fca6f6c17d640edac5bb12e16ac29c3fa867a
+DIST gmm-5.0.tar.gz 507126 SHA256 dc201ec2fd480a242c0f47cef0d9d1fc0ec5549ed73d91a8c2f877e15ee53a7f SHA512 8beb52ae8512d52277f5b2ba02f721eb194c1ec107b86475954ee8be75b7755e3094e4d85abd4f02d946c8d0b8cc791bb6967b58ace0c5d82d1c3917f118830e WHIRLPOOL 45be5a79dc150dc7eecf5bed6b63c88691cf0892bd85415a5b19a69204fb6ff88a873eac71dcfdecb3550f788c9067b751e65c442eaff13cecbab58c678b3cc3
diff --git a/sci-mathematics/gmm/gmm-5.0.ebuild b/sci-mathematics/gmm/gmm-5.0.ebuild
new file mode 100644
index 000000000000..c86d664a9073
--- /dev/null
+++ b/sci-mathematics/gmm/gmm-5.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
+SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
+HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
+
+LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+DOCS=( AUTHORS )