mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sci-biology/bioruby: remove obsolete live ebuild; add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
parent
d7b37b31f2
commit
5d30644ef1
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby21"
|
||||
USE_RUBY="ruby21 ruby22"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user