summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-02-24 10:10:21 +0100
committerHans de Graaff <graaff@gentoo.org>2019-02-24 16:21:36 +0100
commit264ee7ff4bbe0d64ecbe1b06346a97198c95cab9 (patch)
tree43f04e0080277d1de1e01579db2853ddfd1ccb0a /sci-biology/bioruby/bioruby-1.5.2.ebuild
parentapp-crypt/openpgp-keys-gentoo-release: Cover releng key with tests (diff)
downloadgentoo-264ee7ff4bbe0d64ecbe1b06346a97198c95cab9.tar.gz
gentoo-264ee7ff4bbe0d64ecbe1b06346a97198c95cab9.tar.bz2
gentoo-264ee7ff4bbe0d64ecbe1b06346a97198c95cab9.zip
sci-biology/bioruby: add 1.5.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-biology/bioruby/bioruby-1.5.2.ebuild')
-rw-r--r--sci-biology/bioruby/bioruby-1.5.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-biology/bioruby/bioruby-1.5.2.ebuild b/sci-biology/bioruby/bioruby-1.5.2.ebuild
new file mode 100644
index 000000000000..69854312675e
--- /dev/null
+++ b/sci-biology/bioruby/bioruby-1.5.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_NAME="bio"
+
+RUBY_FAKEGEM_EXTRAINSTALL="etc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
+LICENSE="Ruby"
+HOMEPAGE="http://bioruby.org/"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+ruby_add_rdepend "dev-ruby/libxml"