blob: e355ca27a090e1a82afc49f78298b75224edb169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.22.0.ebuild,v 1.1 2005/08/16 16:45:07 citizen428 Exp $
inherit ruby gems
USE_RUBY="ruby18"
DESCRIPTION="An engine for developing professional Web Applications in Ruby"
HOMEPAGE="http://www.nitrohq.com/"
SRC_URI="http://rubyforge.org/frs/download.php/5459/${P}.gem"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~x86"
IUSE="fastcgi mysql postgres sqlite xslt"
DEPEND=">=dev-lang/ruby-1.8.2
=dev-ruby/glue-0.22.0
=dev-ruby/og-0.22.0
>=dev-ruby/ruby-breakpoint-0.5.0
>=dev-ruby/redcloth-3.0.3
fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )
mysql? ( >=dev-ruby/mysql-ruby-2.5 )
postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )
sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
xslt? ( >=dev-ruby/ruby-xslt-0.8.1 )"
|