diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-03-23 12:15:51 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-03-23 12:15:51 +0000 |
commit | d8134fd6bc71eb46816c7888893a58f3e393af34 (patch) | |
tree | 3bfdb97948da57042102eb6f2066cde7fdb49919 /dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild | |
parent | dep ant -> ant-core (diff) | |
download | gentoo-2-d8134fd6bc71eb46816c7888893a58f3e393af34.tar.gz gentoo-2-d8134fd6bc71eb46816c7888893a58f3e393af34.tar.bz2 gentoo-2-d8134fd6bc71eb46816c7888893a58f3e393af34.zip |
Rev bump for Memory leak (Bug #86366)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild')
-rw-r--r-- | dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild new file mode 100644 index 000000000000..8b68ffb5c868 --- /dev/null +++ b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild @@ -0,0 +1,19 @@ +# 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.5-r1.ebuild,v 1.1 2005/03/23 12:15:51 caleb Exp $ + +inherit ruby + +DESCRIPTION="FastCGI library for Ruby" +HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=fcgi" +SRC_URI="http://www.moonwolf.com/ruby/archive/${P}.tar.gz" + +USE_RUBY="ruby16 ruby18 ruby19" +KEYWORDS="~x86 ~ppc ~amd64" +LICENSE="Ruby" + +DEPEND="dev-libs/fcgi" + +IUSE="" + +PATCHES="${FILESDIR}/${PN}-leak.patch ${FILESDIR}/${PN}-sigabrt.patch" |