From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EBBD139085 for ; Mon, 6 Feb 2017 21:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CC7E21C0E1; Mon, 6 Feb 2017 21:27:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2284D21C0E1 for ; Mon, 6 Feb 2017 21:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C0983416AE for ; Mon, 6 Feb 2017 21:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADCC53DD8 for ; Mon, 6 Feb 2017 21:27:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486416388.d7d5cbd1accca7aac9aec6ebc2f33a4fd3a989c0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/maq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/maq/maq-0.7.1-r1.ebuild sci-biology/maq/maq-0.7.1.ebuild X-VCS-Directories: sci-biology/maq/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d7d5cbd1accca7aac9aec6ebc2f33a4fd3a989c0 X-VCS-Branch: master Date: Mon, 6 Feb 2017 21:27:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 097214f5-9acc-4667-84c5-56072c3b6ada X-Archives-Hash: a6f9467224d22638a56d360ad3664b29 commit: d7d5cbd1accca7aac9aec6ebc2f33a4fd3a989c0 Author: David Seifert gentoo org> AuthorDate: Mon Feb 6 20:48:02 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 6 21:26:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d5cbd1 sci-biology/maq: Fix overlong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3856 sci-biology/maq/maq-0.7.1-r1.ebuild | 4 ++-- sci-biology/maq/maq-0.7.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/maq/maq-0.7.1-r1.ebuild b/sci-biology/maq/maq-0.7.1-r1.ebuild index 645a2d6..1fd699b 100644 --- a/sci-biology/maq/maq-0.7.1-r1.ebuild +++ b/sci-biology/maq/maq-0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=4 inherit autotools eutils -DESCRIPTION="Mapping and Assembly with Qualities - mapping Solexa and SOLiD reads to reference sequences" +DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes" HOMEPAGE="http://maq.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${P}.tar.bz2 diff --git a/sci-biology/maq/maq-0.7.1.ebuild b/sci-biology/maq/maq-0.7.1.ebuild index 1089eef..1f8df1f 100644 --- a/sci-biology/maq/maq-0.7.1.ebuild +++ b/sci-biology/maq/maq-0.7.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="Mapping and Assembly with Qualities - mapping Solexa and SOLiD reads to reference sequences" +DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes" HOMEPAGE="http://maq.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://sourceforge/${PN}/calib-36.dat.gz"