commit:     255e23d6e0d984e2f3489e2a6ae92df22e60b2e4
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:57:03 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:57:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255e23d6

EAPI=5; minor tidying

Package-Manager: portage-2.2.24

 dev-games/wfmath/wfmath-1.0.1.ebuild | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/dev-games/wfmath/wfmath-1.0.1.ebuild 
b/dev-games/wfmath/wfmath-1.0.1.ebuild
index 10ad211..77a2ab2 100644
--- a/dev-games/wfmath/wfmath-1.0.1.ebuild
+++ b/dev-games/wfmath/wfmath-1.0.1.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
+inherit eutils
+
 DESCRIPTION="Worldforge math library"
 HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath";
 SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
@@ -17,24 +19,16 @@ DEPEND="doc? ( app-doc/doxygen )
        virtual/pkgconfig"
 
 src_configure() {
-       econf \
-               $(use_enable static-libs static)
+       econf $(use_enable static-libs static)
 }
 
 src_compile() {
        emake
-       if use doc; then
-               emake -C doc docs
-       fi
+       use doc && emake -C doc docs
 }
 
 src_install() {
        default
-       if use doc; then
-               dohtml doc/html/*
-       fi
-       if ! use static-libs ; then
-               find "${D}" -type f -name '*.la' -exec rm {} + \
-                       || die "la removal failed"
-       fi
+       use doc && dohtml doc/html/*
+       prune_libtool_files
 }

Reply via email to