commit: a40c103e4f48aa77d9e1f5a4f572f2635461cf2a Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat May 23 13:22:22 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat May 23 13:22:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a40c103e
sci-libs/geom: Bump to EAPI=5 Package-Manager: portage-2.2.18 sci-libs/geom/ChangeLog | 6 ++++-- sci-libs/geom/geom-5.1.2.7.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/sci-libs/geom/ChangeLog b/sci-libs/geom/ChangeLog index bef4c80..d488d7f 100644 --- a/sci-libs/geom/ChangeLog +++ b/sci-libs/geom/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for sci-libs/geom -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 May 2015; Marius Brehler <[email protected]> geom-5.1.2.7.ebuild: + Bump to EAPI=5 + *geom-5.1.2.7 (09 Mar 2011) 09 Mar 2011; Oliver Borm (boroli) <[email protected]> +geom-5.1.2.7.ebuild, +metadata.xml: sci-libs/geom: New ebuild from bug 358061 - diff --git a/sci-libs/geom/geom-5.1.2.7.ebuild b/sci-libs/geom/geom-5.1.2.7.ebuild index 5ad13c7..98331d5 100644 --- a/sci-libs/geom/geom-5.1.2.7.ebuild +++ b/sci-libs/geom/geom-5.1.2.7.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=3 +EAPI=5 inherit autotools eutils @@ -27,14 +27,14 @@ src_prepare() { } src_compile() { - emake || die 'emake failed' + default if use doc ; then - cd ../../doc/src + cd ../../doc/src || die doxygen || die 'doxygen failed' fi } src_install() { - emake DESTDIR="${D}" install || die "emake install failed!" + default use doc && dohtml -r ../../doc/html/* }
