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 12BD8138A1F for ; Tue, 16 Sep 2014 17:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7139EE0B20; Tue, 16 Sep 2014 17:50:26 +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 A3BCEE0B1C for ; Tue, 16 Sep 2014 17:50:25 +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 C13E834035C for ; Tue, 16 Sep 2014 17:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759B65BA8 for ; Tue, 16 Sep 2014 17:50:23 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1410888457.37ad6d45a24e84fb0dd6ac03f7325390c251d156.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/freebayes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/freebayes/ChangeLog sci-biology/freebayes/freebayes-9999.ebuild X-VCS-Directories: sci-biology/freebayes/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 37ad6d45a24e84fb0dd6ac03f7325390c251d156 X-VCS-Branch: master Date: Tue, 16 Sep 2014 17:50:23 +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: af10eef2-69ab-4f8c-a0cd-ee216e86814f X-Archives-Hash: 0b15d801ede8b04f24c3b137530bea82 commit: 37ad6d45a24e84fb0dd6ac03f7325390c251d156 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 17:27:37 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 16 17:27:37 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=37ad6d45 fixed DESCRIPTION Package-Manager: portage-2.2.8-r1 --- sci-biology/freebayes/ChangeLog | 4 +++- sci-biology/freebayes/freebayes-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-biology/freebayes/ChangeLog b/sci-biology/freebayes/ChangeLog index 17424da..9374edf 100644 --- a/sci-biology/freebayes/ChangeLog +++ b/sci-biology/freebayes/ChangeLog @@ -2,9 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans freebayes-9999.ebuild: + fixed DESCRIPTION + *freebayes-9999 (24 Mar 2014) 24 Mar 2014; Martin Mokrejs +freebayes-9999.ebuild, +metadata.xml: a new package skeleton; need to retrive from git in a recursive way - diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index 0876efb..3d40b37 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -8,7 +8,7 @@ inherit eutils [ "$PV" == "9999" ] && inherit git-2 -DESCRIPTION="Bayesian genetic variant detector designed to find small polymorphisms: SNPs, indels, MNPs and complex events" +DESCRIPTION="Bayesian gen. variant detector to find small polymorphisms: SNPs, indels, MNPs and complex events" HOMEPAGE="https://github.com/ekg/freebayes" EGIT_REPO_URI="git://github.com/ekg/freebayes.git"