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/wgs-assembler/
Date: Mon, 06 Feb 2017 21:27:53
Message-Id: 1486416419.4adbd4a144abc87da4c9fc4277a28d8f7641500e.soap@gentoo
1 commit: 4adbd4a144abc87da4c9fc4277a28d8f7641500e
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:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adbd4a1
7
8 sci-biology/wgs-assembler: 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/wgs-assembler/wgs-assembler-7.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild b/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
17 index aa9c8e8..2c6eeb8 100644
18 --- a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
19 +++ b/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -8,7 +8,7 @@ PYTHON_DEPEND=2
27
28 inherit eutils python toolchain-funcs
29
30 -DESCRIPTION="A de novo whole-genome shotgun DNA sequence assembler, also known as the Celera Assembler and CABOG"
31 +DESCRIPTION="The Celera de novo whole-genome shotgun DNA sequence assembler, aka CABOG"
32 HOMEPAGE="https://sourceforge.net/projects/wgs-assembler/"
33 SRC_URI="mirror://sourceforge/${PN}/wgs-${PV}.tar.bz2"