Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76560 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]
mod_cband-0.9.6.1_rc1.ebuild
mod_cband-0.9.6.1_rc1.ebuild (text/plain), 881 bytes, created by
Pawel Madej aka Nysander
on 2006-01-08 15:42:34 UTC
(
hide
)
Description:
mod_cband-0.9.6.1_rc1.ebuild
Filename:
MIME Type:
Creator:
Pawel Madej aka Nysander
Created:
2006-01-08 15:42:34 UTC
Size:
881 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit apache-module eutils >DESCRIPTION="Lightweight bandwidth limiting module for Apache2" >SRC_URI="http://dembol.nasa.pl/download/mod_cband/${PN/_/-}-${PV/_/-}.tgz" >HOMEPAGE="http://cband.linux.pl/" > >LICENSE="GPL-1" >KEYWORDS="~x86" >IUSE="" >SLOT="0" > >DEPEND=">=net-www/apache-2" > >APACHE_VERSION="2" >APACHE2_MOD_DEFINE="CBAND" > >S="${WORKDIR}"/"${PN/_/-}"-"${PV/_/-}" > >src_unpack() { > unpack ${A} > cd ${S} >} > >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