diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:44 +0200 |
commit | ac9f7506edd581e5f00442c1137775908b1ada93 (patch) | |
tree | 7d027b499031b7e4ba2a87c6d5ef4b625c7374d7 /sci-biology | |
parent | sci-biology/biogrep: update EAPI 6 -> 8 (diff) | |
download | gentoo-ac9f7506edd581e5f00442c1137775908b1ada93.tar.gz gentoo-ac9f7506edd581e5f00442c1137775908b1ada93.tar.bz2 gentoo-ac9f7506edd581e5f00442c1137775908b1ada93.zip |
sci-biology/biosql: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biosql/biosql-1.0.1-r2.ebuild (renamed from sci-biology/biosql/biosql-1.0.1-r1.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/biosql/biosql-1.0.1-r1.ebuild b/sci-biology/biosql/biosql-1.0.1-r2.ebuild index 6508d6a3a2e8..c32ff970f9af 100644 --- a/sci-biology/biosql/biosql-1.0.1-r1.ebuild +++ b/sci-biology/biosql/biosql-1.0.1-r2.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 DESCRIPTION="A generic bioinformatics relational database model" HOMEPAGE="http://www.biosql.org/" @@ -22,7 +22,7 @@ RDEPEND=" dev-lang/perl" src_install() { - insinto /usr/share/${PN} + insinto /usr/share/biosql doins -r sql scripts/. dodoc Changes README Release.txt doc/*.pdf @@ -38,6 +38,6 @@ src_install() { pkg_postinst() { elog elog "Please read the BioSQL schema installation instructions in" - elog "${EROOT%/}/usr/share/doc/${PF} to begin using the schema." + elog "${EROOT}/usr/share/doc/${PF} to begin using the schema." elog } |