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 271DF13838B for ; Wed, 17 Sep 2014 06:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308FEE0934; Wed, 17 Sep 2014 06:40:39 +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 73392E0934 for ; Wed, 17 Sep 2014 06:40:38 +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 9E41534027A for ; Wed, 17 Sep 2014 06:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA0AC5C77 for ; Wed, 17 Sep 2014 06:40:34 +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: <1410936014.afecb7d9365496b48d85fa998118b50e234c5255.jlec@gentoo> Subject: [gentoo-commits] proj/sci:lapack-multibuild commit in: sci-biology/MaSuRCA/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/MaSuRCA/ChangeLog sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild X-VCS-Directories: sci-biology/MaSuRCA/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: afecb7d9365496b48d85fa998118b50e234c5255 X-VCS-Branch: lapack-multibuild Date: Wed, 17 Sep 2014 06:40:34 +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: fc0b36cd-98b5-4970-a17a-1cac9ee6d5be X-Archives-Hash: fce08768dae466a5bf38b8c2fca41fa3 commit: afecb7d9365496b48d85fa998118b50e234c5255 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 02:52:51 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 17 06:40:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=afecb7d9 added license Package-Manager: portage-2.2.8-r1 --- sci-biology/MaSuRCA/ChangeLog | 4 +++- sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sci-biology/MaSuRCA/ChangeLog b/sci-biology/MaSuRCA/ChangeLog index 865ee42..e9d6a2c 100644 --- a/sci-biology/MaSuRCA/ChangeLog +++ b/sci-biology/MaSuRCA/ChangeLog @@ -2,7 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans MaSuRCA-2.1.0.ebuild: + added license + 23 Mar 2014; Martin Mokrejs ChangeLog: new package but with a missing LICENSE and needs tweak to get all configure's running - diff --git a/sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild b/sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild index 5b8f9fb..04e8172 100644 --- a/sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild +++ b/sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -9,15 +9,15 @@ HOMEPAGE="http://www.genome.umd.edu/masurca.html" SRC_URI="ftp://ftp.genome.umd.edu/pub/MaSuRCA/MaSuRCA-"${PV}".tar.gz ftp://ftp.genome.umd.edu/pub/MaSuRCA/MaSuRCA_QuickStartGuide.pdf" -LICENSE="" +LICENSE="BSD GPL-2 GPL-3" SLOT="0" KEYWORDS="" IUSE="" DEPEND="dev-lang/perl app-arch/bzip2" -RDEPEND="${DEPEND} - sci-biology/quorum" +RDEPEND="${DEPEND}" + #sci-biology/quorum" # the ebuild mimics "${S}"/install.sh src_configure(){