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/clustalw-mpi/
Date: Mon, 06 Feb 2017 21:27:50
Message-Id: 1486416377.6a11bee690bba5d3de48be84eca0d7c90508f841.soap@gentoo
1 commit: 6a11bee690bba5d3de48be84eca0d7c90508f841
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:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a11bee6
7
8 sci-biology/clustalw-mpi: 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/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild b/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild
17 index 11f1e57..13b04ed 100644
18 --- a/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild
19 +++ b/sci-biology/clustalw-mpi/clustalw-mpi-0.13-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI=4
27
28 inherit eutils toolchain-funcs
29
30 -DESCRIPTION="A parallel (MPI) implemention of the Clustal-W general purpose multiple alignment algorithm"
31 +DESCRIPTION="An MPI implemention of the ClustalW general purpose multiple alignment algorithm"
32 HOMEPAGE="http://www.bii.a-star.edu.sg/achievements/applications/clustalw/index.php"
33 SRC_URI="http://web.bii.a-star.edu.sg/~kuobin/${PN}/${P}.tar.gz"