diff options
author | Steve Dibb <beandog@gentoo.org> | 2011-10-14 16:49:38 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2011-10-14 16:49:38 +0000 |
commit | 53ebc293c096182d011405665f036946dc1e1449 (patch) | |
tree | f33939ab1654014fcb3495775354aec14cd5b28a /www-apache/mod_bw | |
parent | Version bump (diff) | |
download | gentoo-2-53ebc293c096182d011405665f036946dc1e1449.tar.gz gentoo-2-53ebc293c096182d011405665f036946dc1e1449.tar.bz2 gentoo-2-53ebc293c096182d011405665f036946dc1e1449.zip |
Version bumps, bug 328587; Thanks to Guido Jäkel for new ebuilds
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_bw')
-rw-r--r-- | www-apache/mod_bw/ChangeLog | 11 | ||||
-rw-r--r-- | www-apache/mod_bw/mod_bw-0.9.1.ebuild | 25 | ||||
-rw-r--r-- | www-apache/mod_bw/mod_bw-0.9.2.ebuild | 25 |
3 files changed, 59 insertions, 2 deletions
diff --git a/www-apache/mod_bw/ChangeLog b/www-apache/mod_bw/ChangeLog index ad79c54833cb..1e6c92f2a11b 100644 --- a/www-apache/mod_bw/ChangeLog +++ b/www-apache/mod_bw/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-apache/mod_bw -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/ChangeLog,v 1.7 2008/03/02 14:56:34 rbu Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/ChangeLog,v 1.8 2011/10/14 16:49:38 beandog Exp $ + +*mod_bw-0.9.2 (14 Oct 2011) +*mod_bw-0.9.1 (14 Oct 2011) + + 14 Oct 2011; Steve Dibb <beandog@gentoo.org> +mod_bw-0.9.1.ebuild, + +mod_bw-0.9.2.ebuild: + Version bumps, bug 328587; Thanks to Guido Jäkel for new ebuilds 02 Mar 2008; Robert Buchholz <rbu@gentoo.org> mod_bw-0.8.ebuild: stable amd64, bug 208552 diff --git a/www-apache/mod_bw/mod_bw-0.9.1.ebuild b/www-apache/mod_bw/mod_bw-0.9.1.ebuild new file mode 100644 index 000000000000..d212d18c1461 --- /dev/null +++ b/www-apache/mod_bw/mod_bw-0.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/mod_bw-0.9.1.ebuild,v 1.1 2011/10/14 16:49:38 beandog Exp $ + +inherit apache-module + +DESCRIPTION="Bandwidth Management Module for Apache2." +HOMEPAGE="http://www.ivn.cl/apache/" + +SRC_URI="http://ivn.cl/files/source/${P/9./9}.tgz" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="sys-devel/libtool" +RDEPEND="" + +APACHE2_MOD_CONF="11_${PN}" +APACHE2_MOD_DEFINE="BW" + +need_apache2_2 + +S="${WORKDIR}" diff --git a/www-apache/mod_bw/mod_bw-0.9.2.ebuild b/www-apache/mod_bw/mod_bw-0.9.2.ebuild new file mode 100644 index 000000000000..0d4ba78a817d --- /dev/null +++ b/www-apache/mod_bw/mod_bw-0.9.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/mod_bw-0.9.2.ebuild,v 1.1 2011/10/14 16:49:38 beandog Exp $ + +inherit apache-module + +DESCRIPTION="Bandwidth Management Module for Apache2." +HOMEPAGE="http://www.ivn.cl/apache/" + +SRC_URI="http://ivn.cl/files/source/${P/9./9}.tgz" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="sys-devel/libtool" +RDEPEND="" + +APACHE2_MOD_CONF="11_${PN}" +APACHE2_MOD_DEFINE="BW" + +need_apache2_2 + +S="${WORKDIR}" |