commit: 6484341450f4ee38a09af1089cb69e90fd31fc88 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Feb 3 08:27:03 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Feb 3 08:27:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=64843414
sci-biology/roche454ace2caf: EAPI bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../roche454ace2caf/roche454ace2caf-20100812.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild b/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild index dc93a2bec..a3c4eee39 100644 --- a/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild +++ b/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="ace to gap4 converter" -HOMEPAGE="http://genome.imb-jena.de/software/roche454ace2caf" -SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/roche454ace2gap-2010-12-08.tgz" +HOMEPAGE="https://genome.imb-jena.de/software/roche454ace2caf/" +SRC_URI="https://genome.imb-jena.de/software/roche454ace2caf/download/src/roche454ace2gap-2010-12-08.tgz" LICENSE="FLI-Jena" SLOT="0" -KEYWORDS="" -IUSE="" +KEYWORDS="~amd64" DEPEND="" RDEPEND="${DEPEND} @@ -21,9 +20,9 @@ RDEPEND="${DEPEND} dev-lang/perl app-shells/ksh" -S="${WORKDIR}"/roche2gap +S="${WORKDIR}/roche2gap" src_install(){ dobin bin/*.pl bin/roche454ace2gap - dosym bin/roche454ace2gap roche2gap # claims to require ksh, have not tested bash + einstalldocs }
