aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-09-15 20:52:51 -0600
committerChristoph Junghans <ottxor@gentoo.org>2014-09-15 20:52:51 -0600
commitb82e51e0a6a261027ed1744dc437d9fc47e61e41 (patch)
tree8dfbe2bb4409f65cf071083fdec54451ad5896fc
parentadded license (diff)
downloadsci-b82e51e0a6a261027ed1744dc437d9fc47e61e41.tar.gz
sci-b82e51e0a6a261027ed1744dc437d9fc47e61e41.tar.bz2
sci-b82e51e0a6a261027ed1744dc437d9fc47e61e41.zip
added license
Package-Manager: portage-2.2.8-r1
-rw-r--r--sci-biology/MaSuRCA/ChangeLog4
-rw-r--r--sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild8
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-biology/MaSuRCA/ChangeLog b/sci-biology/MaSuRCA/ChangeLog
index 865ee427e..e9d6a2cee 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 <ottxor@gentoo.org> MaSuRCA-2.1.0.ebuild:
+ added license
+
23 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> 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 5b8f9fbcc..04e817245 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(){