aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-22 21:42:38 +0200
committerJustin Lecher <jlec@gentoo.org>2012-05-22 21:42:38 +0200
commite4970628c9dc53c807f3bd122de8cab858e0e1ae (patch)
tree15d2575dd08b6f83db96492fd7e52704331323f8
parentsci-libs/lapacke-reference: Add missing eutils.eclass (diff)
downloadsci-e4970628c9dc53c807f3bd122de8cab858e0e1ae.tar.gz
sci-e4970628c9dc53c807f3bd122de8cab858e0e1ae.tar.bz2
sci-e4970628c9dc53c807f3bd122de8cab858e0e1ae.zip
sci-libs/exodusii: Add missing eutils.eclass, bump to EAPI=4, remove unnecessary bits
(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)
-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>
-