commit:     be68c478c07dca08d8260b8ceb529a39f335bf93
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar  5 21:18:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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

Reply via email to