blob: 42710cb2c4c644158736a39edc4a29c6e237c7fa (
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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v 1.2 2008/02/02 15:28:22 hollow Exp $
inherit depend.apache ruby gems
DESCRIPTION="An engine for developing professional Web Applications in Ruby"
HOMEPAGE="http://www.nitroproject.org"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
IUSE="fastcgi lighttpd xslt"
DEPEND=">=dev-lang/ruby-1.8.5
=dev-ruby/og-${PV}
=dev-ruby/gen-${PV}
=dev-ruby/glue-${PV}
>=dev-ruby/redcloth-3.0.4
=dev-ruby/ruby-breakpoint-0.5.0
=dev-ruby/daemons-0.4.2
fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
lighttpd? ( >=www-servers/lighttpd-1.4.11 )
xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )"
want_apache2
|