summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/nitro/nitro-0.22.0.ebuild')
-rw-r--r--dev-ruby/nitro/nitro-0.22.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/nitro/nitro-0.22.0.ebuild b/dev-ruby/nitro/nitro-0.22.0.ebuild
deleted file mode 100644
index e355ca27a090..000000000000
--- a/dev-ruby/nitro/nitro-0.22.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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 )"