summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-24 20:35:36 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-24 20:35:36 +0000
commit52b1abc889644d635a706af64522d27da948ad38 (patch)
tree96ff690be031f261169227bb1475c2f9831e5021 /www-apache
parentPackage up the other fork of mod_auth_mysql (as maintained by Debian). (diff)
downloadhistorical-52b1abc889644d635a706af64522d27da948ad38.tar.gz
historical-52b1abc889644d635a706af64522d27da948ad38.tar.bz2
historical-52b1abc889644d635a706af64522d27da948ad38.zip
Block the other fork of mod_auth_mysql.
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_mysql/ChangeLog6
-rw-r--r--www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog
index 4225b4f8daf9..9774ca95c423 100644
--- a/www-apache/mod_auth_mysql/ChangeLog
+++ b/www-apache/mod_auth_mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_mysql
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.9 2010/03/24 19:52:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.10 2010/03/24 20:35:36 robbat2 Exp $
+
+ 24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+ mod_auth_mysql-3.0.0-r2.ebuild:
+ Block the other fork of mod_auth_mysql.
11 Jan 2010; Benedikt Böhm <hollow@gentoo.org>
mod_auth_mysql-3.0.0-r2.ebuild:
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 170c7ef87a77..697992e58b70 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-2010 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.6 2010/01/11 08:22:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.7 2010/03/24 20:35:36 robbat2 Exp $
EAPI="2"
@@ -17,7 +17,8 @@ IUSE=""
DEPEND="virtual/mysql
sys-libs/zlib"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !www-apache/mod-auth-mysql"
APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient_r -lm -lz ${PN}.c"
APACHE2_MOD_CONF="12_${PN}"