commit: 5c10a2ccb85f7ccaf754dff2edbdff03f62de1e5 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 14:31:05 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 14:31:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5c10a2cc
sci-biology/pb-honey: Fix license; add missing [] Package-Manager: portage-2.2.15 --- sci-biology/pb-honey/ChangeLog | 7 +++++++ sci-biology/pb-honey/pb-honey-14.1.15.ebuild | 13 +++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/sci-biology/pb-honey/ChangeLog b/sci-biology/pb-honey/ChangeLog new file mode 100644 index 0000000..f5e93dc --- /dev/null +++ b/sci-biology/pb-honey/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/pb-honey +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 10 Jan 2015; Justin Lecher <[email protected]> pb-honey-14.1.15.ebuild: + Fix license; add missing [] + diff --git a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild index c5440bb..0c3bfef 100644 --- a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild +++ b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,14 +12,15 @@ DESCRIPTION="Structural variant identification (SNV) using long reads (over 10kb HOMEPAGE="https://www.hgsc.bcm.edu/software/honey" SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBHoney/PBHoney_14.1.15.tgz" -LICENSE="" +LICENSE="BSD-2" SLOT="0" KEYWORDS="" IUSE="" -DEPEND="sci-biology/samtools +DEPEND=" + sci-biology/samtools sci-biology/blasr - sci-biology/pysam - dev-python/h5py - dev-python/numpy" + sci-biology/pysam[${PYTHON_USEDEP}] + dev-python/h5py[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"
