Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66382 Details for
Bug 103126
mod_tidy-0.5.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_tidy-0.5.ebuild
mod_tidy-0.5.ebuild (text/plain), 844 bytes, created by
Felix Kaechele
on 2005-08-20 04:06:38 UTC
(
hide
)
Description:
mod_tidy-0.5.ebuild
Filename:
MIME Type:
Creator:
Felix Kaechele
Created:
2005-08-20 04:06:38 UTC
Size:
844 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils apache-module > >DESCRIPTION="mod_tidy is a TidyLib based DSO module for the Apache 2 to parse, clean-up and pretty-print the webservers' (X)HTML output." >SRC_URI="http://mod-tidy.sourceforge.net/src/mod_tidy.tar.gz" >HOMEPAGE="http://mod-tidy.sourceforge.net/" > >SLOT="0" >LICENSE="Apache-2.0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >APACHE2_MOD_CONF="55_${PN}" >APACHE2_MOD_DEFINE="TIDY" > >S="${WORKDIR}/${PN}-${PV}" > >need_apache2 > >DEPEND="app-text/htmltidy" >DOCFILES="Changes INSTALL LICENSE README" > >src_compile() { > cd ${S} || die > > econf --with-apxs="${APXS2}" || die "configure failed" > > emake || die "make failed" >} > >src_install() { > cd ${S} || die > > mv -v src/mod_tidy.so > > apache-module_src_install >} > ># vim:ts=4
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 103126
: 66382 |
66383