diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-11 22:34:55 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-11 22:34:55 +0000 |
commit | 757fe60cd87016ee879a114f207b49e9604eb953 (patch) | |
tree | 3ffb63af92abb01c08fbfccd7396bcf31b9fd863 /net-www/mod_bwshare | |
parent | Stable on sh wrt #111999 (diff) | |
download | historical-757fe60cd87016ee879a114f207b49e9604eb953.tar.gz historical-757fe60cd87016ee879a114f207b49e9604eb953.tar.bz2 historical-757fe60cd87016ee879a114f207b49e9604eb953.zip |
Revbump, fix bug #112215.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-www/mod_bwshare')
-rw-r--r-- | net-www/mod_bwshare/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_bwshare/Manifest | 16 | ||||
-rw-r--r-- | net-www/mod_bwshare/files/13_mod_bwshare.conf | 28 | ||||
-rw-r--r-- | net-www/mod_bwshare/files/digest-mod_bwshare-0.1.6 | 1 | ||||
-rw-r--r-- | net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild | 24 |
5 files changed, 50 insertions, 27 deletions
diff --git a/net-www/mod_bwshare/ChangeLog b/net-www/mod_bwshare/ChangeLog index e2b73587f803..fdea5bccb53e 100644 --- a/net-www/mod_bwshare/ChangeLog +++ b/net-www/mod_bwshare/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_bwshare # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.4 2005/09/18 19:51:06 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.5 2005/11/11 22:34:55 chtekk Exp $ + +*mod_bwshare-0.1.6 (11 Nov 2005) + + 11 Nov 2005; Luca Longinotti <chtekk@gentoo.org> + files/13_mod_bwshare.conf, +mod_bwshare-0.1.6.ebuild: + Revbump to 0.1.6 and add support for Apache2, fixing bug #112215. 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> mod_bwshare-0.1.3.ebuild: diff --git a/net-www/mod_bwshare/Manifest b/net-www/mod_bwshare/Manifest index 543bd6f83dbc..ae0bb251fce8 100644 --- a/net-www/mod_bwshare/Manifest +++ b/net-www/mod_bwshare/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 dec74b4142db1023038830085713b183 ChangeLog 676 -MD5 e2c5e67d1238ff794d34d9fec8172a98 files/13_mod_bwshare.conf 458 +MD5 5c9bbafd99d6a22a01de3756f127e698 ChangeLog 884 +MD5 69a67307004294debe4be69562c2ce5f files/13_mod_bwshare.conf 421 MD5 248f368d7a7cdfea8b13522fd0e80463 files/digest-mod_bwshare-0.1.3 61 +MD5 d3e83737f74dd2ea48c0cfd6896f46cc files/digest-mod_bwshare-0.1.6 61 MD5 7272d8b6d09e3e301b6a08aa9c912eb0 metadata.xml 226 MD5 69fc749aae013a5fe415470286dad381 mod_bwshare-0.1.3.ebuild 628 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDSXVSKf2g/qXtneoRAkB8AJ4y05PkszH6BFx6FgofUIaaWtUpVgCeMtT5 -7BGx+UA3n5sIuqgdZCC/Q4M= -=pYKS ------END PGP SIGNATURE----- +MD5 dda74b2a7a1a903d8b9dd50a349dca78 mod_bwshare-0.1.6.ebuild 694 diff --git a/net-www/mod_bwshare/files/13_mod_bwshare.conf b/net-www/mod_bwshare/files/13_mod_bwshare.conf index 620b17a561c2..f59c30d12124 100644 --- a/net-www/mod_bwshare/files/13_mod_bwshare.conf +++ b/net-www/mod_bwshare/files/13_mod_bwshare.conf @@ -1,21 +1,21 @@ <IfDefine BWSHARE> - <IfModule !mod_bwshare.c> - LoadModule bwshare_module modules/mod_bwshare.so - </IfModule> + <IfModule !mod_bwshare.c> + LoadModule bwshare_module modules/mod_bwshare.so + </IfModule> </IfDefine> <IfModule mod_bwshare.c> - # Some bandwidth control parameters - BW_tx1cred_rate 0.067 - BW_tx1debt_max 30 - BW_tx2cred_rate 1000 - BW_tx2debt_max 1000000 + # Some bandwidth control parameters + BW_tx1cred_rate 0.067 + BW_tx1debt_max 30 + BW_tx2cred_rate 1000 + BW_tx2debt_max 1000000 - <Location /bwshare-info> - SetHandler bwshare-info - </Location> + <Location /bwshare-info> + SetHandler bwshare-info + </Location> - <Location /bwshare-trace> - SetHandler bwshare-trace - </Location> + <Location /bwshare-trace> + SetHandler bwshare-trace + </Location> </IfModule> diff --git a/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.6 b/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.6 new file mode 100644 index 000000000000..ab766e2aad52 --- /dev/null +++ b/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.6 @@ -0,0 +1 @@ +MD5 ca63be617bcbe79f47b6a11979c33aaf bwshare-0.1.6.zip 51614 diff --git a/net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild b/net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild new file mode 100644 index 000000000000..62684576972a --- /dev/null +++ b/net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild,v 1.1 2005/11/11 22:34:55 chtekk Exp $ + +inherit eutils apache-module + +DESCRIPTION="Bandwidth throttling and balancing for Apache 1 and Apache 2" +HOMEPAGE="http://www.topology.org/src/bwshare/README.html" +SRC_URI="http://www.topology.org/src/bwshare/bwshare-${PV}.zip" + +KEYWORDS="~x86" +DEPEND="app-arch/unzip" +LICENSE="as-is" +SLOT="0" +IUSE="" + +S="${WORKDIR}/src/modules/bwshare/" + +APACHE1_MOD_CONF="13_${PN}" +APACHE1_MOD_DEFINE="BWSHARE" +APACHE2_MOD_CONF="13_${PN}" +APACHE2_MOD_DEFINE="BWSHARE" + +need_apache |