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 | 9e65f3641ebc1609191c5bb1f2269f0f111cba6b (patch) | |
tree | b3f13f7df317c1a3217044d705c7dc392f598cde /net-www | |
parent | marked stable for x86. (diff) | |
download | historical-9e65f3641ebc1609191c5bb1f2269f0f111cba6b.tar.gz historical-9e65f3641ebc1609191c5bb1f2269f0f111cba6b.tar.bz2 historical-9e65f3641ebc1609191c5bb1f2269f0f111cba6b.zip |
Ebuild cleanups.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_bandwidth/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_bandwidth/Manifest | 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 |
4 files changed, 13 insertions, 6 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/Manifest b/net-www/mod_bandwidth/Manifest index 9ce4fa6e7699..2b09e84934a4 100644 --- a/net-www/mod_bandwidth/Manifest +++ b/net-www/mod_bandwidth/Manifest @@ -1,7 +1,7 @@ -MD5 0a4ec4faf88f3f185a41654b31d05971 mod_bandwidth-2.0.5.ebuild 1713 -MD5 663d3f3370f9c419e02faf649b673b1b ChangeLog 1120 +MD5 888798c55b705c95f4779bfb05e17083 mod_bandwidth-2.0.5.ebuild 1725 +MD5 87b5f08eab4ce94f5c3bfdb24b082cfe ChangeLog 1243 MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 -MD5 97a9081478ca47727459759e5235ca6e mod_bandwidth-2.0.4.ebuild 1712 +MD5 bbce9d8c72b91a4a561f7397f98766ec mod_bandwidth-2.0.4.ebuild 1723 MD5 cb75940c95ae90a42fc84bd3baac4f4f files/mod_bandwidth.conf 519 MD5 7fdb7dc609577ce39c00d5c998411c56 files/mod_bandwidth-2.0.4-register.patch 658 MD5 b1f6d1637699dda2b89daf03a5991078 files/digest-mod_bandwidth-2.0.4 59 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 |