From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D58B2139694 for ; Sat, 25 Feb 2017 19:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C18F2E0D08; Sat, 25 Feb 2017 19:18:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AB74E0D08 for ; Sat, 25 Feb 2017 19:18:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57305341026 for ; Sat, 25 Feb 2017 19:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 731985466 for ; Sat, 25 Feb 2017 19:18:48 +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: <1488049308.f873cdb7207ec3699b7858298e9eedc474ac497d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/msautil/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/msautil/msautil-1.1-r1.ebuild sci-biology/msautil/msautil-1.1.ebuild X-VCS-Directories: sci-biology/msautil/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f873cdb7207ec3699b7858298e9eedc474ac497d X-VCS-Branch: master Date: Sat, 25 Feb 2017 19:18:48 +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: 1e16f694-3936-4163-aa77-1ceed73cf17d X-Archives-Hash: 31bc9ed98d6e40619a5285056d59825a commit: f873cdb7207ec3699b7858298e9eedc474ac497d Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 25 19:01:48 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Feb 25 19:01:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f873cdb7 sci-biology/msautil: QA CFLAGS, EAPI and CVS left over Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> .../{msautil-1.1.ebuild => msautil-1.1-r1.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sci-biology/msautil/msautil-1.1.ebuild b/sci-biology/msautil/msautil-1.1-r1.ebuild similarity index 67% rename from sci-biology/msautil/msautil-1.1.ebuild rename to sci-biology/msautil/msautil-1.1-r1.ebuild index 5ef4dd63d..b30b38490 100644 --- a/sci-biology/msautil/msautil-1.1.ebuild +++ b/sci-biology/msautil/msautil-1.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 + +inherit toolchain-funcs DESCRIPTION="Reformat/edit FASTA files and compute simple statistics (N50, quartiles, mode)" HOMEPAGE="http://bioresearch.byu.edu/msa" @@ -13,11 +14,12 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_prepare(){ - for f in fac.mak fas.mak mscore.mak; do sed -e "s/OPT = -O3/OPT = ${CFLAGS}/" -i $f || die; done + sed \ + -e "s/OPT = -O3/OPT = ${CFLAGS}/" \ + -i fac.mak fas.mak mscore.mak || die + tc-export CC + default } src_install(){