From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B61A13881D for ; Wed, 23 Sep 2015 12:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFC2721C030; Wed, 23 Sep 2015 12:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D77E21C03B for ; Wed, 23 Sep 2015 12:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E7534098D for ; Wed, 23 Sep 2015 12:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA58251 for ; Wed, 23 Sep 2015 12:48:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443012353.1b34418e4d64b56c8446b690f7d9c3d7a74d2032.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/tauola/tauola-1.1.3.ebuild sci-physics/tauola/tauola-1.1.4.ebuild sci-physics/tauola/tauola-1.1.5.ebuild sci-physics/tauola/tauola-9999.ebuild X-VCS-Directories: sci-physics/tauola/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1b34418e4d64b56c8446b690f7d9c3d7a74d2032 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e999764f-cd30-42f1-b0df-a0924f80dad6 X-Archives-Hash: 2847ec155f797d2f01b8b4ef3c6edbd9 commit: 1b34418e4d64b56c8446b690f7d9c3d7a74d2032 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:45:53 2015 +0000 Commit: Justin Lecher gentoo 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 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 }