summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/mongrel/mongrel-1.1.2.ebuild')
-rw-r--r--www-servers/mongrel/mongrel-1.1.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/www-servers/mongrel/mongrel-1.1.2.ebuild b/www-servers/mongrel/mongrel-1.1.2.ebuild
new file mode 100644
index 000000000000..22d1d2a1c8b4
--- /dev/null
+++ b/www-servers/mongrel/mongrel-1.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/mongrel/mongrel-1.1.2.ebuild,v 1.1 2007/12/16 02:39:38 nichoj Exp $
+
+inherit gems
+
+DESCRIPTION="A small fast HTTP library and server that runs Rails, Camping, and Nitro apps"
+HOMEPAGE="http://mongrel.rubyforge.org/"
+
+LICENSE="mongrel"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+USE_RUBY="any"
+DEPEND=">=dev-ruby/daemons-1.0.3
+ >=dev-ruby/gem_plugin-0.2.3
+ >=dev-ruby/fastthread-1.0.1
+ >=dev-ruby/cgi_multipart_eof_fix-2.4"