commit:     f1c413ebf37d0c07c0c2362815ef0387d479e8d9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  1 10:29:28 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov  1 10:29:28 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1c413eb

dev-cpp/growler-math: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 dev-cpp/growler-math/ChangeLog                   |  6 +++++-
 dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 +++++++++---------------
 dev-cpp/growler-math/metadata.xml                | 10 +++++-----
 3 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/dev-cpp/growler-math/ChangeLog b/dev-cpp/growler-math/ChangeLog
index 5f08246..9f682ac 100644
--- a/dev-cpp/growler-math/ChangeLog
+++ b/dev-cpp/growler-math/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-cpp/growler-math
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Nov 2014; Justin Lecher <j...@gentoo.org> growler-math-0.3.4.1.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   23 Jun 2010; Andreas K. Huettel (dilfridge) <m...@akhuettel.de>
   growler-math-0.3.4.1.ebuild:
   QA fixes

diff --git a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild 
b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
index e68a5c7..7b53ecb 100644
--- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
+++ b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
@@ -2,30 +2,24 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-SLOT="0"
-LICENSE="NOSA"
-
-KEYWORDS="~amd64 ~x86"
+EAPI=5
 
-DESCRIPTION="Growler-Math provides a set of math-related classes and 
functionality"
+DESCRIPTION="Math-related classes and functionality"
 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/";
 SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz"
 
+SLOT="0"
+LICENSE="NOSA"
+KEYWORDS="~amd64 ~x86"
 IUSE="static"
 
 RDEPEND=">=dev-cpp/growler-core-0.3.7"
-
 DEPEND="${RDEPEND}"
 
-src_compile() {
+DOCS=( README NEWS AUTHORS NOSA ChangeLog )
+
+src_configure() {
        econf \
                $(use_enable static) \
-               --enable-fast-install \
-               || die "could not configure"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc README NEWS AUTHORS NOSA ChangeLog
+               --enable-fast-install
 }

diff --git a/dev-cpp/growler-math/metadata.xml 
b/dev-cpp/growler-math/metadata.xml
index 701c9f6..8bd12df 100644
--- a/dev-cpp/growler-math/metadata.xml
+++ b/dev-cpp/growler-math/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>bryan.d.gr...@nasa.gov</email>
-               <name>Bryan Green</name>
-       </maintainer>
-       <longdescription>Growler-Math provides a set of math-related classes 
and functionality</longdescription>
+  <maintainer>
+    <email>bryan.d.gr...@nasa.gov</email>
+    <name>Bryan Green</name>
+  </maintainer>
+  <longdescription>Growler-Math provides a set of math-related classes and 
functionality</longdescription>
 </pkgmetadata>

Reply via email to