Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10195 Details for
Bug 14895
eruby-1.0.2.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
eruby-1.0.3.ebuild
eruby-1.0.3.ebuild (text/plain), 1.33 KB, created by
Tom Payne (RETIRED)
on 2003-04-04 09:15:39 UTC
(
hide
)
Description:
eruby-1.0.3.ebuild
Filename:
MIME Type:
Creator:
Tom Payne (RETIRED)
Created:
2003-04-04 09:15:39 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># Maintaner: Tools Team <tools@gentoo.org> ># $Header: /home/cvsroot/gentoo-x86/dev-ruby/eruby/eruby-0.9.7.ebuild,v 1.7 2003/02/28 16:54:59 liquidx Exp $ > >S=${WORKDIR}/${P} >DESCRIPTION="eRuby interprets a Ruby code embedded text file." >SRC_URI="http://www.modruby.net/archive/${P}.tar.gz" >HOMEPAGE="http://www.modruby.net" >LICENSE="GPL-2 | LGPL-2.1" >KEYWORDS="x86" >SLOT="0" > >DEPEND="virtual/glibc > >=dev-lang/ruby-1.6.1" > >src_compile() { > ruby ./configure.rb --with-charset=iso-8859-15 || die > make || die >} > >src_install () { > make DESTDIR=${D} install || die > dodoc README.* ChangeLog COPYING >} > >pkg_postinst() { > einfo "Run ebuild ruby-${PV}.ebuild config to update httpd.conf" >} > >pkg_config() { > if [ -f "${ROOT}/etc/httpd/httpd.conf" ] ; then > einfo "Activating ruby interpretation for /ruby location" > cp ${ROOT}/etc/httpd/httpd.conf ${ROOT}/etc/httpd/httpd.conf.orig > echo " ><IfModule mod_ruby.c> >RubyRequire apache/ruby-run > ># Excucute files under /ruby as Ruby scripts ><Location /ruby> > SetHandler ruby-object > RubyHandler Apache::RubyRun.instance ></Location> > ># Execute *.rbx files as Ruby scripts ><Files *.rbx> > SetHandler ruby-object > RubyHandler Apache::RubyRun.instance ></Files> ></IfModule>" >> ${ROOT}/etc/httpd/httpd.conf > fi >}
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 14895
:
7801
| 10195