From 4e2d0047334e5442916b823aa8df5bd4f22a7808 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 7 Jul 2022 21:57:11 +0200 Subject: sci-biology/rnaview: update EAPI 6 -> 8 Signed-off-by: David Seifert --- sci-biology/rnaview/rnaview-20040713-r4.ebuild | 34 -------------------------- sci-biology/rnaview/rnaview-20040713-r5.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 31 insertions(+), 34 deletions(-) delete mode 100644 sci-biology/rnaview/rnaview-20040713-r4.ebuild create mode 100644 sci-biology/rnaview/rnaview-20040713-r5.ebuild (limited to 'sci-biology') diff --git a/sci-biology/rnaview/rnaview-20040713-r4.ebuild b/sci-biology/rnaview/rnaview-20040713-r4.ebuild deleted file mode 100644 index 729095be063c..000000000000 --- a/sci-biology/rnaview/rnaview-20040713-r4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Generates 2D displays of RNA/DNA secondary structures with tertiary interactions" -HOMEPAGE="http://ndbserver.rutgers.edu/services/download/index.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-implicit.patch -) - -src_prepare() { - default - tc-export CC -} - -src_install() { - default - - cat > 22rnaview <<- EOF || die - RNAVIEW="${EPREFIX}/usr/share/${PN}" - EOF - doenvd 22rnaview -} diff --git a/sci-biology/rnaview/rnaview-20040713-r5.ebuild b/sci-biology/rnaview/rnaview-20040713-r5.ebuild new file mode 100644 index 000000000000..c0c4289ba24b --- /dev/null +++ b/sci-biology/rnaview/rnaview-20040713-r5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Generates 2D displays of RNA/DNA secondary structures with tertiary interactions" +HOMEPAGE="http://ndbserver.rutgers.edu/services/download/index.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + "${FILESDIR}"/${P}-makefile.patch + "${FILESDIR}"/${P}-implicit.patch +) + +src_configure() { + tc-export CC +} + +src_install() { + default + + newenvd - 22rnaview <<- EOF + RNAVIEW="${EPREFIX}/usr/share/rnaview" + EOF +} -- cgit v1.2.3-65-gdbad