aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2015-12-06 20:48:34 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2015-12-06 20:48:34 +0100
commit69f643034bc683d3e26f4d5185d09a91e2975667 (patch)
treef62525ab6da22dcb29251edbb95e57f23a4b66d5 /sci-biology/repeatmasker
parentsci-biology/repeatmasker: fix ebuild so that it installs files in a proper lo... (diff)
downloadsci-69f643034bc683d3e26f4d5185d09a91e2975667.tar.gz
sci-69f643034bc683d3e26f4d5185d09a91e2975667.tar.bz2
sci-69f643034bc683d3e26f4d5185d09a91e2975667.zip
sci-biology/repeatmasker: actually the the utilities do not include Libraries/ in the paths so install it along all other *.pm files
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-biology/repeatmasker')
-rw-r--r--sci-biology/repeatmasker/ChangeLog7
-rw-r--r--sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild (renamed from sci-biology/repeatmasker/repeatmasker-4.0.6-r1.ebuild)4
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-biology/repeatmasker/ChangeLog b/sci-biology/repeatmasker/ChangeLog
index 86d8a7aef..0c329e5d9 100644
--- a/sci-biology/repeatmasker/ChangeLog
+++ b/sci-biology/repeatmasker/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+*repeatmasker-4.0.6-r2 (06 Dec 2015)
+
+ 06 Dec 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +repeatmasker-4.0.6-r2.ebuild, -repeatmasker-4.0.6-r1.ebuild:
+ sci-biology/repeatmasker: actually the the utilities do not include Libraries/
+ in the paths so install it along all other *.pm files
+
*repeatmasker-4.0.6-r1 (06 Dec 2015)
06 Dec 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r1.ebuild b/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild
index c7f93fb72..86be5affe 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r1.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild
@@ -74,9 +74,7 @@ src_install() {
dodir /usr/share/${PN}/lib
insinto /usr/share/${PN}/lib
- doins "${S}"/*.pm
- insinto /usr/share/${PN}/lib/Libraries
- doins "${S}"/Libraries/*.pm
+ doins "${S}"/*.pm "${S}"/Libraries/*.pm
rm -rf "${S}"/Libraries/*.pm # zap the supposedly misplaced RepeatAnnotationData.pm file
# if sci-biology/repeatmasker-libraries is installed prevent file collision