commit: faf30b314304a3f330119143956ddc3fab42e2f6 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 14:02:56 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 14:02:56 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=faf30b31
sci-biology/ICC: Fix license Package-Manager: portage-2.2.15 --- sci-biology/ICC/ChangeLog | 3 +++ sci-biology/ICC/ICC-2.0.1.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-biology/ICC/ChangeLog b/sci-biology/ICC/ChangeLog index cd415fd..d3b0837 100644 --- a/sci-biology/ICC/ChangeLog +++ b/sci-biology/ICC/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2015; Justin Lecher <[email protected]> ICC-2.0.1.ebuild: + Fix license + *ICC-2.0.1 (07 Jan 2015) 07 Jan 2015; Martin Mokrejs <[email protected]> +ICC-2.0.1.ebuild: diff --git a/sci-biology/ICC/ICC-2.0.1.ebuild b/sci-biology/ICC/ICC-2.0.1.ebuild index fe41383..672096b 100644 --- a/sci-biology/ICC/ICC-2.0.1.ebuild +++ b/sci-biology/ICC/ICC-2.0.1.ebuild @@ -4,16 +4,17 @@ EAPI=5 -DESCRIPTION="Error corrector for Roche/454 and IonTorrent data with indel and carryforward, SNP and haplotype calling" +DESCRIPTION="Error corrector for Roche/454 and IonTorrent data" 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" -LICENSE="" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-lang/perl +DEPEND=" + dev-lang/perl dev-perl/Parallel-ForkManager sci-biology/ncbi-tools++" RDEPEND="${DEPEND}" @@ -52,4 +53,3 @@ src_install(){ # testing: Scripts/runICC.pl OK # testing: Scripts/uniqueReads.pl OK # testing: VersionHistory.txt OK -
