commit: 1b34418e4d64b56c8446b690f7d9c3d7a74d2032
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:45:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:45:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b34418e
sci-physics/tauola: Use default functions
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-physics/tauola/tauola-1.1.3.ebuild | 8 ++++----
sci-physics/tauola/tauola-1.1.4.ebuild | 6 +++---
sci-physics/tauola/tauola-1.1.5.ebuild | 6 +++---
sci-physics/tauola/tauola-9999.ebuild | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/sci-physics/tauola/tauola-1.1.3.ebuild
b/sci-physics/tauola/tauola-1.1.3.ebuild
index 28072ce..6c115a2 100644
--- a/sci-physics/tauola/tauola-1.1.3.ebuild
+++ b/sci-physics/tauola/tauola-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -47,12 +47,12 @@ src_configure() {
}
src_compile() {
- emake
+ default
if use doc; then
cd "${S}/documentation/doxy_documentation" || die
- emake
+ default
cd "${S}/documentation/latex_documentation" || die
- emake
+ default
fi
}
diff --git a/sci-physics/tauola/tauola-1.1.4.ebuild
b/sci-physics/tauola/tauola-1.1.4.ebuild
index c7ad81a..67a62f3 100644
--- a/sci-physics/tauola/tauola-1.1.4.ebuild
+++ b/sci-physics/tauola/tauola-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -50,9 +50,9 @@ src_compile() {
emake -j1
if use doc; then
cd "${S}/documentation/doxy_documentation" || die
- emake
+ default
cd "${S}/documentation/latex_documentation" || die
- emake
+ default
fi
}
diff --git a/sci-physics/tauola/tauola-1.1.5.ebuild
b/sci-physics/tauola/tauola-1.1.5.ebuild
index b3245ba..48a2491 100644
--- a/sci-physics/tauola/tauola-1.1.5.ebuild
+++ b/sci-physics/tauola/tauola-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -51,9 +51,9 @@ src_compile() {
emake -j1
if use doc; then
cd "${S}/documentation/doxy_documentation" || die
- emake
+ default
cd "${S}/documentation/latex_documentation" || die
- emake
+ default
fi
}
diff --git a/sci-physics/tauola/tauola-9999.ebuild
b/sci-physics/tauola/tauola-9999.ebuild
index a10c121..4785126 100644
--- a/sci-physics/tauola/tauola-9999.ebuild
+++ b/sci-physics/tauola/tauola-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -55,9 +55,9 @@ src_compile() {
emake -j1
if use doc; then
cd "${S}/documentation/doxy_documentation" || die
- emake
+ default
cd "${S}/documentation/latex_documentation" || die
- emake
+ default
fi
}