From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16B3459CA9 for ; Sun, 27 Mar 2016 22:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C2321C02E; Sun, 27 Mar 2016 22:40:11 +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 D8DD121C01A for ; Sun, 27 Mar 2016 22:40:10 +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 9FFA534072E for ; Sun, 27 Mar 2016 22:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C9D86B for ; Sun, 27 Mar 2016 22:40:06 +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: <1459118385.2362d04e9b57b0a3f2c2c4cc98a93fd4d52e976a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/samtools/samtools-0.1.12.ebuild X-VCS-Directories: sci-biology/samtools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2362d04e9b57b0a3f2c2c4cc98a93fd4d52e976a X-VCS-Branch: master Date: Sun, 27 Mar 2016 22:40:06 +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: d497b10a-3ef6-442c-bf0d-0784f7559221 X-Archives-Hash: 46d67c65fbec426168bcf3ccff6c7f55 commit: 2362d04e9b57b0a3f2c2c4cc98a93fd4d52e976a Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 22:27:22 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 22:39:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2362d04e sci-biology/samtools: Trim DESCRIPTION Package-Manager: portage-2.2.28 sci-biology/samtools/samtools-0.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/samtools/samtools-0.1.12.ebuild b/sci-biology/samtools/samtools-0.1.12.ebuild index 34720e4..d057288 100644 --- a/sci-biology/samtools/samtools-0.1.12.ebuild +++ b/sci-biology/samtools/samtools-0.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=2 MY_P="${P}a" -DESCRIPTION="Utilities for SAM (Sequence Alignment/Map), a format for large nucleotide sequence alignments" +DESCRIPTION="Utilities for analysing and manipulating the SAM/BAM alignment formats" HOMEPAGE="http://samtools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"