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 6BE7A138A1A for ; Sat, 14 Feb 2015 20:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CBF8E091F; Sat, 14 Feb 2015 20:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6BC0E091F for ; Sat, 14 Feb 2015 20:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C7A53407F3 for ; Sat, 14 Feb 2015 20:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0E5B11C24 for ; Sat, 14 Feb 2015 20:20:42 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1423945100.fb70a9e007b3bedda64524aa4dd54abb4751265b.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/HTSeq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/HTSeq/ChangeLog sci-biology/HTSeq/HTSeq-0.6.1.ebuild X-VCS-Directories: sci-biology/HTSeq/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: fb70a9e007b3bedda64524aa4dd54abb4751265b X-VCS-Branch: master Date: Sat, 14 Feb 2015 20:20:42 +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: c0aa712e-b07d-4a54-a4fe-b93f4503e0cb X-Archives-Hash: 7ff94282da6e284f7a62ce66f42d18ca commit: fb70a9e007b3bedda64524aa4dd54abb4751265b Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Feb 14 20:18:20 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Feb 14 20:18:20 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb70a9e0 mention also Bowtie file format Package-Manager: portage-2.2.15 --- sci-biology/HTSeq/ChangeLog | 3 +++ sci-biology/HTSeq/HTSeq-0.6.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/HTSeq/ChangeLog b/sci-biology/HTSeq/ChangeLog index c9934fb..8e87c78 100644 --- a/sci-biology/HTSeq/ChangeLog +++ b/sci-biology/HTSeq/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Feb 2015; Martin Mokrejs HTSeq-0.6.1.ebuild: + mention also Bowtie file format + *HTSeq-0.6.1 (14 Feb 2015) 14 Feb 2015; Martin Mokrejs +HTSeq-0.6.1.ebuild, diff --git a/sci-biology/HTSeq/HTSeq-0.6.1.ebuild b/sci-biology/HTSeq/HTSeq-0.6.1.ebuild index a1eb736..37af947 100644 --- a/sci-biology/HTSeq/HTSeq-0.6.1.ebuild +++ b/sci-biology/HTSeq/HTSeq-0.6.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 -DESCRIPTION="Use SAM/BAM/FASTA/Q/GFF/GTF files in python, count reads, genomic intervals" +DESCRIPTION="Use SAM/BAM/Bowtie/FASTA/Q/GFF/GTF files in python, count reads, genomic intervals" HOMEPAGE="http://www-huber.embl.de/users/anders/HTSeq" SRC_URI="mirror://pypi/H/"${PN}"/"${P}".tar.gz"