Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78908 Details for
Bug 118334
mod_cband - new app [ebuild provided]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated for 0.9.7.2
mod_cband-0.9.7.2.ebuild (text/plain), 799 bytes, created by
Mike Crute
on 2006-02-04 16:33:31 UTC
(
hide
)
Description:
Updated for 0.9.7.2
Filename:
MIME Type:
Creator:
Mike Crute
Created:
2006-02-04 16:33:31 UTC
Size:
799 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit apache-module > >MY_P=${PN/_/-}-${PV/_/-} > >DESCRIPTION="Lightweight bandwidth limiting module for Apache2" >SRC_URI="http://dembol.nasa.pl/download/mod_cband/${MY_P}.tgz" >HOMEPAGE="http://cband.linux.pl/" > >LICENSE="GPL-1" >KEYWORDS="~x86" >IUSE="" >SLOT="0" > >need_apache2 >APACHE2_MOD_DEFINE="CBAND" > >S="${WORKDIR}"/${MY_P} > >src_compile() { > econf --with-apxs="${APXS2}" || die "configure failed" > emake || die "make failed" >} > >src_install() { > insinto /etc/apache2/modules.d/ > doins "${FILESDIR}"/60_${PN}.conf > > insinto /etc/apache2/vhosts.d/ > doins "${FILESDIR}"/60_${PN}_default_vhost.conf > > dodoc conf/* Changes AUTHORS libpatricia.copyright > > apache-module_src_install >}
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 118334
:
76557
|
76558
|
76559
|
76560
|
76567
| 78908