summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-03-04 18:40:28 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-03-04 18:40:28 +0000
commit0e9ef3271eb26af725c573c96b8bd6f1928c37f0 (patch)
treee9a647687a266f5c218036f61589e5232503ef60 /sci-biology/bioruby
parentamd64 stable wrt security bug #261032 (diff)
downloadgentoo-2-0e9ef3271eb26af725c573c96b8bd6f1928c37f0.tar.gz
gentoo-2-0e9ef3271eb26af725c573c96b8bd6f1928c37f0.tar.bz2
gentoo-2-0e9ef3271eb26af725c573c96b8bd6f1928c37f0.zip
Version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'sci-biology/bioruby')
-rw-r--r--sci-biology/bioruby/ChangeLog9
-rw-r--r--sci-biology/bioruby/bioruby-1.3.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/sci-biology/bioruby/ChangeLog b/sci-biology/bioruby/ChangeLog
index a63a5a1b293f..b5712ae12799 100644
--- a/sci-biology/bioruby/ChangeLog
+++ b/sci-biology/bioruby/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/bioruby
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.8 2007/09/16 10:30:38 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.9 2009/03/04 18:40:28 weaver Exp $
+
+*bioruby-1.3.0 (04 Mar 2009)
+
+ 04 Mar 2009; Andrey Kislyuk <weaver@gentoo.org> +bioruby-1.3.0.ebuild:
+ Version bump.
*bioruby-1.1.0 (16 Sep 2007)
diff --git a/sci-biology/bioruby/bioruby-1.3.0.ebuild b/sci-biology/bioruby/bioruby-1.3.0.ebuild
new file mode 100644
index 000000000000..a20f580a6fd3
--- /dev/null
+++ b/sci-biology/bioruby/bioruby-1.3.0.ebuild
@@ -0,0 +1,20 @@
+# 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.0.ebuild,v 1.1 2009/03/04 18:40:28 weaver Exp $
+
+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="~ppc ~x86 ~amd64"
+
+USE_RUBY="ruby18"
+
+src_install() {
+ ${RUBY} setup.rb install --prefix="${D}"
+}