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 3124B1382C5 for ; Fri, 5 Mar 2021 21:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C8AE087B; Fri, 5 Mar 2021 21:44:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 712BAE087B for ; Fri, 5 Mar 2021 21:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A45E5340DEE for ; Fri, 5 Mar 2021 21:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39FC8478 for ; Fri, 5 Mar 2021 21:44:37 +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: <1614979112.be68c478c07dca08d8260b8ceb529a39f335bf93.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/abacas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/abacas/abacas-1.3.1.ebuild X-VCS-Directories: sci-biology/abacas/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: be68c478c07dca08d8260b8ceb529a39f335bf93 X-VCS-Branch: master Date: Fri, 5 Mar 2021 21:44:37 +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: 5f9b4580-565b-411b-851a-b44b28fbeb87 X-Archives-Hash: 72745c335c80320ed8e03e6afb3f8658 commit: be68c478c07dca08d8260b8ceb529a39f335bf93 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 21:18:32 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 21:18:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=be68c478 sci-biology/abacas: EAPI bump, fix optfeature Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/abacas/abacas-1.3.1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-biology/abacas/abacas-1.3.1.ebuild b/sci-biology/abacas/abacas-1.3.1.ebuild index 4112bb8df..9abddf036 100644 --- a/sci-biology/abacas/abacas-1.3.1.ebuild +++ b/sci-biology/abacas/abacas-1.3.1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils +inherit optfeature DESCRIPTION="Order and orientate DNA contigs even via 6-frame protein alignments" HOMEPAGE="http://abacas.sourceforge.net" -SRC_URI="http://downloads.sourceforge.net/project/abacas/abacas.1.3.1.pl" +SRC_URI="https://downloads.sourceforge.net/project/abacas/abacas.1.3.1.pl" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND="" RDEPEND="${DEPEND} @@ -26,7 +25,7 @@ src_prepare(){ sed \ -i 's#/usr/local/bin/perl#/usr/bin/perl#' \ -i abacas.pl || die - eapply_user + default } src_install(){ dobin abacas.pl