aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-05-23 15:22:22 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-05-23 15:22:22 +0200
commita40c103e4f48aa77d9e1f5a4f572f2635461cf2a (patch)
tree52bcf690aac38216b2917f5fab16ae034a62b4f4 /sci-libs
parentsci-libs/amdlibm: Add missing die (diff)
downloadsci-a40c103e4f48aa77d9e1f5a4f572f2635461cf2a.tar.gz
sci-a40c103e4f48aa77d9e1f5a4f572f2635461cf2a.tar.bz2
sci-a40c103e4f48aa77d9e1f5a4f572f2635461cf2a.zip
sci-libs/geom: Bump to EAPI=5
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/geom/ChangeLog6
-rw-r--r--sci-libs/geom/Manifest2
-rw-r--r--sci-libs/geom/geom-5.1.2.7.ebuild10
3 files changed, 10 insertions, 8 deletions
diff --git a/sci-libs/geom/ChangeLog b/sci-libs/geom/ChangeLog
index bef4c80d9..d488d7f8e 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 <marbre@linux.sungazer.de> geom-5.1.2.7.ebuild:
+ Bump to EAPI=5
+
*geom-5.1.2.7 (09 Mar 2011)
09 Mar 2011; Oliver Borm (boroli) <oli.borm@web.de> +geom-5.1.2.7.ebuild,
+metadata.xml:
sci-libs/geom: New ebuild from bug 358061
-
diff --git a/sci-libs/geom/Manifest b/sci-libs/geom/Manifest
index ed41324cf..557594be2 100644
--- a/sci-libs/geom/Manifest
+++ b/sci-libs/geom/Manifest
@@ -1 +1 @@
-DIST geom-5.1.2.7.tar.gz 612914 SHA256 c0685d82535db3899d9321d72237b5d1be2dbafd1c85f990f767d5cd88571055
+DIST geom-5.1.2.7.tar.gz 612914 SHA256 c0685d82535db3899d9321d72237b5d1be2dbafd1c85f990f767d5cd88571055 SHA512 06454a4a92959fa08f2e81d8e5fcfdb957a49cdf51bd5e7efd6895ab2d1aedbd99dfb30ddc4b278b10d125f9d2d66260eff584e670716c96e2d0ec10b169fb08 WHIRLPOOL 0d9d11efe518c98788e921336552435639eb3bd8f53e39381babc1baaa3c609c37c9aa21e320a3342fbe03472f557e32f94e8fd8658e8b1017d99672ee618fc3
diff --git a/sci-libs/geom/geom-5.1.2.7.ebuild b/sci-libs/geom/geom-5.1.2.7.ebuild
index 5ad13c7a9..98331d566 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/*
}