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 9EBBB1391DB for ; Mon, 24 Mar 2014 01:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5515FE0B7C; Mon, 24 Mar 2014 01:35:20 +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 DC521E0B7C for ; Mon, 24 Mar 2014 01:35:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47CED33F8BA for ; Mon, 24 Mar 2014 01:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 060B1188EF for ; Mon, 24 Mar 2014 01:35:17 +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: <1395624849.79e7216e5ab7821f6dd9a500624403074b36a074.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pileup/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pileup/ChangeLog sci-biology/pileup/pileup-0.6.ebuild X-VCS-Directories: sci-biology/pileup/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 79e7216e5ab7821f6dd9a500624403074b36a074 X-VCS-Branch: master Date: Mon, 24 Mar 2014 01:35:17 +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: d88be20e-5891-4537-8e02-4316f8f654f1 X-Archives-Hash: da4e60d408dc4a13df2a821b902d8922 commit: 79e7216e5ab7821f6dd9a500624403074b36a074 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Mar 24 01:34:09 2014 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Mar 24 01:34:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79e7216e sci-biology/pileup: dropped KEYWORDS due to misisng LICENSE --- sci-biology/pileup/ChangeLog | 4 ++++ sci-biology/pileup/pileup-0.6.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-biology/pileup/ChangeLog b/sci-biology/pileup/ChangeLog index ea30368..5589ac4 100644 --- a/sci-biology/pileup/ChangeLog +++ b/sci-biology/pileup/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Mar 2014; Martin Mokrejs pileup-0.6.ebuild, + metadata.xml: + dropped KEYWORDS due to misisng LICENSE + *pileup-0.6 (24 Mar 2014) 24 Mar 2014; Martin Mokrejs +pileup-0.6.ebuild, diff --git a/sci-biology/pileup/pileup-0.6.ebuild b/sci-biology/pileup/pileup-0.6.ebuild index e78d5de..c4d6f00 100644 --- a/sci-biology/pileup/pileup-0.6.ebuild +++ b/sci-biology/pileup/pileup-0.6.ebuild @@ -4,7 +4,7 @@ EAPI=3 -DESCRIPTION="Pipeline to align reads into the format also understood by samtools, maq, pipeline maybe using ssaha2?" +DESCRIPTION="SSAHA2-based pipeline to align reads into format also understood by samtools, maq" HOMEPAGE="http://www.sanger.ac.uk/resources/software/ssaha2/" SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha2/pileup.tgz" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha2/pileup.tgz" # LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND=""