14 lines
462 B
Bash
14 lines
462 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-1.1.0.ebuild,v 1.1 2007/09/16 10:30:38 markusle 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"
|