summaryrefslogtreecommitdiff
blob: 62684576972a67be9f392e0fff5f8e71f8a2e5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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