aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild')
-rw-r--r--sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
deleted file mode 100644
index ad3ab1887..000000000
--- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for reading CD-HIT cluster reports"
-HOMEPAGE="https://rubygems.org/gems/bio-cd-hit-report"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-ruby/bundler-1.3.1
- dev-ruby/jeweler
- dev-ruby/minitest:*
- dev-ruby/rdoc"
-RDEPEND="${DEPEND}
- >=sci-biology/bioruby-1.4.3"