Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 14 Jan 2007 02:10:08 +0000 (02:10 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 14 Jan 2007 02:10:08 +0000 (02:10 +0000)
Package-Manager: portage-2.1.2_rc4-r8

net-www/mod_bw/ChangeLog
net-www/mod_bw/mod_bw-0.7.ebuild

index 72f6e5b040693a74ba7085af573adf4a2ba1569d..a8121af8bd8bb6033554e83086ed89e04851e183 100644 (file)
@@ -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)
 
index a076a0ae50fe6a6d30676cd921705be84120407b..e848c743d41387a693a8f8d082f9b78946f0ab9d 100644 (file)
@@ -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}"