commit: 4e2d0047334e5442916b823aa8df5bd4f22a7808
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 19:57:11 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 19:57:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2d0047
sci-biology/rnaview: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...naview-20040713-r4.ebuild => rnaview-20040713-r5.ebuild} | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/sci-biology/rnaview/rnaview-20040713-r4.ebuild
b/sci-biology/rnaview/rnaview-20040713-r5.ebuild
similarity index 74%
rename from sci-biology/rnaview/rnaview-20040713-r4.ebuild
rename to sci-biology/rnaview/rnaview-20040713-r5.ebuild
index 729095be063c..c0c4289ba24b 100644
--- a/sci-biology/rnaview/rnaview-20040713-r4.ebuild
+++ b/sci-biology/rnaview/rnaview-20040713-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -12,23 +12,20 @@ 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
+src_configure() {
tc-export CC
}
src_install() {
default
- cat > 22rnaview <<- EOF || die
- RNAVIEW="${EPREFIX}/usr/share/${PN}"
+ newenvd - 22rnaview <<- EOF
+ RNAVIEW="${EPREFIX}/usr/share/rnaview"
EOF
- doenvd 22rnaview
}