diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-12-15 20:23:25 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-12-15 20:23:25 +0000 |
commit | 886a8da39318ebbc19454baecaad108ab340a6a6 (patch) | |
tree | 7779f70e7f09b095c193f557bd7a0a382ec24ea8 /sci-biology/bioruby | |
parent | Initial commit. (diff) | |
download | gentoo-2-886a8da39318ebbc19454baecaad108ab340a6a6.tar.gz gentoo-2-886a8da39318ebbc19454baecaad108ab340a6a6.tar.bz2 gentoo-2-886a8da39318ebbc19454baecaad108ab340a6a6.zip |
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sci-biology/bioruby')
-rw-r--r-- | sci-biology/bioruby/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/bioruby/bioruby-1.3.1.ebuild | 27 | ||||
-rw-r--r-- | sci-biology/bioruby/bioruby-1.4.3.0001.ebuild | 34 |
3 files changed, 5 insertions, 62 deletions
diff --git a/sci-biology/bioruby/ChangeLog b/sci-biology/bioruby/ChangeLog index 3e58015003b2..c9343147c9ae 100644 --- a/sci-biology/bioruby/ChangeLog +++ b/sci-biology/bioruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/bioruby # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.20 2013/12/15 17:18:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.21 2013/12/15 20:23:25 mrueg Exp $ + + 15 Dec 2013; Manuel Rüger <mrueg@gentoo.org> -bioruby-1.3.1.ebuild, + -bioruby-1.4.3.0001.ebuild: + Cleanup old. 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> bioruby-1.4.3.0001-r1.ebuild: Stable for amd64, wrt bug #488414 diff --git a/sci-biology/bioruby/bioruby-1.3.1.ebuild b/sci-biology/bioruby/bioruby-1.3.1.ebuild deleted file mode 100644 index a90fda7ad3d5..000000000000 --- a/sci-biology/bioruby/bioruby-1.3.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-1.3.1.ebuild,v 1.2 2009/09/21 22:17:30 maekke Exp $ - -EAPI="2" - -inherit ruby - -DESCRIPTION="An integrated environment for bioinformatics using the Ruby language" -LICENSE="Ruby" -HOMEPAGE="http://www.bioruby.org/" -SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~ppc x86" - -USE_RUBY="ruby18" - -src_install() { - ${RUBY} setup.rb install --prefix="${D}" -} - -src_test() { - # NB: Some tests fail but don't raise an error. - ${RUBY} setup.rb test || die -} diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001.ebuild b/sci-biology/bioruby/bioruby-1.4.3.0001.ebuild deleted file mode 100644 index 50b42a50139b..000000000000 --- a/sci-biology/bioruby/bioruby-1.4.3.0001.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-1.4.3.0001.ebuild,v 1.2 2013/10/24 14:31:54 chainsaw Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19" - -inherit ruby-fakegem - -DESCRIPTION="An integrated environment for bioinformatics using the Ruby language" -LICENSE="Ruby" -HOMEPAGE="http://www.bioruby.org/" -SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~ppc ~x86" - -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 -} |