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 4D5D2139694 for ; Mon, 15 May 2017 21:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52CD8E0D1C; Mon, 15 May 2017 21:14:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2DDE9E0D1C for ; Mon, 15 May 2017 21:14:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7E273416D5 for ; Mon, 15 May 2017 21:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371767454 for ; Mon, 15 May 2017 21:14:16 +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: <1494882844.f667c44afb6544667c0ba8fadb3d2f70fadf08ad.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SOAPdenovo2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/SOAPdenovo2/SOAPdenovo2-240.ebuild sci-biology/SOAPdenovo2/metadata.xml X-VCS-Directories: sci-biology/SOAPdenovo2/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: f667c44afb6544667c0ba8fadb3d2f70fadf08ad X-VCS-Branch: master Date: Mon, 15 May 2017 21:14:16 +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: e833f729-9cb3-44d5-90a6-9053f60ac512 X-Archives-Hash: 08f4d2c9b55856ccec6eecabd83acb55 commit: f667c44afb6544667c0ba8fadb3d2f70fadf08ad Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon May 15 21:14:04 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon May 15 21:14:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f667c44a sci-biology/SOAPdenovo2: new package Does not respect CFLAGS, compile fails Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-biology/SOAPdenovo2/SOAPdenovo2-240.ebuild | 20 ++++++++++++++++++++ sci-biology/SOAPdenovo2/metadata.xml | 12 ++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sci-biology/SOAPdenovo2/SOAPdenovo2-240.ebuild b/sci-biology/SOAPdenovo2/SOAPdenovo2-240.ebuild new file mode 100644 index 000000000..cfd5749db --- /dev/null +++ b/sci-biology/SOAPdenovo2/SOAPdenovo2-240.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Whole genome shotgun assembler (sparse de Bruijn graph)" +HOMEPAGE="https://sourceforge.net/projects/soapdenovo2 + https://github.com/aquaskyline/SOAPdenovo2 + http://gigascience.biomedcentral.com/articles/10.1186/2047-217X-1-18" +SRC_URI="https://sourceforge.net/projects/soapdenovo2/files/${PN}/src/r${PV}/${PN}-src-r${PV}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/"${PN}"-src-r"${PV}" diff --git a/sci-biology/SOAPdenovo2/metadata.xml b/sci-biology/SOAPdenovo2/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/sci-biology/SOAPdenovo2/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + +