From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 657D5139694 for ; Sat, 11 Mar 2017 10:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6A79E0BFD; Sat, 11 Mar 2017 10:13:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82302E0BFD for ; Sat, 11 Mar 2017 10:13:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 884C2340EF6 for ; Sat, 11 Mar 2017 10:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E816A645E for ; Sat, 11 Mar 2017 10:13:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489227175.95b2d9bf2883bfeda5983a26257ec1a708e201fd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gmm/Manifest sci-mathematics/gmm/gmm-5.1.ebuild X-VCS-Directories: sci-mathematics/gmm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 95b2d9bf2883bfeda5983a26257ec1a708e201fd X-VCS-Branch: master Date: Sat, 11 Mar 2017 10:13:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bd55130-1450-4824-aec3-201e45c983fb X-Archives-Hash: 8c35c416e98702cb5770782d3c77f5b3 commit: 95b2d9bf2883bfeda5983a26257ec1a708e201fd Author: David Seifert gentoo org> AuthorDate: Sat Mar 11 10:12:11 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Mar 11 10:12:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b2d9bf sci-mathematics/gmm: Version bump to 5.1 Package-Manager: Portage-2.3.4, Repoman-2.3.2 sci-mathematics/gmm/Manifest | 1 + sci-mathematics/gmm/gmm-5.1.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest index 0c35329b312..493daedb642 100644 --- a/sci-mathematics/gmm/Manifest +++ b/sci-mathematics/gmm/Manifest @@ -1,2 +1,3 @@ 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 +DIST gmm-5.1.tar.gz 537290 SHA256 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 SHA512 403074c2efedf2d9f63076a46faabb27c1bc19356284fac89aef58220ce0900d126b6f1a4f9bbef1641be1d609a8379729cad063695a570756ae0b2c470cedad WHIRLPOOL 6d152bb978b66cfdd70042ceab866365a377e76206867ee090b727f50fcc0f68796dae3754240a2fc6bb4c4de09fe0e45d2518a1098fa85a003f6bacaf62bbc9 diff --git a/sci-mathematics/gmm/gmm-5.1.ebuild b/sci-mathematics/gmm/gmm-5.1.ebuild new file mode 100644 index 00000000000..9600e99dec6 --- /dev/null +++ b/sci-mathematics/gmm/gmm-5.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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=""