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 EC3B31382C5 for ; Mon, 2 Apr 2018 12:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC24EE0D49; Mon, 2 Apr 2018 12:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88C23E0D48 for ; Mon, 2 Apr 2018 12:45:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88229335DC0 for ; Mon, 2 Apr 2018 12:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CA1B27A for ; Mon, 2 Apr 2018 12:45:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1522672437.be15a9e01fcb68ba2f55f7392aec0d49deca8e9b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pilon-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pilon-bin/pilon-bin-1.22.ebuild X-VCS-Directories: sci-biology/pilon-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: be15a9e01fcb68ba2f55f7392aec0d49deca8e9b X-VCS-Branch: master Date: Mon, 2 Apr 2018 12:45:28 +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: 385558fd-998b-4309-be86-31489e7e3cf5 X-Archives-Hash: ad21701b77a26a4e1d97b2df54387f82 commit: be15a9e01fcb68ba2f55f7392aec0d49deca8e9b Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 2 12:33:57 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 2 12:33:57 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=be15a9e0 sci-biology/pilon-bin: FIX Stale CVS header on line: 3 Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-biology/pilon-bin/pilon-bin-1.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/pilon-bin/pilon-bin-1.22.ebuild b/sci-biology/pilon-bin/pilon-bin-1.22.ebuild index feeafa365..180d29ea5 100644 --- a/sci-biology/pilon-bin/pilon-bin-1.22.ebuild +++ b/sci-biology/pilon-bin/pilon-bin-1.22.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 inherit java-pkg-2 DESCRIPTION="Fix assembled reference using BAM-aligned reads, call SNPs" -HOMEPAGE="https://github.com/broadinstitute/pilon +HOMEPAGE=" + https://github.com/broadinstitute/pilon https://github.com/broadinstitute/pilon/wiki" SRC_URI="https://github.com/broadinstitute/pilon/releases/download/v${PV}/pilon-${PV}.jar"