Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pileup/
Date: Mon, 24 Mar 2014 01:35:23
Message-Id: 1395624849.79e7216e5ab7821f6dd9a500624403074b36a074.mmokrejs@gentoo
1 commit: 79e7216e5ab7821f6dd9a500624403074b36a074
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Mar 24 01:34:09 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Mar 24 01:34:09 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79e7216e
7
8 sci-biology/pileup: dropped KEYWORDS due to misisng LICENSE
9
10 ---
11 sci-biology/pileup/ChangeLog | 4 ++++
12 sci-biology/pileup/pileup-0.6.ebuild | 4 ++--
13 2 files changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/pileup/ChangeLog b/sci-biology/pileup/ChangeLog
16 index ea30368..5589ac4 100644
17 --- a/sci-biology/pileup/ChangeLog
18 +++ b/sci-biology/pileup/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 24 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> pileup-0.6.ebuild,
24 + metadata.xml:
25 + dropped KEYWORDS due to misisng LICENSE
26 +
27 *pileup-0.6 (24 Mar 2014)
28
29 24 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +pileup-0.6.ebuild,
30
31 diff --git a/sci-biology/pileup/pileup-0.6.ebuild b/sci-biology/pileup/pileup-0.6.ebuild
32 index e78d5de..c4d6f00 100644
33 --- a/sci-biology/pileup/pileup-0.6.ebuild
34 +++ b/sci-biology/pileup/pileup-0.6.ebuild
35 @@ -4,7 +4,7 @@
36
37 EAPI=3
38
39 -DESCRIPTION="Pipeline to align reads into the format also understood by samtools, maq, pipeline maybe using ssaha2?"
40 +DESCRIPTION="SSAHA2-based pipeline to align reads into format also understood by samtools, maq"
41 HOMEPAGE="http://www.sanger.ac.uk/resources/software/ssaha2/"
42 SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha2/pileup.tgz"
43
44 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha2/pileup.tgz"
45 #
46 LICENSE=""
47 SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 +KEYWORDS=""
50 IUSE=""
51
52 DEPEND=""