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 EF3BF138C9D for ; Thu, 30 Apr 2015 21:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F37E0843; Thu, 30 Apr 2015 21:28:30 +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 D4B01E0843 for ; Thu, 30 Apr 2015 21:28:29 +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 0F08A340B55 for ; Thu, 30 Apr 2015 21:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77D897D for ; Thu, 30 Apr 2015 21:28:23 +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: <1430429266.d5bb19eb26c17d1639a37265acd3ea31d65a79b3.mmokrejs@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: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: d5bb19eb26c17d1639a37265acd3ea31d65a79b3 X-VCS-Branch: master Date: Thu, 30 Apr 2015 21:28:23 +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: 35046bdc-cd1f-4fe1-95ce-517535583b1a X-Archives-Hash: 78dfffc0774caaf8fbbb38517f56f208 commit: d5bb19eb26c17d1639a37265acd3ea31d65a79b3 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Apr 30 21:27:46 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Apr 30 21:27:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5bb19eb sci-biology/jellyfish: added older version, added HalfLICENSE to all ebuilds Package-Manager: portage-2.2.18 sci-biology/jellyfish/ChangeLog | 6 ++++++ .../jellyfish/{jellyfish-2.1.3.ebuild => jellyfish-1.1.11.ebuild} | 7 ++++--- sci-biology/jellyfish/jellyfish-2.1.3.ebuild | 2 +- sci-biology/jellyfish/jellyfish-2.1.4.ebuild | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/sci-biology/jellyfish/ChangeLog b/sci-biology/jellyfish/ChangeLog index ddaab96..fe0d9c4 100644 --- a/sci-biology/jellyfish/ChangeLog +++ b/sci-biology/jellyfish/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*jellyfish-1.1.11 (30 Apr 2015) + + 30 Apr 2015; Martin Mokrejs + +jellyfish-1.1.11.ebuild, jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild: + sci-biology/jellyfish: added older version, added HalfLICENSE to all ebuilds + 30 Apr 2015; Martin Mokrejs jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild: sci-biology/jellyfish: added missing DEPEND on virtual/pkgconfig so that the diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild similarity index 76% copy from sci-biology/jellyfish/jellyfish-2.1.3.ebuild copy to sci-biology/jellyfish/jellyfish-1.1.11.ebuild index 243cd46..082ef0c 100644 --- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild +++ b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild @@ -6,12 +6,13 @@ EAPI=5 DESCRIPTION="k-mer counter within reads for assemblies" HOMEPAGE="http://www.genome.umd.edu/jellyfish.html" -SRC_URI="ftp://ftp.genome.umd.edu/pub/${PN}/${P}.tar.gz - ftp://ftp.genome.umd.edu/pub/jellyfish/JellyfishUserGuide.pdf" +SRC_URI="http://www.cbcb.umd.edu/software/jellyfish/jellyfish-1.1.11.tar.gz + http://www.cbcb.umd.edu/software/jellyfish/jellyfish-manual-1.1.pdf" # older version is hidden in trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11 +# also was bundled in quorum-0.2.1 and MaSuRca-2.1.0 -LICENSE="GPL-3" +LICENSE="GPL-3+ HalfLICENSE" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild index 243cd46..1cc3010 100644 --- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild +++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild @@ -11,7 +11,7 @@ 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" +LICENSE="GPL-3+ HalfLICENSE" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild index 243cd46..1cc3010 100644 --- a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild +++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild @@ -11,7 +11,7 @@ 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" +LICENSE="GPL-3+ HalfLICENSE" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE=""