From 255e23d6e0d984e2f3489e2a6ae92df22e60b2e4 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 18 Dec 2015 04:57:03 -0500 Subject: 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(-) (limited to 'dev-games') diff --git a/dev-games/wfmath/wfmath-1.0.1.ebuild b/dev-games/wfmath/wfmath-1.0.1.ebuild index 10ad211a472d..77a2ab231ca6 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 } -- cgit v1.2.3-65-gdbad