aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:37:24 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:37:24 +0100
commitacc57b34ce2bf932901a478ccd70a25e25da7dde (patch)
treef1e44384cceb886970d762194e7221e7e3d05991 /sci-biology/BRAKER
parentsci-biology/ugene: fix my stupid mistake (diff)
downloadsci-acc57b34ce2bf932901a478ccd70a25e25da7dde.tar.gz
sci-acc57b34ce2bf932901a478ccd70a25e25da7dde.tar.bz2
sci-acc57b34ce2bf932901a478ccd70a25e25da7dde.zip
sci-biology/BRAKER: use perl_domodule
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/BRAKER')
-rw-r--r--sci-biology/BRAKER/BRAKER-2.1.2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-biology/BRAKER/BRAKER-2.1.2.ebuild b/sci-biology/BRAKER/BRAKER-2.1.2.ebuild
index 448ca2463..150bf55a1 100644
--- a/sci-biology/BRAKER/BRAKER-2.1.2.ebuild
+++ b/sci-biology/BRAKER/BRAKER-2.1.2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-#PERL_EXPORT_PHASE_FUNCTIONS=no
inherit perl-module
DESCRIPTION="Gene prediction based on RNA-Seq using GeneMark-ET and AUGUSTUS"
@@ -22,7 +21,6 @@ SRC_URI="https://github.com/Gaius-Augustus/BRAKER/archive/v${PV}.tar.gz -> ${P}.
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
@@ -33,8 +31,7 @@ RDEPEND="${DEPEND}
src_install(){
perl_set_version
dobin scripts/*.pl
- insinto ${VENDOR_LIB}/${PN}
- doins scripts/*.pm
+ perl_domodule scripts/*.pm
dodoc docs/userguide.pdf
}