summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-14 02:10:08 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-14 02:10:08 +0000
commitcb1fab9e00931193229d3253d9fb39c76f7f9a59 (patch)
tree124adc0fd774e6dc23f51f33e1668d3c29da3ab2 /net-www/mod_bw
parentStable on Alpha. (diff)
downloadhistorical-cb1fab9e00931193229d3253d9fb39c76f7f9a59.tar.gz
historical-cb1fab9e00931193229d3253d9fb39c76f7f9a59.tar.bz2
historical-cb1fab9e00931193229d3253d9fb39c76f7f9a59.zip
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'net-www/mod_bw')
-rw-r--r--net-www/mod_bw/ChangeLog6
-rw-r--r--net-www/mod_bw/mod_bw-0.7.ebuild14
2 files changed, 13 insertions, 7 deletions
diff --git a/net-www/mod_bw/ChangeLog b/net-www/mod_bw/ChangeLog
index 72f6e5b04069..a8121af8bd8b 100644
--- a/net-www/mod_bw/ChangeLog
+++ b/net-www/mod_bw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_bw
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/ChangeLog,v 1.8 2007/01/14 02:10:08 chtekk Exp $
+
+ 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -mod_bw-0.5_rc1.ebuild,
+ -mod_bw-0.5.ebuild, -mod_bw-0.6.ebuild, mod_bw-0.7.ebuild:
+ Cleanup.
*mod_bw-0.7 (07 Jan 2007)
diff --git a/net-www/mod_bw/mod_bw-0.7.ebuild b/net-www/mod_bw/mod_bw-0.7.ebuild
index a076a0ae50fe..e848c743d413 100644
--- a/net-www/mod_bw/mod_bw-0.7.ebuild
+++ b/net-www/mod_bw/mod_bw-0.7.ebuild
@@ -1,22 +1,24 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/mod_bw-0.7.ebuild,v 1.2 2007/01/14 02:10:08 chtekk Exp $
-inherit eutils apache-module
+inherit apache-module
-DESCRIPTION="Bandwidth Management Module for Apache 2.0"
+DESCRIPTION="Bandwidth Management Module for Apache2."
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"
+SLOT="0"
IUSE=""
+DEPEND=""
+RDEPEND=""
+
APACHE2_MOD_CONF="11_${PN}"
APACHE2_MOD_DEFINE="BW"
need_apache2
-S=${WORKDIR}/mod_bw
+S="${WORKDIR}/${PN}"