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 70F55138E74 for ; Tue, 16 Sep 2014 17:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E91C5E0ABB; Tue, 16 Sep 2014 17:01:47 +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 08AE2E0AB6 for ; Tue, 16 Sep 2014 17:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D5B340355 for ; Tue, 16 Sep 2014 17:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6AF5BA9 for ; Tue, 16 Sep 2014 17:01:41 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1410886613.e6760bd0aa6ced12cb03aa97852b928676452c41.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pff/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pff/ChangeLog sci-mathematics/pff/pff-8.4.ebuild X-VCS-Directories: sci-mathematics/pff/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e6760bd0aa6ced12cb03aa97852b928676452c41 X-VCS-Branch: master Date: Tue, 16 Sep 2014 17:01:41 +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: 6ff69a4a-888e-4341-86f5-96e29121a9f6 X-Archives-Hash: 45bfa894b11bd9674dead31cabdeaa48 commit: e6760bd0aa6ced12cb03aa97852b928676452c41 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 16:56:53 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 16 16:56:53 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e6760bd0 clean up Package-Manager: portage-2.2.8-r1 --- sci-mathematics/pff/ChangeLog | 4 +++- sci-mathematics/pff/pff-8.4.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/pff/ChangeLog b/sci-mathematics/pff/ChangeLog index f4ba1e3..bb405d7 100644 --- a/sci-mathematics/pff/ChangeLog +++ b/sci-mathematics/pff/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans pff-8.4.ebuild: + clean up + 21 Jun 2014; Jonathan-Christofer Demay pff-8.4.ebuild: install fixes @@ -21,4 +24,3 @@ 04 Jul 2010; Jonathan-Christofer Demay +metadata.xml, +ChangeLog: QA fixes - diff --git a/sci-mathematics/pff/pff-8.4.ebuild b/sci-mathematics/pff/pff-8.4.ebuild index 5f0306d..de19506 100644 --- a/sci-mathematics/pff/pff-8.4.ebuild +++ b/sci-mathematics/pff/pff-8.4.ebuild @@ -25,10 +25,9 @@ src_prepare() { } src_compile(){ - emake || die "emake failed" + emake } src_install(){ - emake install DSTROOT="${D}" || die "emake install failed" + emake install DSTROOT="${D}" } -