Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/abyss/
Date: Thu, 15 Aug 2019 07:51:52
Message-Id: 1565855491.581b836c34e32d3e201b8cfc7a4377514d16e2e3.mmokrejs@gentoo
1 commit: 581b836c34e32d3e201b8cfc7a4377514d16e2e3
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Aug 15 07:51:31 2019 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Aug 15 07:51:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=581b836c
7
8 sci-biology/abyss: update LICENSE, version bump
9
10 Upstream released abyss 3 years ago under GPL-3, now also another
11 part of the code is under GPL-3.
12
13 https://github.com/bcgsc/abyss/issues/295
14
15 Package-Manager: Portage-2.3.69, Repoman-2.3.16
16 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
17
18 sci-biology/abyss/{abyss-2.1.5.ebuild => abyss-2.2.1.ebuild} | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/sci-biology/abyss/abyss-2.1.5.ebuild b/sci-biology/abyss/abyss-2.2.1.ebuild
22 similarity index 95%
23 rename from sci-biology/abyss/abyss-2.1.5.ebuild
24 rename to sci-biology/abyss/abyss-2.2.1.ebuild
25 index 66c216fab..5e80a0a3c 100644
26 --- a/sci-biology/abyss/abyss-2.1.5.ebuild
27 +++ b/sci-biology/abyss/abyss-2.2.1.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Authors
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -9,7 +9,7 @@ DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end seque
35 HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
36 SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz"
37
38 -LICENSE="abyss"
39 +LICENSE="GPL-3"
40 SLOT="0"
41 IUSE="+mpi openmp misc-haskell"
42 KEYWORDS="~amd64 ~x86"