commit:     495d790cea315b38978ec1d8738f7dd961c118a3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 14:13:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 14:13:39 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=495d790c

sci-biology/SEECER: Fix license

Package-Manager: portage-2.2.15

---
 sci-biology/SEECER/ChangeLog           | 3 +++
 sci-biology/SEECER/SEECER-0.1.3.ebuild | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-biology/SEECER/ChangeLog b/sci-biology/SEECER/ChangeLog
index 1e865a6..1ac7a38 100644
--- a/sci-biology/SEECER/ChangeLog
+++ b/sci-biology/SEECER/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jan 2015; Justin Lecher <[email protected]> SEECER-0.1.3.ebuild:
+  Fix license
+
 *SEECER-0.1.3 (07 Jan 2015)
 
   07 Jan 2015; Martin Mokrejs <[email protected]>

diff --git a/sci-biology/SEECER/SEECER-0.1.3.ebuild 
b/sci-biology/SEECER/SEECER-0.1.3.ebuild
index 7f3833e..d415a01 100644
--- a/sci-biology/SEECER/SEECER-0.1.3.ebuild
+++ b/sci-biology/SEECER/SEECER-0.1.3.ebuild
@@ -6,15 +6,17 @@ EAPI=5
 
 DESCRIPTION="Error corrector for RNA-Seq reads"
 HOMEPAGE="http://sb.cs.cmu.edu/seecer/";
-SRC_URI="http://sb.cs.cmu.edu/seecer/downloads/SEECER-0.1.3.tar.gz
+SRC_URI="
+       http://sb.cs.cmu.edu/seecer/downloads/SEECER-0.1.3.tar.gz
        http://sb.cs.cmu.edu/seecer/downloads/manual.pdf";
 
-LICENSE=""
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="sci-libs/gsl
+DEPEND="
+       sci-libs/gsl
        sci-biology/seqan
        sci-biology/jellyfish"
 RDEPEND="${DEPEND}"
@@ -28,6 +30,5 @@ S="${S}"/SEECER
 # Uses:
 #         libgomp.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/libgomp.so.1 
(0x00007f7853faf000)
 
-
 # dobin bin/run_seecer.sh
 # dodoc "${DISTDIR}"/manual.pdf

Reply via email to