From 0693e7cba36ecc4f4162e62e4bbd0a5ce4fca50b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 7 Jul 2022 21:57:14 +0200 Subject: sci-biology/trf: update EAPI 6 -> 8 Signed-off-by: David Seifert --- sci-biology/trf/trf-4.04-r1.ebuild | 29 ----------------------------- sci-biology/trf/trf-4.04-r2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 sci-biology/trf/trf-4.04-r1.ebuild create mode 100644 sci-biology/trf/trf-4.04-r2.ebuild (limited to 'sci-biology') diff --git a/sci-biology/trf/trf-4.04-r1.ebuild b/sci-biology/trf/trf-4.04-r1.ebuild deleted file mode 100644 index 3b906fb31aaf..000000000000 --- a/sci-biology/trf/trf-4.04-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${PN}404" - -DESCRIPTION="Tandem Repeats Finder" -HOMEPAGE="http://tandem.bu.edu/trf/trf.html" -SRC_URI="http://tandem.bu.edu/trf/downloads/${MY_P}.linux" - -LICENSE="trf" # http://tandem.bu.edu/trf/trf.license.html -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="mirror bindist" - -S=${WORKDIR} - -QA_PREBUILT="opt/${PN}/.*" - -src_unpack() { - cp "${DISTDIR}/${MY_P}.linux" "${S}/${MY_P}.linux.exe" || die -} - -src_install() { - exeinto /opt/${PN} - doexe trf404.linux.exe - dosym /opt/${PN}/${MY_P}.linux.exe /opt/bin/trf -} diff --git a/sci-biology/trf/trf-4.04-r2.ebuild b/sci-biology/trf/trf-4.04-r2.ebuild new file mode 100644 index 000000000000..c534b74988bd --- /dev/null +++ b/sci-biology/trf/trf-4.04-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${PN}404" + +DESCRIPTION="Tandem Repeats Finder" +HOMEPAGE="http://tandem.bu.edu/trf/trf.html" +SRC_URI="http://tandem.bu.edu/trf/downloads/${MY_P}.linux" +S="${WORKDIR}" + +LICENSE="trf" # http://tandem.bu.edu/trf/trf.license.html +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="mirror bindist" + +QA_PREBUILT="opt/trf/.*" + +src_unpack() { + cp "${DISTDIR}"/${MY_P}.linux "${S}"/${MY_P}.linux.exe || die +} + +src_install() { + exeinto /opt/trf + doexe trf404.linux.exe + dosym ../trf/${MY_P}.linux.exe /opt/bin/trf +} -- cgit v1.2.3-65-gdbad