aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/ncbi-genome-download')
-rw-r--r--sci-biology/ncbi-genome-download/Manifest1
-rw-r--r--sci-biology/ncbi-genome-download/metadata.xml12
-rw-r--r--sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild20
3 files changed, 0 insertions, 33 deletions
diff --git a/sci-biology/ncbi-genome-download/Manifest b/sci-biology/ncbi-genome-download/Manifest
deleted file mode 100644
index 93f87bdd3..000000000
--- a/sci-biology/ncbi-genome-download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ncbi-genome-download-0.2.2.tar.gz 17601 BLAKE2B fd3b132d67d6e81429b2d6f1078a588ed2efb71d847bd5ca6cc5b934cf136b18d93e2afa25393f8c4e296ea7f8c13e7bf0c95700480f899fbbbc377863896594 SHA512 da5ccc00d02db272b647e89f27caea1c396776b3a548882bb04b7385cece6105abcc8bb15cfed07a155d59d9442cb8e925697f814ada78a5c68be2ca042e186f
diff --git a/sci-biology/ncbi-genome-download/metadata.xml b/sci-biology/ncbi-genome-download/metadata.xml
deleted file mode 100644
index 0bd027def..000000000
--- a/sci-biology/ncbi-genome-download/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>freeh4cker@gmail.com</email>
- <name>Bertrand NĂ©ron</name>
- </maintainer>
- <longdescription>Scripts to download genomes from the NCBI FTP servers.</longdescription>
- <upstream>
- <remote-id type="github">kblin/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
deleted file mode 100644
index fe3d0f2d4..000000000
--- a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"