diff options
Diffstat (limited to 'dev-ruby/nitro/nitro-0.40.0.ebuild')
-rw-r--r-- | dev-ruby/nitro/nitro-0.40.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/nitro/nitro-0.40.0.ebuild b/dev-ruby/nitro/nitro-0.40.0.ebuild deleted file mode 100644 index 825ac947ab36..000000000000 --- a/dev-ruby/nitro/nitro-0.40.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.40.0.ebuild,v 1.6 2008/02/02 15:28:22 hollow Exp $ - -inherit depend.apache ruby gems - -USE_RUBY="ruby18" - -DESCRIPTION="An engine for developing professional Web Applications in Ruby" -HOMEPAGE="http://www.nitroproject.org" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -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 |