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 1C07E139097 for ; Sat, 17 Dec 2016 19:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 340CEE0C3D; Sat, 17 Dec 2016 19:20:14 +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 0927DE0C3B for ; Sat, 17 Dec 2016 19:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F331A340C97 for ; Sat, 17 Dec 2016 19:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E7E024FA for ; Sat, 17 Dec 2016 18:05:10 +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: <1481894857.c4af6be3da317f7336c994dffad3f27ddee52a46.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-genome-download/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-genome-download/metadata.xml sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild X-VCS-Directories: sci-biology/ncbi-genome-download/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4af6be3da317f7336c994dffad3f27ddee52a46 X-VCS-Branch: master Date: Sat, 17 Dec 2016 18:05:10 +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: dfb1929a-70b1-46de-99d4-c6fc82a19db7 X-Archives-Hash: 2a122db996fc6b84e201bff359d5f220 commit: c4af6be3da317f7336c994dffad3f27ddee52a46 Author: freeh4cker gmail com> AuthorDate: Fri Dec 16 13:27:37 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Dec 16 13:27:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4af6be3 sci-biology/ncbi-genome-download: new ebuild (#712) ncbi-genome-dowload first packaging. Package-Manager: portage-2.3.2 sci-biology/ncbi-genome-download/metadata.xml | 12 ++++++++++++ .../ncbi-genome-download-0.2.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sci-biology/ncbi-genome-download/metadata.xml b/sci-biology/ncbi-genome-download/metadata.xml new file mode 100644 index 0000000..80cc5d4 --- /dev/null +++ b/sci-biology/ncbi-genome-download/metadata.xml @@ -0,0 +1,12 @@ + + + + + freeh4cker@gmail.com + Bertrand NĂ©ron + + Scripts to download genomes from the NCBI FTP servers. + + ncbi-genome-download + + diff --git a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild b/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild new file mode 100644 index 0000000..c4149de --- /dev/null +++ b/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.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=( python2_7 python3_{4,5} ) + +inherit distutils-r1 python-r1 + +DESCRIPTION="Download genomes from the NCBI FTP servers" +HOMEPAGE="https://github.com/kblin/ncbi-genome-download" +SRC_URI="https://github.com/kblin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"