commit: 3b6fcb10881cdda5486994a4b3e6a6c1476f6946 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:02:19 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:02:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b6fcb10
sci-biology/bowtie: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/bowtie/bowtie-2.4.2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-biology/bowtie/bowtie-2.4.2.ebuild b/sci-biology/bowtie/bowtie-2.4.2.ebuild index 3cd8c2cdc..03cf3f8a9 100644 --- a/sci-biology/bowtie/bowtie-2.4.2.ebuild +++ b/sci-biology/bowtie/bowtie-2.4.2.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs DESCRIPTION="Popular short read aligner for Next-generation sequencing data" HOMEPAGE="http://bowtie-bio.sourceforge.net/bowtie2/" -SRC_URI="mirror://sourceforge/project/${PN}-bio/${PN}2/${PV}/${PN}2-${PV}-source.zip" SRC_URI="https://github.com/BenLangmead/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" @@ -61,7 +60,3 @@ src_install() { doins -r example fi } - -src_test(){ - emake test -}
