From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A22C4138CCD for ; Mon, 4 May 2015 14:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B303AE076D; Mon, 4 May 2015 14:46:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A4DCE076D for ; Mon, 4 May 2015 14:46:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF47F340A7B for ; Mon, 4 May 2015 14:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80796993 for ; Mon, 4 May 2015 14:45:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1430750715.fa9b7040b13664449a9b5258bc99c7a7431bba5a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/jellyfish/ChangeLog sci-biology/jellyfish/jellyfish-1.1.11.ebuild sci-biology/jellyfish/jellyfish-2.1.3.ebuild sci-biology/jellyfish/jellyfish-2.1.4.ebuild X-VCS-Directories: sci-biology/jellyfish/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fa9b7040b13664449a9b5258bc99c7a7431bba5a X-VCS-Branch: master Date: Mon, 4 May 2015 14:45:55 +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-Archives-Salt: 624a6f4f-08a0-474f-9c4b-32e235436b58 X-Archives-Hash: fa4329c787fe17797071a23b86caec60 commit: fa9b7040b13664449a9b5258bc99c7a7431bba5a Author: Justin Lecher gentoo org> AuthorDate: Mon May 4 14:45:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 4 14:45:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa9b7040 sci-biology/jellyfish: Correct license from HalfLICENSE to BSD as they are identical Package-Manager: portage-2.2.18 sci-biology/jellyfish/ChangeLog | 5 +++++ sci-biology/jellyfish/jellyfish-1.1.11.ebuild | 4 ++-- sci-biology/jellyfish/jellyfish-2.1.3.ebuild | 4 ++-- sci-biology/jellyfish/jellyfish-2.1.4.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sci-biology/jellyfish/ChangeLog b/sci-biology/jellyfish/ChangeLog index 8791b67..63efcad 100644 --- a/sci-biology/jellyfish/ChangeLog +++ b/sci-biology/jellyfish/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 May 2015; Justin Lecher jellyfish-1.1.11.ebuild, + jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild: + sci-biology/jellyfish: Correct license from HalfLICENSE to BSD as they are + identical + 30 Apr 2015; Martin Mokrejs jellyfish-1.1.11.ebuild: sci-biology/jellyfish: added a note diff --git a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild index 4686679..4708a9b 100644 --- a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild +++ b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild @@ -13,13 +13,13 @@ SRC_URI="http://www.cbcb.umd.edu/software/jellyfish/jellyfish-1.1.11.tar.gz # also was bundled in quorum-0.2.1 and MaSuRca-2.1.0 # also bundled in SEECER-0.1.3 -LICENSE="GPL-3+ HalfLICENSE" +LICENSE="GPL-3+ BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_install(){ diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild index 1cc3010..6003a48 100644 --- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild +++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.genome.umd.edu/pub/${PN}/${P}.tar.gz # older version is hidden in trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11 -LICENSE="GPL-3+ HalfLICENSE" +LICENSE="GPL-3+ BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_install(){ diff --git a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild index 1cc3010..6003a48 100644 --- a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild +++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.genome.umd.edu/pub/${PN}/${P}.tar.gz # older version is hidden in trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11 -LICENSE="GPL-3+ HalfLICENSE" +LICENSE="GPL-3+ BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_install(){