summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-14 16:29:15 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-14 16:29:15 +0000
commit7961b6b650d492a457b15a484afdf7368a136932 (patch)
tree212fb9d8bc8937643ea00983a1e081b0540b7e3a /sci-mathematics
parentNew release Candidate for openoffice-bin, needs testing (diff)
downloadgentoo-2-7961b6b650d492a457b15a484afdf7368a136932.tar.gz
gentoo-2-7961b6b650d492a457b15a484afdf7368a136932.tar.bz2
gentoo-2-7961b6b650d492a457b15a484afdf7368a136932.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gmm/ChangeLog8
-rw-r--r--sci-mathematics/gmm/gmm-3.0.ebuild19
-rw-r--r--sci-mathematics/gmm/gmm-4.0.0.ebuild17
3 files changed, 24 insertions, 20 deletions
diff --git a/sci-mathematics/gmm/ChangeLog b/sci-mathematics/gmm/ChangeLog
index 57b0581ca4be..ef40b892faa9 100644
--- a/sci-mathematics/gmm/ChangeLog
+++ b/sci-mathematics/gmm/ChangeLog
@@ -1,6 +1,12 @@
# 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.12 2010/01/14 02:03:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.13 2010/01/14 16:29:15 bicatali Exp $
+
+*gmm-4.0.0 (14 Jan 2010)
+
+ 14 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -gmm-3.0.ebuild,
+ +gmm-4.0.0.ebuild:
+ Version bump
14 Jan 2010; Jeroen Roovers <jer@gentoo.org> gmm-3.1.ebuild:
Stable for HPPA (bug #295884).
diff --git a/sci-mathematics/gmm/gmm-3.0.ebuild b/sci-mathematics/gmm/gmm-3.0.ebuild
deleted file mode 100644
index 3a3ef74f2527..000000000000
--- a/sci-mathematics/gmm/gmm-3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.5 2009/07/01 15:05:10 aballier Exp $
-
-inherit eutils
-
-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 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS INSTALL README NEWS
-}
diff --git a/sci-mathematics/gmm/gmm-4.0.0.ebuild b/sci-mathematics/gmm/gmm-4.0.0.ebuild
new file mode 100644
index 000000000000..61661df75db2
--- /dev/null
+++ b/sci-mathematics/gmm/gmm-4.0.0.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.0.0.ebuild,v 1.1 2010/01/14 16:29:15 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"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS
+}