commit: c4af6be3da317f7336c994dffad3f27ddee52a46 Author: freeh4cker <freeh4cker <AT> gmail <DOT> com> AuthorDate: Fri Dec 16 13:27:37 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Bertrand Néron</name> + </maintainer> + <longdescription>Scripts to download genomes from the NCBI FTP servers.</longdescription> + <upstream> + <remote-id type="github">ncbi-genome-download</remote-id> + </upstream> +</pkgmetadata> 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}"
