Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/maq/
Date: Mon, 06 Feb 2017 21:28:04
Message-Id: 1486416388.d7d5cbd1accca7aac9aec6ebc2f33a4fd3a989c0.soap@gentoo
1 commit: d7d5cbd1accca7aac9aec6ebc2f33a4fd3a989c0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 20:48:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 21:26:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d5cbd1
7
8 sci-biology/maq: Fix overlong DESCRIPTION
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3856
12
13 sci-biology/maq/maq-0.7.1-r1.ebuild | 4 ++--
14 sci-biology/maq/maq-0.7.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/maq/maq-0.7.1-r1.ebuild b/sci-biology/maq/maq-0.7.1-r1.ebuild
18 index 645a2d6..1fd699b 100644
19 --- a/sci-biology/maq/maq-0.7.1-r1.ebuild
20 +++ b/sci-biology/maq/maq-0.7.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -6,7 +6,7 @@ EAPI=4
28
29 inherit autotools eutils
30
31 -DESCRIPTION="Mapping and Assembly with Qualities - mapping Solexa and SOLiD reads to reference sequences"
32 +DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes"
33 HOMEPAGE="http://maq.sourceforge.net/"
34 SRC_URI="
35 mirror://sourceforge/${PN}/${P}.tar.bz2
36
37 diff --git a/sci-biology/maq/maq-0.7.1.ebuild b/sci-biology/maq/maq-0.7.1.ebuild
38 index 1089eef..1f8df1f 100644
39 --- a/sci-biology/maq/maq-0.7.1.ebuild
40 +++ b/sci-biology/maq/maq-0.7.1.ebuild
41 @@ -1,8 +1,8 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 -DESCRIPTION="Mapping and Assembly with Qualities - mapping Solexa and SOLiD reads to reference sequences"
48 +DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes"
49 HOMEPAGE="http://maq.sourceforge.net/"
50 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
51 mirror://sourceforge/${PN}/calib-36.dat.gz"