aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/exodusii/ChangeLog6
-rw-r--r--sci-libs/exodusii/exodusii-4.98.ebuild9
-rw-r--r--sci-libs/exodusii/metadata.xml5
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/exodusii/ChangeLog b/sci-libs/exodusii/ChangeLog
index 6329de51f..12d8e144d 100644
--- a/sci-libs/exodusii/ChangeLog
+++ b/sci-libs/exodusii/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/exodusii
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 May 2012; Justin Lecher <jlec@gentoo.org> exodusii-4.98.ebuild,
+ metadata.xml:
+ Add missing eutils.eclass, bump to EAPI=4, remove unnecessary bits
+
*exodusii-4.98 (15 Dec 2010)
15 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com>
diff --git a/sci-libs/exodusii/exodusii-4.98.ebuild b/sci-libs/exodusii/exodusii-4.98.ebuild
index 0b0732790..90a7abc8c 100644
--- a/sci-libs/exodusii/exodusii-4.98.ebuild
+++ b/sci-libs/exodusii/exodusii-4.98.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
-inherit cmake-utils
+EAPI=4
-DESCRIPTION="Model developed to store and retrieve transient data for finite element analyses."
+inherit cmake-utils eutils
+
+DESCRIPTION="Model developed to store and retrieve transient data for finite element analyses"
HOMEPAGE="http://sourceforge.net/projects/exodusii/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sci-libs/exodusii/metadata.xml b/sci-libs/exodusii/metadata.xml
index a931bbba3..d84011a44 100644
--- a/sci-libs/exodusii/metadata.xml
+++ b/sci-libs/exodusii/metadata.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
EXODUS II is a model developed to store and retrieve transient data for finite element analyses. It is used for preprocessing, postprocessing, as well as code to code data transfer. ExodusII is based on netcdf and includes the nemesis parallel extension.
</longdescription>
</pkgmetadata>
-