diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-02 18:35:55 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-02 18:35:55 +0000 |
commit | 38d8e6c191f70340aec5e6258c146544131b9479 (patch) | |
tree | ee2e076fec34136fc8b29cc27a053ffd19e5dd37 /www-apache | |
parent | Version bump. (diff) | |
download | gentoo-2-38d8e6c191f70340aec5e6258c146544131b9479.tar.gz gentoo-2-38d8e6c191f70340aec5e6258c146544131b9479.tar.bz2 gentoo-2-38d8e6c191f70340aec5e6258c146544131b9479.zip |
amd64 stable, bug 192391
(Portage version: 2.1.3.16)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_mysql/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog index 41dd5f4d5b09..d17c0de05232 100644 --- a/www-apache/mod_auth_mysql/ChangeLog +++ b/www-apache/mod_auth_mysql/ChangeLog @@ -1,12 +1,16 @@ # ChangeLog for www-apache/mod_auth_mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.4 2007/09/15 08:35:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.5 2007/11/02 18:35:55 beandog Exp $ 07 Dec 2006; Luca Longinotti <chtekk@gentoo.org> -files/12_mod_auth_mysql.conf, -files/mod_auth_mysql.patch, metadata.xml, -mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild: Ebuild cleanup, set mysql as herd too. + 02 Nov 2007; Steve Dibb <beandog@gentoo.org> + mod_auth_mysql-3.0.0-r2.ebuild: + amd64 stable, bug 192391 + 15 Sep 2007; Benedikt Böhm <hollow@gentoo.org> mod_auth_mysql-3.0.0-r1.ebuild, mod_auth_mysql-3.0.0-r2.ebuild: fix apache 2.0/2.2 dependencies diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild index 285dc261cdcb..74ac40a5e1b3 100644 --- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild +++ b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.3 2007/09/15 08:35:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.4 2007/11/02 18:35:55 beandog Exp $ inherit apache-module eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://modauthmysql.sourceforge.net/" SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" LICENSE="Apache-1.1" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="" |