diff options
Diffstat (limited to 'net-www/mod_bw')
-rw-r--r-- | net-www/mod_bw/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/mod_bw/files/digest-mod_bw-0.7 | 3 | ||||
-rw-r--r-- | net-www/mod_bw/mod_bw-0.7.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/net-www/mod_bw/ChangeLog b/net-www/mod_bw/ChangeLog index 0a21a8a83f4c..72f6e5b04069 100644 --- a/net-www/mod_bw/ChangeLog +++ b/net-www/mod_bw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mod_bw -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/ChangeLog,v 1.6 2006/01/17 16:52:04 nixnut Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/ChangeLog,v 1.7 2007/01/07 17:25:46 kloeri Exp $ + +*mod_bw-0.7 (07 Jan 2007) + + 07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> +mod_bw-0.7.ebuild: + Version bump, fixes bug 150174. 17 Jan 2006; <nixnut@gentoo.org> mod_bw-0.6.ebuild: Added ~ppc keyword. bug 119156 diff --git a/net-www/mod_bw/files/digest-mod_bw-0.7 b/net-www/mod_bw/files/digest-mod_bw-0.7 new file mode 100644 index 000000000000..c888b8ea0056 --- /dev/null +++ b/net-www/mod_bw/files/digest-mod_bw-0.7 @@ -0,0 +1,3 @@ +MD5 4a1f803dbaf60ef72e1c683db3937b50 mod_bw-0.7.tgz 18654 +RMD160 b64d990485523fedbe7ba2b31362e1772d03b413 mod_bw-0.7.tgz 18654 +SHA256 c3570fe437ac5966a17f4f37d30489948977db80ba30b46ba3dd6e6abdda1256 mod_bw-0.7.tgz 18654 diff --git a/net-www/mod_bw/mod_bw-0.7.ebuild b/net-www/mod_bw/mod_bw-0.7.ebuild new file mode 100644 index 000000000000..a076a0ae50fe --- /dev/null +++ b/net-www/mod_bw/mod_bw-0.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/mod_bw-0.7.ebuild,v 1.1 2007/01/07 17:25:46 kloeri Exp $ + +inherit eutils apache-module + +DESCRIPTION="Bandwidth Management Module for Apache 2.0" +HOMEPAGE="http://www.ivn.cl/apache/" +SRC_URI="http://www.ivn.cl/apache/files/source/${P}.tgz" + +KEYWORDS="~amd64 ~ppc x86" +DEPEND="" +LICENSE="Apache-1.1" +SLOT="1" +IUSE="" + +APACHE2_MOD_CONF="11_${PN}" +APACHE2_MOD_DEFINE="BW" + +need_apache2 + +S=${WORKDIR}/mod_bw |