diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-26 16:16:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-26 16:16:48 +0000 |
commit | 8923091d1e69ab798879c4a9bbd1d7ed872524ed (patch) | |
tree | b6f557de10559006e1c6c6d9f9de1d4810cce1f5 /sci-mathematics | |
parent | Stable on alpha, bug #338215 (diff) | |
download | gentoo-2-8923091d1e69ab798879c4a9bbd1d7ed872524ed.tar.gz gentoo-2-8923091d1e69ab798879c4a9bbd1d7ed872524ed.tar.bz2 gentoo-2-8923091d1e69ab798879c4a9bbd1d7ed872524ed.zip |
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmm/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/gmm/gmm-4.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sci-mathematics/gmm/ChangeLog b/sci-mathematics/gmm/ChangeLog index 0b22611ffb18..a8c0049c72e8 100644 --- a/sci-mathematics/gmm/ChangeLog +++ b/sci-mathematics/gmm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/gmm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.14 2010/01/23 03:45:25 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.15 2010/09/26 16:16:48 bicatali Exp $ + +*gmm-4.1 (26 Sep 2010) + + 26 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org> +gmm-4.1.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> gmm-4.0.0.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/sci-mathematics/gmm/gmm-4.1.ebuild b/sci-mathematics/gmm/gmm-4.1.ebuild new file mode 100644 index 000000000000..77c435158449 --- /dev/null +++ b/sci-mathematics/gmm/gmm-4.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-4.1.ebuild,v 1.1 2010/09/26 16:16:48 bicatali Exp $ + +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-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS +} |