summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-08-18 10:06:45 +0200
committerHans de Graaff <graaff@gentoo.org>2017-08-20 10:59:12 +0200
commit5d30644ef17fdf65863b66aa084c96c4feeee40f (patch)
treebc3adb7960f9ec3d8bb9c00c7bb1ae3f5eb4bfcd
parentadd ruby22 to some ebuilds to keep valid while masked (diff)
downloadgentoo-5d30644ef17fdf65863b66aa084c96c4feeee40f.tar.gz
gentoo-5d30644ef17fdf65863b66aa084c96c4feeee40f.tar.bz2
gentoo-5d30644ef17fdf65863b66aa084c96c4feeee40f.zip
sci-biology/bioruby: remove obsolete live ebuild; add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild2
-rw-r--r--sci-biology/bioruby/bioruby-9999.ebuild39
2 files changed, 1 insertions, 40 deletions
diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
index 8b35f96390c6..de7ff26eeb4b 100644
--- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
+++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-USE_RUBY="ruby21"
+USE_RUBY="ruby21 ruby22"
inherit ruby-fakegem
diff --git a/sci-biology/bioruby/bioruby-9999.ebuild b/sci-biology/bioruby/bioruby-9999.ebuild
deleted file mode 100644
index f93d8260e3c6..000000000000
--- a/sci-biology/bioruby/bioruby-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21"
-EGIT_REPO_URI="https://github.com/bioruby/bioruby.git"
-
-inherit git-2 ruby-fakegem
-
-DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
-LICENSE="Ruby"
-HOMEPAGE="http://bioruby.org/"
-SRC_URI=""
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-ruby_add_rdepend "dev-ruby/libxml"
-
-all_ruby_unpack() {
- git-2_src_unpack
-}
-
-each_ruby_configure() {
- ${RUBY} setup.rb config || die
-}
-
-each_ruby_compile() {
- ${RUBY} setup.rb setup || die
-}
-
-each_ruby_install() {
- ${RUBY} setup.rb install --prefix="${D}" || die
-}
-
-each_ruby_test() {
- ${RUBY} -rubygems test/runner.rb || die
-}