Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2920 Details for
Bug 6209
dev-ruby/rdoc-0_beta2.ebuild (New)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rdoc-0_beta2.ebuild
rdoc-0_beta2.ebuild (text/plain), 1.08 KB, created by
Jeremiah Mahler
on 2002-08-08 11:29:28 UTC
(
hide
)
Description:
rdoc-0_beta2.ebuild
Filename:
MIME Type:
Creator:
Jeremiah Mahler
Created:
2002-08-08 11:29:28 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># There are 2 USE variables for this ebuild. ># rdoc_doc - whether or not to generate documentation ># rdoc_graphiz - whether or not to install the optional media-gfx/graphiz ># afterwards. > >DESCRIPTION="RDoc produces documentation from Ruby source files" >HOMEPAGE="http://rdoc.sourceforge.net/" >SRC_URI="http://unc.dl.sourceforge.net/sourceforge/rdoc/rdoc-beta-2.tgz" >LICENSE="Ruby" >SLOT="0" >KEYWORDS="x86" > >DEPEND=">=dev-lang/ruby-1.6.7 > rdoc_graphviz? ( >=media-gfx/graphviz-1.7.15-r2 )" > >S=${WORKDIR}/"rdoc-beta-2" > >src_compile() { > local myconf > > if [ "`use rdoc_doc`" ]; then > if [ "`use rdoc_graphviz`" ]; then > ruby rdoc.rb --diagram > else > ruby rdoc.rb > fi > fi >} > >src_install () { > export DESTDIR=${D} > ruby install.rb || die > > dodoc ChangeLog EXAMPLE.rb NEW_FEATURES README ToDo > cp -R contrib ${D}usr/share/doc/${PF}/${DOCDESTTREE}/ > cp -R etc ${D}usr/share/doc/${PF}/${DOCDESTTREE}/ > > if [ -d doc ]; then > cp -R doc ${D}usr/share/doc/${PF}/${DOCDESTTREE}/ > 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 6209
: 2920