diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-09-18 19:51:06 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-09-18 19:51:06 +0000 |
commit | 7573c29aa2caacf42e24521ac67d263079bc6952 (patch) | |
tree | a02eef10037bb06f8ee0f9a952628110bed52971 /net-www/mod_bwshare | |
parent | Add back alpha keyword, bug 106002. (diff) | |
download | historical-7573c29aa2caacf42e24521ac67d263079bc6952.tar.gz historical-7573c29aa2caacf42e24521ac67d263079bc6952.tar.bz2 historical-7573c29aa2caacf42e24521ac67d263079bc6952.zip |
Stable on x86
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-www/mod_bwshare')
-rw-r--r-- | net-www/mod_bwshare/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_bwshare/Manifest | 14 | ||||
-rw-r--r-- | net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild | 6 |
3 files changed, 11 insertions, 17 deletions
diff --git a/net-www/mod_bwshare/ChangeLog b/net-www/mod_bwshare/ChangeLog index cdb1cbbccec2..e2b73587f803 100644 --- a/net-www/mod_bwshare/ChangeLog +++ b/net-www/mod_bwshare/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-www/mod_bwshare # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.3 2005/02/17 17:23:10 robbat2 Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.4 2005/09/18 19:51:06 vericgar Exp $ + + 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> + mod_bwshare-0.1.3.ebuild: + Stable on x86 + 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> mod_bwshare-0.1.3.ebuild: Bug #69831: Ensure unzip is in DEPEND. diff --git a/net-www/mod_bwshare/Manifest b/net-www/mod_bwshare/Manifest index 06ca544eef54..5e6888ecca54 100644 --- a/net-www/mod_bwshare/Manifest +++ b/net-www/mod_bwshare/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 aaadbfdc1370160d1fc2d959ecaa95dc ChangeLog 579 +MD5 dec74b4142db1023038830085713b183 ChangeLog 676 MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 -MD5 0f758c46ba67f690c33ffed9e0b81cd5 mod_bwshare-0.1.3.ebuild 639 +MD5 69fc749aae013a5fe415470286dad381 mod_bwshare-0.1.3.ebuild 628 MD5 e2c5e67d1238ff794d34d9fec8172a98 files/13_mod_bwshare.conf 458 MD5 248f368d7a7cdfea8b13522fd0e80463 files/digest-mod_bwshare-0.1.3 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCZzdAmPFBzbX68WERAqrTAJ9NE3aTEi0OfsOmFheq3ZEFLfy+gACfUEoI -OYBfYAZv62fuCC/fQypvOgg= -=Xr28 ------END PGP SIGNATURE----- diff --git a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild index 5b153bd03a74..2417111f00b6 100644 --- a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild +++ b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.3 2005/02/17 17:23:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.4 2005/09/18 19:51:06 vericgar Exp $ inherit eutils apache-module -DESCRIPTION="bandwidth throttling and balancing for Apache 1.3.x and 2.0.44" +DESCRIPTION="bandwidth throttling and balancing for Apache 1.3.x" HOMEPAGE="http://www.topology.org/src/bwshare/README.html" SRC_URI="http://www.topology.org/src/bwshare/bwshare-${PV}.zip" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="app-arch/unzip" LICENSE="as-is" SLOT="0" |