Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bowtie/
Date: Sat, 26 Dec 2015 18:05:53
Message-Id: 1451153143.f2f3752753b3b078ecf3c8e3b38859e932b7784c.jlec@gentoo
1 commit: f2f3752753b3b078ecf3c8e3b38859e932b7784c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 18:05:43 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 18:05:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f37527
7
8 sci-biology/bowtie: Chop DESCRIPTION to 80 chars
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/bowtie/bowtie-2.2.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-biology/bowtie/bowtie-2.2.6.ebuild b/sci-biology/bowtie/bowtie-2.2.6.ebuild
17 index 36b1aa5..eb29c05 100644
18 --- a/sci-biology/bowtie/bowtie-2.2.6.ebuild
19 +++ b/sci-biology/bowtie/bowtie-2.2.6.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21
22 inherit eutils toolchain-funcs
23
24 -DESCRIPTION="Popular short read aligner for Next-generation sequencing data, allowing for gaps"
25 +DESCRIPTION="Popular short read aligner for Next-generation sequencing data"
26 HOMEPAGE="http://bowtie-bio.sourceforge.net/bowtie2/"
27 SRC_URI="mirror://sourceforge/project/${PN}-bio/${PN}2/${PV}/${PN}2-${PV}-source.zip"