commit: 69f643034bc683d3e26f4d5185d09a91e2975667
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Dec 6 19:48:34 2015 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Dec 6 19:48:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69f64303
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
sci-biology/repeatmasker/ChangeLog | 7 +++++++
.../{repeatmasker-4.0.6-r1.ebuild => repeatmasker-4.0.6-r2.ebuild} | 4 +---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/sci-biology/repeatmasker/ChangeLog
b/sci-biology/repeatmasker/ChangeLog
index 86d8a7a..0c329e5 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 <[email protected]>
+ +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 <[email protected]>
diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r1.ebuild
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild
similarity index 97%
rename from sci-biology/repeatmasker/repeatmasker-4.0.6-r1.ebuild
rename to sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild
index c7f93fb..86be5af 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