From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4325A138334 for ; Thu, 15 Aug 2019 07:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5147BE077D; Thu, 15 Aug 2019 07:51:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33EA0E077D for ; Thu, 15 Aug 2019 07:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CA78349A53 for ; Thu, 15 Aug 2019 07:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3982A5 for ; Thu, 15 Aug 2019 07:51:47 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1565855491.581b836c34e32d3e201b8cfc7a4377514d16e2e3.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/abyss/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/abyss/abyss-2.1.5.ebuild sci-biology/abyss/abyss-2.2.1.ebuild X-VCS-Directories: sci-biology/abyss/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 581b836c34e32d3e201b8cfc7a4377514d16e2e3 X-VCS-Branch: master Date: Thu, 15 Aug 2019 07:51:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01a68219-6c96-4e3a-ad2d-ea922562edf2 X-Archives-Hash: d870f7edc67d950cfbffa84e915a34f7 commit: 581b836c34e32d3e201b8cfc7a4377514d16e2e3 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Thu Aug 15 07:51:31 2019 +0000 Commit: Martin Mokrejs fold natur cuni 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 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"