diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:13 +0200 |
commit | 4345375f01e657175dc4e9199884ffbea67d68e5 (patch) | |
tree | 70ff6419c256d503aa4abe8657e3c36261e1472c /sci-biology | |
parent | sci-biology/t-coffee: update EAPI 6 -> 8 (diff) | |
download | gentoo-4345375f01e657175dc4e9199884ffbea67d68e5.tar.gz gentoo-4345375f01e657175dc4e9199884ffbea67d68e5.tar.bz2 gentoo-4345375f01e657175dc4e9199884ffbea67d68e5.zip |
sci-biology/transfac: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/transfac/transfac-3.2-r2.ebuild (renamed from sci-biology/transfac/transfac-3.2-r1.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sci-biology/transfac/transfac-3.2-r1.ebuild b/sci-biology/transfac/transfac-3.2-r2.ebuild index 91b16f4b4fe4..2fce474da2ad 100644 --- a/sci-biology/transfac/transfac-3.2-r1.ebuild +++ b/sci-biology/transfac/transfac-3.2-r2.ebuild @@ -1,11 +1,12 @@ -# 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 DESCRIPTION="A database of eucaryotic transcription factors" HOMEPAGE="http://www.gene-regulation.com/pub/databases.html" SRC_URI="ftp://ftp.ebi.ac.uk/pub/databases/${PN}/${PN}32.tar.Z" +S="${WORKDIR}" LICENSE="public-domain" SLOT="3" @@ -14,10 +15,8 @@ SLOT="3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="emboss minimal" -DEPEND="emboss? ( sci-biology/emboss )" -RDEPEND="${DEPEND}" - -S=${WORKDIR} +BDEPEND="emboss? ( sci-biology/emboss )" +RDEPEND="${BDEPEND}" src_compile() { if use emboss; then @@ -32,7 +31,7 @@ src_install() { newdoc readme.txt README if ! use minimal; then - insinto /usr/share/${PN}-${SLOT} + insinto /usr/share/transfac-${SLOT} doins *.dat fi |