commit: 581b836c34e32d3e201b8cfc7a4377514d16e2e3 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Aug 15 07:51:31 2019 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Aug 15 07:51:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=581b836c
sci-biology/abyss: update LICENSE, version bump Upstream released abyss 3 years ago under GPL-3, now also another part of the code is under GPL-3. https://github.com/bcgsc/abyss/issues/295 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz> sci-biology/abyss/{abyss-2.1.5.ebuild => abyss-2.2.1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/abyss/abyss-2.1.5.ebuild b/sci-biology/abyss/abyss-2.2.1.ebuild similarity index 95% rename from sci-biology/abyss/abyss-2.1.5.ebuild rename to sci-biology/abyss/abyss-2.2.1.ebuild index 66c216fab..5e80a0a3c 100644 --- a/sci-biology/abyss/abyss-2.1.5.ebuild +++ b/sci-biology/abyss/abyss-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end seque HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/" SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="abyss" +LICENSE="GPL-3" SLOT="0" IUSE="+mpi openmp misc-haskell" KEYWORDS="~amd64 ~x86"
