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 8A8DB138A1A for ; Thu, 15 Jan 2015 17:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10A8BE0831; Thu, 15 Jan 2015 17:44: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 AE587E0831 for ; Thu, 15 Jan 2015 17:44: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 ABD2734060A for ; Thu, 15 Jan 2015 17:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32F2FA4D for ; Thu, 15 Jan 2015 17:44:20 +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: <1421343834.5f9c2b4185d92def7228f32421ec3952ec48cb3b.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bcftools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bcftools/ChangeLog sci-biology/bcftools/bcftools-1.1.ebuild X-VCS-Directories: sci-biology/bcftools/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5f9c2b4185d92def7228f32421ec3952ec48cb3b X-VCS-Branch: master Date: Thu, 15 Jan 2015 17:44:20 +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: 420cf598-8fc0-4980-b909-85d186baa2b3 X-Archives-Hash: dda43bc2afbeeb784a2a6de6bb0e2263 commit: 5f9c2b4185d92def7228f32421ec3952ec48cb3b Author: Christoph Junghans gentoo org> AuthorDate: Thu Jan 15 17:43:54 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Jan 15 17:43:54 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f9c2b41 fixed license Package-Manager: portage-2.2.14 --- sci-biology/bcftools/ChangeLog | 3 +++ sci-biology/bcftools/bcftools-1.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/bcftools/ChangeLog b/sci-biology/bcftools/ChangeLog index 4e0a781..fc2086f 100644 --- a/sci-biology/bcftools/ChangeLog +++ b/sci-biology/bcftools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Jan 2015; Christoph Junghans bcftools-1.1.ebuild: + fixed license + *bcftools-1.1 (14 Jan 2015) 14 Jan 2015; Martin Mokrejs diff --git a/sci-biology/bcftools/bcftools-1.1.ebuild b/sci-biology/bcftools/bcftools-1.1.ebuild index e3f446f..7303278 100644 --- a/sci-biology/bcftools/bcftools-1.1.ebuild +++ b/sci-biology/bcftools/bcftools-1.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files" HOMEPAGE="http://www.htslib.org/bcftools_release_notes" SRC_URI="http://sourceforge.net/projects/samtools/files/samtools/1.1/bcftools-1.1.tar.bz2" -LICENSE="MIT-GRL" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE=""