diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-20 15:23:07 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-20 15:23:07 +0000 |
commit | 4b96e7d4219a192f74da01b8498521e83c6dbcd5 (patch) | |
tree | b7343e6db1e4712aff81273e0ebc5085dd2ab032 /net-www/mod_bandwidth | |
parent | marked stable for x86. (Manifest recommit) (diff) | |
download | gentoo-2-4b96e7d4219a192f74da01b8498521e83c6dbcd5.tar.gz gentoo-2-4b96e7d4219a192f74da01b8498521e83c6dbcd5.tar.bz2 gentoo-2-4b96e7d4219a192f74da01b8498521e83c6dbcd5.zip |
Ebuild cleanups.
Diffstat (limited to 'net-www/mod_bandwidth')
-rw-r--r-- | net-www/mod_bandwidth/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-www/mod_bandwidth/ChangeLog b/net-www/mod_bandwidth/ChangeLog index db43fa69d36d..6aa1f36e6bee 100644 --- a/net-www/mod_bandwidth/ChangeLog +++ b/net-www/mod_bandwidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_bandwidth # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.5 2004/06/20 13:59:28 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.6 2004/06/20 15:23:07 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_bandwidth-2.0.4.ebuild, + mod_bandwidth-2.0.5.ebuild: + Ebuild clean ups. 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_bandwidth-2.0.4.ebuild, mod_bandwidth-2.0.5.ebuild: diff --git a/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild b/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild index f44850ff2295..808aaa808ef4 100644 --- a/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild +++ b/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild,v 1.4 2004/06/20 13:59:28 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.4.ebuild,v 1.5 2004/06/20 15:23:07 zul Exp $ DESCRIPTION="Bandwidth Management Module for Apache" HOMEPAGE="http://www.cohprog.com/v3/bandwidth/intro-en.html" @@ -10,6 +10,7 @@ SLOT="0" KEYWORDS="x86 ~sparc" IUSE="" DEPEND="=net-www/apache-1*" +RDEPEND="" src_unpack() { mkdir -p ${S} && cp ${DISTDIR}/${A} ${S} || die diff --git a/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild b/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild index 29af4e24151b..ec47ff4ee728 100644 --- a/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild +++ b/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild,v 1.2 2004/06/20 13:59:28 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5.ebuild,v 1.3 2004/06/20 15:23:07 zul Exp $ DESCRIPTION="Bandwidth Management Module for Apache" HOMEPAGE="http://www.cohprog.com/v3/bandwidth/intro-en.html" @@ -10,6 +10,8 @@ SLOT="0" KEYWORDS="~x86 ~sparc" IUSE="" DEPEND="=net-www/apache-1*" +RDEPEND="" + src_unpack() { mkdir -p ${S} && cp ${DISTDIR}/${A} ${S} || die |