summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-02-15 20:38:27 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-02-15 20:38:27 +0000
commit2f6eb8de7306df03834aea32efb3e548cc0cd691 (patch)
tree1d214de54e23b63e04777dc2600413ea96edf430 /net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild
parentadded mod_bwshare-0.1.3 (diff)
downloadgentoo-2-2f6eb8de7306df03834aea32efb3e548cc0cd691.tar.gz
gentoo-2-2f6eb8de7306df03834aea32efb3e548cc0cd691.tar.bz2
gentoo-2-2f6eb8de7306df03834aea32efb3e548cc0cd691.zip
initial revision
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild')
-rw-r--r--net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild
new file mode 100644
index 000000000000..64ca7319fee1
--- /dev/null
+++ b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild
@@ -0,0 +1,23 @@
+# 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.3.ebuild,v 1.1 2005/02/15 20:38:27 hollow Exp $
+
+inherit eutils apache-module
+
+DESCRIPTION="bandwidth throttling and balancing for Apache 1.3.x and 2.0.44"
+HOMEPAGE="http://www.topology.org/src/bwshare/README.html"
+SRC_URI="http://www.topology.org/src/bwshare/bwshare-${PV}.zip"
+
+KEYWORDS="~x86"
+DEPEND=""
+LICENSE="as-is"
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/src/modules/bwshare/
+
+APXS1_ARGS="-c ${PN}.c"
+APACHE1_MOD_CONF="13_${PN}"
+APACHE1_MOD_DEFINE="BWSHARE"
+
+need_apache1