summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-04-05 05:33:40 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-04-05 05:33:40 +0000
commitef2230450e8df7da62ff1e5102436b5318d7e4aa (patch)
tree0d746fbb98eb431d525d607902943770e577ab28 /dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild
parentRespect user CFLAGS. (diff)
downloadgentoo-2-ef2230450e8df7da62ff1e5102436b5318d7e4aa.tar.gz
gentoo-2-ef2230450e8df7da62ff1e5102436b5318d7e4aa.tar.bz2
gentoo-2-ef2230450e8df7da62ff1e5102436b5318d7e4aa.zip
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild')
-rw-r--r--dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild
new file mode 100644
index 000000000000..8d25f57a981f
--- /dev/null
+++ b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.6.ebuild,v 1.1 2005/04/05 05:33:40 pythonhead Exp $
+
+inherit ruby
+
+DESCRIPTION="FastCGI library for Ruby"
+HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=fcgi"
+SRC_URI="http://sugi.nemui.org/pub/ruby/fcgi/${P}.tar.gz"
+
+USE_RUBY="ruby16 ruby18 ruby19"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+LICENSE="Ruby"
+
+DEPEND="dev-libs/fcgi"
+
+IUSE=""