commit:     9d24480e81922a61174858f048238f337b0f8663
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Apr 26 09:48:26 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:48:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d24480e

sci-chemistry/mage: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-chemistry/mage/ChangeLog               |  9 ++++++---
 sci-chemistry/mage/mage-6.44.060606.ebuild | 10 ++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sci-chemistry/mage/ChangeLog b/sci-chemistry/mage/ChangeLog
index 4459827..38a7e7b 100644
--- a/sci-chemistry/mage/ChangeLog
+++ b/sci-chemistry/mage/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/mage
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.5 
2006/09/20 05:09:00 dberkholz Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Apr 2015; Marius Brehler <mar...@linux.sungazer.de>
+  mage-6.44.060606.ebuild:
+  Bump to EAPI=5
 
 *mage-6.44.060606 (02 Dec 2009)
 
@@ -28,4 +32,3 @@
   04 Jun 2006; Donnie Berkholz <dberkh...@gentoo.org>; +metadata.xml,
   +probe-2.11.050121.ebuild:
   New program that evaluates atomic packing within or between molecules.
-

diff --git a/sci-chemistry/mage/mage-6.44.060606.ebuild 
b/sci-chemistry/mage/mage-6.44.060606.ebuild
index 355b234..acd4577 100644
--- a/sci-chemistry/mage/mage-6.44.060606.ebuild
+++ b/sci-chemistry/mage/mage-6.44.060606.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 eutils toolchain-funcs
 
@@ -15,7 +15,6 @@ 
SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/mage/${MY_P}.src.tg
 LICENSE="richardson"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 
 RDEPEND="sci-chemistry/prekin"
 DEPEND="${RDEPEND}"
@@ -29,10 +28,9 @@ src_prepare() {
 src_compile() {
        emake \
                CC="$(tc-getCC)" \
-               dynamic \
-               || die "make failed"
+               dynamic
 }
 
 src_install() {
-       dobin "${S}"/mage || die "dobin failed"
+       dobin "${S}"/mage
 }

Reply via email to