commit: 758306af1aa25823c98b475b05c1dfa672a2c3fc Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:50:11 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:50:11 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=758306af
sci-biology/Atlas_GapFill: Fix license Package-Manager: portage-2.2.15 --- sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild | 15 ++++++++++----- sci-biology/Atlas_GapFill/ChangeLog | 3 +++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild b/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild index c658019..2985d23 100644 --- a/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild +++ b/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild @@ -4,19 +4,24 @@ EAPI=5 -DESCRIPTION="Close gaps using BWA-identified reads and reassemble using Phrap, Newbler, Velvet, compare by cross_match" +DESCRIPTION="Close gaps using BWA-identified reads and reassemble" HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-gapfill" -SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/ATLAS_GapFill_V2.2_release.tar.bz2 +SRC_URI=" + https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/ATLAS_GapFill_V2.2_release.tar.bz2 https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/README -> ATLAS_GapFill_V2_2.README" -LICENSE="" +LICENSE="ATLAS" SLOT="0" KEYWORDS="" IUSE="" # is there an ebuild for newbler so we could add it to DEPEND? -DEPEND="dev-lang/perl - sys-cluster/torque || ( sys-cluster/openpbs ) +DEPEND=" + dev-lang/perl + || ( + sys-cluster/openpbs + sys-cluster/torque + ) sci-biology/phrap sci-biology/bwa sci-biology/velvet" diff --git a/sci-biology/Atlas_GapFill/ChangeLog b/sci-biology/Atlas_GapFill/ChangeLog index 74cc2d8..7504c07 100644 --- a/sci-biology/Atlas_GapFill/ChangeLog +++ b/sci-biology/Atlas_GapFill/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2015; Justin Lecher <[email protected]> Atlas_GapFill-2.2.ebuild: + Fix license + *Atlas_GapFill-2.2 (07 Jan 2015) 07 Jan 2015; Martin Mokrejs <[email protected]>
