commit:     47ece0ee4df44e83e3501bcfa8799ed0030ed977
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Apr 26 09:29:38 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:29:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=47ece0ee

sci-mathematics/netgen: Bump to EAPI=5; Update Manifest (Bug #407)

Package-Manager: portage-2.2.14

 sci-mathematics/netgen/ChangeLog           |  6 ++++--
 sci-mathematics/netgen/netgen-5.0.0.ebuild | 12 ++++++------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sci-mathematics/netgen/ChangeLog b/sci-mathematics/netgen/ChangeLog
index f8dc833..665d587 100644
--- a/sci-mathematics/netgen/ChangeLog
+++ b/sci-mathematics/netgen/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/netgen
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler <mar...@linux.sungazer.de> netgen-5.0.0.ebuild:
+  Bump to EAPI=5; Update Manifest (Bug #407)
+
   14 Mar 2011; Justin Lecher <j...@gentoo.org> netgen-4.9.13.ebuild:
   Moved media-libs/jpeg -> virtual/jpeg
 
@@ -52,4 +55,3 @@
   Initial import. See bug #155424 for anything relating the building process.
   Ebuild from Daniel Tourde <daniel.tou...@caelae.se> and Oliver Borm
   <oli.b...@web.de>.
-

diff --git a/sci-mathematics/netgen/netgen-5.0.0.ebuild 
b/sci-mathematics/netgen/netgen-5.0.0.ebuild
index 2e8a7a4..057d935 100644
--- a/sci-mathematics/netgen/netgen-5.0.0.ebuild
+++ b/sci-mathematics/netgen/netgen-5.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 inherit autotools eutils flag-o-matic multilib versionator
 
@@ -71,12 +71,12 @@ src_install() {
        echo -e "NETGENDIR=${NETGENDIR} \nLDPATH=/usr/$(get_libdir)/Togl1.7" > 
./99netgen
        doenvd 99netgen
 
-       emake DESTDIR="${D}" install || die "make install failed"
-       mv "${D}"/usr/bin/{*.tcl,*.ocf} "${D}${NETGENDIR}"
+       emake DESTDIR="${D}" install
+       mv "${D}"/usr/bin/{*.tcl,*.ocf} "${D}${NETGENDIR}" || die
 
        # Install icon and .desktop for menu entry
-       doicon "${FILESDIR}"/${PN}.png || die "doicon failed"
-       domenu "${FILESDIR}"/${PN}.desktop || die "domenu failed"
+       doicon "${FILESDIR}"/${PN}.png
+       domenu "${FILESDIR}"/${PN}.desktop
 }
 
 pkg_postinst() {

Reply via email to