summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-26 16:28:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-26 16:28:25 +0000
commit701dcd0203722e218fa2ea3472f9f66f0a90a374 (patch)
tree235923476d85ea9c5020e8f0c5f0db9c648d5001 /sci-mathematics/gmm
parentVersion Bump, cleaned old (diff)
downloadgentoo-2-701dcd0203722e218fa2ea3472f9f66f0a90a374.tar.gz
gentoo-2-701dcd0203722e218fa2ea3472f9f66f0a90a374.tar.bz2
gentoo-2-701dcd0203722e218fa2ea3472f9f66f0a90a374.zip
Update latest to eapi4. Drop older.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gmm')
-rw-r--r--sci-mathematics/gmm/ChangeLog8
-rw-r--r--sci-mathematics/gmm/gmm-4.0.0.ebuild17
-rw-r--r--sci-mathematics/gmm/gmm-4.1.ebuild11
3 files changed, 11 insertions, 25 deletions
diff --git a/sci-mathematics/gmm/ChangeLog b/sci-mathematics/gmm/ChangeLog
index a8c0049c72e8..8c71c37657b8 100644
--- a/sci-mathematics/gmm/ChangeLog
+++ b/sci-mathematics/gmm/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2010/09/26 16:16:48 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.16 2011/04/26 16:28:25 scarabeus Exp $
+
+ 26 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gmm-4.0.0.ebuild,
+ gmm-4.1.ebuild:
+ Update latest to eapi4. Drop older.
*gmm-4.1 (26 Sep 2010)
diff --git a/sci-mathematics/gmm/gmm-4.0.0.ebuild b/sci-mathematics/gmm/gmm-4.0.0.ebuild
deleted file mode 100644
index 3a23b44ebdcb..000000000000
--- a/sci-mathematics/gmm/gmm-4.0.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.2 2010/01/23 03:45:25 abcd 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
-}
diff --git a/sci-mathematics/gmm/gmm-4.1.ebuild b/sci-mathematics/gmm/gmm-4.1.ebuild
index 77c435158449..909487bf35b1 100644
--- a/sci-mathematics/gmm/gmm-4.1.ebuild
+++ b/sci-mathematics/gmm/gmm-4.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-4.1.ebuild,v 1.2 2011/04/26 16:28:25 scarabeus Exp $
+
+EAPI=4
DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
@@ -11,7 +13,4 @@ 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
-}
+DOCS=( AUTHORS )