commit:     fe719ea8ae9bea1d91d0ce307a46c1c3ceef7682
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb  3 08:06:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb  3 08:06:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe719ea8

sci-biology/caftools: EAPI bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/caftools/caftools-2.0.2.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sci-biology/caftools/caftools-2.0.2.ebuild 
b/sci-biology/caftools/caftools-2.0.2.ebuild
index d0456c536..7d58f3375 100644
--- a/sci-biology/caftools/caftools-2.0.2.ebuild
+++ b/sci-biology/caftools/caftools-2.0.2.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Manipulate CAF files and convert to GAP4 format (not GAP5), ACE, 
PHRAP"
 HOMEPAGE="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC310697/";
@@ -14,15 +12,18 @@ SRC_URI="
 LICENSE="GRL"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
        sci-libs/io_lib
        dev-lang/perl"
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+       "${FILESDIR}"/Makefile.in-"${PV}".patch
+)
+
 src_prepare(){
-       epatch "${FILESDIR}"/Makefile.in-"${PV}".patch
+       default
        mv "${WORKDIR}"/caftools-2.0/man/*.{1,5} "${S}"/man/ || die
 }
 

Reply via email to