Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46704 Details for
Bug 75433
app-doc/NaturalDocs-1.32.ebuild (Updated Ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
NaturalDocs-1.32.ebuild (Updated ebuild)
NaturalDocs-1.32.ebuild (text/plain), 1.49 KB, created by
Ali Sabil
on 2004-12-23 05:05:02 UTC
(
hide
)
Description:
NaturalDocs-1.32.ebuild (Updated ebuild)
Filename:
MIME Type:
Creator:
Ali Sabil
Created:
2004-12-23 05:05:02 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild,v 1.6 2004/11/12 18:19:26 blubb Exp $ > >DESCRIPTION="Extensible, multi-language source code documentation generator" >HOMEPAGE="http://www.naturaldocs.org/" >SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" > >IUSE="" >RESTRICT="nomirror" > >RDEPEND="dev-lang/perl" >DEPEND="${RDEPEND}" > >src_unpack() { > mkdir ${P} || die "could not create directory ${P}" > cd ${P} > unzip ${DISTDIR}/${P}.zip > > # See if we have a patch. If we have more than one, use the highest- > # numbered one *only* > local patch=`ls -r ${DISTDIR}/${P}-Patch-?.zip | head -n -1` > > # If we have a patch, it is actually a whole new Perl module. Just > # unzip it over top of the original one. > if [ -n "${patch}" ]; then > einfo Applying patch: `basename ${patch}` > unzip -o ${patch} > fi >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > # Install Perl script, modules, and other supporting stuff > dodir /usr/share/NaturalDocs > cp -a NaturalDocs ${D}/usr/share/NaturalDocs/ > cp -ar Modules Styles ${D}/usr/share/NaturalDocs/ > > # Make the Perl script executable > chmod a+x ${D}/usr/share/NaturalDocs/NaturalDocs > > # Symlink the Perl script into /usr/bin > dodir /usr/bin > dosym /usr/share/NaturalDocs/NaturalDocs /usr/bin/NaturalDocs > > # Documentation > dodoc *.txt > dodoc Info/*.txt > dohtml -r Help/* >}
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 75433
:
46704
|
46709
|
47109
|
47200