Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 335878 Details for
Bug 452624
[bumprequest] dev-ruby/fcgi - FastCGI library for Ruby
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ruby-fcgi-ng-0.1.0.ebuild
ruby-fcgi-ng-0.1.0.ebuild (text/plain), 841 bytes, created by
Vadim A. Misbakh-Soloviov (mva) (RETIRED)
on 2013-01-17 01:20:45 UTC
(
hide
)
Description:
ruby-fcgi-ng-0.1.0.ebuild
Filename:
MIME Type:
Creator:
Vadim A. Misbakh-Soloviov (mva) (RETIRED)
Created:
2013-01-17 01:20:45 UTC
Size:
841 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># > >EAPI="5" >USE_RUBY="ruby18 ruby19 ree18 jruby" > >RUBY_FAKEGEM_EXTRADOC="README.rdoc README.signals" > >inherit multilib ruby-fakegem > >DESCRIPTION="FastCGI library for Ruby" >HOMEPAGE="https://rubygems.org/gems/ruby-fcgi-ng/" > >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" >LICENSE="MIT" > >DEPEND+=" dev-libs/fcgi" >RDEPEND+=" dev-libs/fcgi" > >IUSE="" >SLOT="0" > >each_ruby_configure() { > case ${RUBY} in > *ruby18|*ruby19|*rubyee18) > ${RUBY} -C ext/fcgi extconf.rb || die "extconf failed" > ;; > esac >} > >each_ruby_compile() { > case ${RUBY} in > *ruby18|*ruby19|*rubyee18) > emake -C ext/fcgi > cp ext/fcgi/fcgi$(get_modname) lib || die "compile failed" > ;; > esac >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 452624
:
335876
|
335878
|
339494