Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140335 Details for
Bug 144453
Ikiwiki Ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for ikiwiki
ikiwiki-2.17.ebuild (text/plain), 1.04 KB, created by
Anthony de Boer
on 2008-01-07 01:00:22 UTC
(
hide
)
Description:
ebuild for ikiwiki
Filename:
MIME Type:
Creator:
Anthony de Boer
Created:
2008-01-07 01:00:22 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="ikiwiki wiki compiler" >HOMEPAGE="http://ikiwiki.info/" >SRC_URI="http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/${PN}_${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >S=${WORKDIR}/${PN} > >RDEPEND=">dev-lang/perl-5.8.0 > >=perl-gcpan/CGI-FormBuilder-3.05 > dev-perl/CGI-Session > >=perl-gcpan/Data-Dumper-2.121 > dev-perl/Digest-SHA1 > dev-perl/File-MimeInfo > dev-perl/HTML-Parser > dev-perl/HTML-Scrubber > dev-perl/HTML-Template > >=dev-perl/Locale-gettext-1.04 > dev-perl/Mail-Sendmail > dev-perl/RPC-XML > perl-gcpan/Text-Markdown > dev-perl/Time-Duration > dev-perl/TimeDate > dev-perl/URI > perl-gcpan/XML-Feed > dev-perl/XML-Simple" > >src_compile() { > perl Makefile.PL PREFIX=/usr || die "Makefile.PL failed" > emake || die "emake failed" >} > >src_test() { > make test >} > >src_install() { > make pure_install DESTDIR=${D} || die "make install failed" > dodoc README CHANGELOG NEWS > cp -r ${WORKDIR}/doc ${D}/usr/share/doc/${PF}/ >} >
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 144453
:
140335
|
140336
|
140340
|
140342
|
145837
|
159937
|
163403
|
244651