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 B849A1382C5 for ; Sun, 24 Jan 2021 14:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E95E0922; Sun, 24 Jan 2021 14:08:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9DE4E0922 for ; Sun, 24 Jan 2021 14:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB20034081F for ; Sun, 24 Jan 2021 14:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52394328 for ; Sun, 24 Jan 2021 14:08:54 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611497330.a445fcecd4358c0cee3f88fd59aca14f0af0b68a.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/codonw/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/codonw/codonw-1.4.4-r2.ebuild X-VCS-Directories: sci-biology/codonw/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a445fcecd4358c0cee3f88fd59aca14f0af0b68a X-VCS-Branch: master Date: Sun, 24 Jan 2021 14:08:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c9eaaed-1516-4bcd-9c91-90bb91b74e3d X-Archives-Hash: c5758be5ae8eedd61150438a0b6a6b0c commit: a445fcecd4358c0cee3f88fd59aca14f0af0b68a Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 24 14:08:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 24 14:08:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a445fcec sci-biology/codonw: EAPI bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/codonw/codonw-1.4.4-r2.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sci-biology/codonw/codonw-1.4.4-r2.ebuild b/sci-biology/codonw/codonw-1.4.4-r2.ebuild index a6c680eb5..6478e9169 100644 --- a/sci-biology/codonw/codonw-1.4.4-r2.ebuild +++ b/sci-biology/codonw/codonw-1.4.4-r2.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit toolchain-funcs versionator - -MY_PV=$(replace_all_version_separators '_') +inherit toolchain-funcs DESCRIPTION="Multivariate statistical analysis of codon and amino acid usage" HOMEPAGE="http://codonw.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/CodonWSourceCode_${MY_PV}.tar.gz +SRC_URI="mirror://sourceforge/${PN}/CodonWSourceCode_${PV//./_}.tar.gz http://codonw.sourceforge.net/JohnPedenThesisPressOpt_water.pdf" LICENSE="GPL-2" @@ -17,13 +15,14 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" -S=${WORKDIR}/codonW +S="${WORKDIR}/codonW" src_prepare() { sed \ -e 's/$(CC) -c/& -DBSD/' \ -e 's/$(CFLAGS) $(objects)/$(CFLAGS) $(LDFLAGS) $(objects)/' \ -i Makefile || die + default } src_compile() {