Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmm/
Date: Wed, 05 Apr 2017 18:52:07
Message-Id: 1491418311.7e37a539482b8121c85f37ea007dbf3ec4bd01a7.soap@gentoo
1 commit: 7e37a539482b8121c85f37ea007dbf3ec4bd01a7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 18:50:54 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 18:51:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e37a539
7
8 sci-mathematics/gmm: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sci-mathematics/gmm/Manifest | 2 --
13 sci-mathematics/gmm/gmm-4.2.ebuild | 15 ---------------
14 sci-mathematics/gmm/gmm-5.0.ebuild | 15 ---------------
15 3 files changed, 32 deletions(-)
16
17 diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest
18 index 493daedb642..64bbb290213 100644
19 --- a/sci-mathematics/gmm/Manifest
20 +++ b/sci-mathematics/gmm/Manifest
21 @@ -1,3 +1 @@
22 -DIST gmm-4.2.tar.gz 489912 SHA256 bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6 SHA512 c59941ec17870ae3a0fb4efa77a65a3ae4456d2589a13d4818f1b140f7ef3dbbafaf4597f553a98175ae592004fc000ea3435172ab5503de9b89a5cc510a9d23 WHIRLPOOL 362cfcc13e8f1c955afc1751d0e69436c821fdf3cc685c43a7ddddbd552eb88faf693d5e4207769e7274bc48605fca6f6c17d640edac5bb12e16ac29c3fa867a
23 -DIST gmm-5.0.tar.gz 507126 SHA256 dc201ec2fd480a242c0f47cef0d9d1fc0ec5549ed73d91a8c2f877e15ee53a7f SHA512 8beb52ae8512d52277f5b2ba02f721eb194c1ec107b86475954ee8be75b7755e3094e4d85abd4f02d946c8d0b8cc791bb6967b58ace0c5d82d1c3917f118830e WHIRLPOOL 45be5a79dc150dc7eecf5bed6b63c88691cf0892bd85415a5b19a69204fb6ff88a873eac71dcfdecb3550f788c9067b751e65c442eaff13cecbab58c678b3cc3
24 DIST gmm-5.1.tar.gz 537290 SHA256 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 SHA512 403074c2efedf2d9f63076a46faabb27c1bc19356284fac89aef58220ce0900d126b6f1a4f9bbef1641be1d609a8379729cad063695a570756ae0b2c470cedad WHIRLPOOL 6d152bb978b66cfdd70042ceab866365a377e76206867ee090b727f50fcc0f68796dae3754240a2fc6bb4c4de09fe0e45d2518a1098fa85a003f6bacaf62bbc9
25
26 diff --git a/sci-mathematics/gmm/gmm-4.2.ebuild b/sci-mathematics/gmm/gmm-4.2.ebuild
27 deleted file mode 100644
28 index 895968edbed..00000000000
29 --- a/sci-mathematics/gmm/gmm-4.2.ebuild
30 +++ /dev/null
31 @@ -1,15 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
38 -SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
39 -HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
40 -
41 -LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -DOCS=( AUTHORS )
47
48 diff --git a/sci-mathematics/gmm/gmm-5.0.ebuild b/sci-mathematics/gmm/gmm-5.0.ebuild
49 deleted file mode 100644
50 index 537f10eb87c..00000000000
51 --- a/sci-mathematics/gmm/gmm-5.0.ebuild
52 +++ /dev/null
53 @@ -1,15 +0,0 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
60 -SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
61 -HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
62 -
63 -LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
66 -IUSE=""
67 -
68 -DOCS=( AUTHORS )