commit: 63c8ef5b6d87be51ae5a735c15489dfbdc8bdcf9 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Jan 8 22:54:21 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Jan 8 22:54:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=63c8ef5b
sci-biology/ICC: actually ignore the bundled Parallel module and install it from portage --- sci-biology/ICC/ICC-2.0.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sci-biology/ICC/ICC-2.0.1.ebuild b/sci-biology/ICC/ICC-2.0.1.ebuild index 5e5fb5c..fe41383 100644 --- a/sci-biology/ICC/ICC-2.0.1.ebuild +++ b/sci-biology/ICC/ICC-2.0.1.ebuild @@ -4,8 +4,6 @@ EAPI=5 -inherit perl-module - DESCRIPTION="Error corrector for Roche/454 and IonTorrent data with indel and carryforward, SNP and haplotype calling" HOMEPAGE="http://indra.mullins.microbiol.washington.edu/ICC" SRC_URI="http://indra.mullins.microbiol.washington.edu/cgi-bin/ICC/info.cgi?ID=ICC_v2.0.1.zip -> ICC_v2.0.1.zip" @@ -16,6 +14,7 @@ KEYWORDS="" IUSE="" DEPEND="dev-lang/perl + dev-perl/Parallel-ForkManager sci-biology/ncbi-tools++" RDEPEND="${DEPEND}" @@ -24,11 +23,6 @@ S="${WORKDIR}" src_install(){ dobin Scripts/*.pl dodoc README.txt - - # BUG: does not work - cd Scripts/lib || die - perl-module_src_install DESTDIR="${D}" *.pm Parallel/ForkManager.pm # install into @INC path - } # testing: Blast/Linux/LICENSE OK
