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 F018513838B for ; Tue, 16 Sep 2014 17:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 708A4E0B1C; 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 87175E0B20 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 A8AFB340355 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 5546D5BA6 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: <1410888313.c408e91c8e3f2405ab179bf774698ea6456ac5a0.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/VarScan/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/VarScan/ChangeLog sci-biology/VarScan/VarScan-2.3.6.ebuild X-VCS-Directories: sci-biology/VarScan/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c408e91c8e3f2405ab179bf774698ea6456ac5a0 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: 9a04728c-5f3e-44f7-89f5-f9cb311d8c43 X-Archives-Hash: 06ca3b8adb531cb7371d6300ba53481b commit: c408e91c8e3f2405ab179bf774698ea6456ac5a0 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 17:25:13 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 16 17:25:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c408e91c fixed DESCRIPTION Package-Manager: portage-2.2.8-r1 --- sci-biology/VarScan/ChangeLog | 6 ++++++ sci-biology/VarScan/VarScan-2.3.6.ebuild | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-biology/VarScan/ChangeLog b/sci-biology/VarScan/ChangeLog new file mode 100644 index 0000000..b2fcc88 --- /dev/null +++ b/sci-biology/VarScan/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sci-biology/VarScan +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 16 Sep 2014; Christoph Junghans VarScan-2.3.6.ebuild: + fixed DESCRIPTION diff --git a/sci-biology/VarScan/VarScan-2.3.6.ebuild b/sci-biology/VarScan/VarScan-2.3.6.ebuild index 1051f71..16066ce 100644 --- a/sci-biology/VarScan/VarScan-2.3.6.ebuild +++ b/sci-biology/VarScan/VarScan-2.3.6.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-2 -DESCRIPTION="Variant detection (germline, multi-sample, somatic mutations, somatic copy number alterations (CNA)), SNP calls" +DESCRIPTION="Variant detection (germline, multi-sample, somatic mut., som. cp nr alterations (CNA)), SNP calls" HOMEPAGE="http://varscan.sourceforge.net/" SRC_URI="http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar"