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 E420B59CAF for ; Sun, 10 Apr 2016 13:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 894C921C00F; Sun, 10 Apr 2016 13:20:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32F7521C00F for ; Sun, 10 Apr 2016 13:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08BBF3408D4 for ; Sun, 10 Apr 2016 13:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 907A5C8 for ; Sun, 10 Apr 2016 13:20:20 +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: <1460294241.ec37fad877f9e8a8d529a968629aaba44cb0e774.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Fastaq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Fastaq/Fastaq-9999.ebuild sci-biology/Fastaq/metadata.xml X-VCS-Directories: sci-biology/Fastaq/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: ec37fad877f9e8a8d529a968629aaba44cb0e774 X-VCS-Branch: master Date: Sun, 10 Apr 2016 13:20: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: ea65192c-b5c9-4cf4-bcf9-f9b99ea70540 X-Archives-Hash: d58674635d11bb0c1e2fe990d4e6bd3c commit: ec37fad877f9e8a8d529a968629aaba44cb0e774 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun Apr 10 13:17:21 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Apr 10 13:17:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec37fad8 sci-biology/Fastaq: new package Package-Manager: portage-2.2.28 sci-biology/Fastaq/Fastaq-9999.ebuild | 21 +++++++++++++++++++++ sci-biology/Fastaq/metadata.xml | 12 ++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sci-biology/Fastaq/Fastaq-9999.ebuild b/sci-biology/Fastaq/Fastaq-9999.ebuild new file mode 100644 index 0000000..9acd60e --- /dev/null +++ b/sci-biology/Fastaq/Fastaq-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python3_3 python3_4 ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Python3 script to manipulate FASTA/Q files plus API for developers" +HOMEPAGE="https://github.com/sanger-pathogens/Fastaq" +EGIT_REPO_URI="https://github.com/sanger-pathogens/Fastaq.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/Fastaq/metadata.xml b/sci-biology/Fastaq/metadata.xml new file mode 100644 index 0000000..f68a1b6 --- /dev/null +++ b/sci-biology/Fastaq/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + +