diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:16:19 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:16:19 +0000 |
commit | 065f9afc93e64bd728e49157ccd67f51a5f77620 (patch) | |
tree | e6dcb279dd4e307ff5cdc2fc10b60547f352f8f4 /net-www/mod_auth_mysql | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | historical-065f9afc93e64bd728e49157ccd67f51a5f77620.tar.gz historical-065f9afc93e64bd728e49157ccd67f51a5f77620.tar.bz2 historical-065f9afc93e64bd728e49157ccd67f51a5f77620.zip |
dev-db/mysql => virtual/mysql
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'net-www/mod_auth_mysql')
-rw-r--r-- | net-www/mod_auth_mysql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/mod_auth_mysql/ChangeLog b/net-www/mod_auth_mysql/ChangeLog index 2cd0045fe099..90ad87007218 100644 --- a/net-www/mod_auth_mysql/ChangeLog +++ b/net-www/mod_auth_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.22 2006/06/05 19:14:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.23 2006/11/23 16:14:15 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> + mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild: + dev-db/mysql => virtual/mysql *mod_auth_mysql-3.0.0-r1 (05 Jun 2006) diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild index a161e2cadac9..6e40465dee8b 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild,v 1.1 2006/06/05 19:14:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild,v 1.2 2006/11/23 16:14:15 vivo Exp $ inherit eutils apache-module @@ -8,7 +8,7 @@ DESCRIPTION="Basic authentication for Apache using a MySQL database" HOMEPAGE="http://modauthmysql.sourceforge.net/" SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" -DEPEND="dev-db/mysql" +DEPEND="virtual/mysql" LICENSE="Apache-1.1" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild index 7ae4d564967e..e7d5e34d1288 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild,v 1.4 2006/06/05 19:14:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-3.0.0.ebuild,v 1.5 2006/11/23 16:14:15 vivo Exp $ inherit eutils apache-module @@ -8,7 +8,7 @@ DESCRIPTION="Basic authentication for Apache using a MySQL database" HOMEPAGE="http://modauthmysql.sourceforge.net/" SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" -DEPEND="dev-db/mysql" +DEPEND="virtual/mysql" LICENSE="Apache-1.1" KEYWORDS="amd64 x86" SLOT="0" |