summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-05-25 01:43:05 +0000
committerBrian Evans <grknight@gentoo.org>2014-05-25 01:43:05 +0000
commitb86c0d0b3d85ed4ef9e520cc67910142be8536f6 (patch)
treea510293322c94c9f4f30d12601c87d840f207966 /www-apache/mod-auth-mysql
parentDepend on latest qtsingleapplication in order to fix bug 507998. Several ebui... (diff)
downloadgentoo-2-b86c0d0b3d85ed4ef9e520cc67910142be8536f6.tar.gz
gentoo-2-b86c0d0b3d85ed4ef9e520cc67910142be8536f6.tar.bz2
gentoo-2-b86c0d0b3d85ed4ef9e520cc67910142be8536f6.zip
Revision bump for bug 371369, increase to EAPI-5 and add epatch_user
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'www-apache/mod-auth-mysql')
-rw-r--r--www-apache/mod-auth-mysql/ChangeLog11
-rw-r--r--www-apache/mod-auth-mysql/files/12_mod_auth_mysql.conf2
-rw-r--r--www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild (renamed from www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild)12
3 files changed, 16 insertions, 9 deletions
diff --git a/www-apache/mod-auth-mysql/ChangeLog b/www-apache/mod-auth-mysql/ChangeLog
index 25939dfbb88d..a04903e15eda 100644
--- a/www-apache/mod-auth-mysql/ChangeLog
+++ b/www-apache/mod-auth-mysql/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apache/mod-auth-mysql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog,v 1.3 2013/11/06 02:28:40 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog,v 1.4 2014/05/25 01:43:05 grknight Exp $
+
+*mod-auth-mysql-4.3.9-r1 (25 May 2014)
+
+ 25 May 2014; Brian Evans <grknight@gentoo.org>
+ +mod-auth-mysql-4.3.9-r1.ebuild, -mod-auth-mysql-4.3.9.ebuild,
+ files/12_mod_auth_mysql.conf:
+ Revision bump for bug 371369, increase to EAPI-5 and add epatch_user
06 Nov 2013; Patrick Lauer <patrick@gentoo.org> mod-auth-mysql-4.3.9.ebuild:
Shorten description, make repoman happier
diff --git a/www-apache/mod-auth-mysql/files/12_mod_auth_mysql.conf b/www-apache/mod-auth-mysql/files/12_mod_auth_mysql.conf
index d41426993cf9..e2d52c14efeb 100644
--- a/www-apache/mod-auth-mysql/files/12_mod_auth_mysql.conf
+++ b/www-apache/mod-auth-mysql/files/12_mod_auth_mysql.conf
@@ -1,5 +1,5 @@
<IfDefine AUTH_MYSQL>
-LoadModule apache2_mysql_auth_module modules/apache2_mod_auth_mysql.so
+LoadModule auth_mysql_module modules/apache2_mod_auth_mysql.so
# mod_auth_mysql can be used to limit access to documents by checking
# data in a MySQL database.
diff --git a/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild b/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild
index da1bd19d744e..729be2e2d4b3 100644
--- a/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild
+++ b/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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-4.3.9.ebuild,v 1.2 2013/11/06 02:28:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild,v 1.1 2014/05/25 01:43:05 grknight Exp $
-EAPI=3
+EAPI=5
inherit apache-module eutils
@@ -41,18 +41,18 @@ src_prepare() {
for i in $(<"${S}"/debian/patches/00list) ; do
epatch "${S}"/debian/patches/${i}*
done
+ epatch_user
}
src_configure() {
econf \
--enable-apache2 \
--disable-apache13 \
- --with-apxs2=/usr/sbin/apxs2 \
- || die "Failed econf"
+ --with-apxs2=/usr/sbin/apxs2
}
src_compile() {
- emake || die "Failed to compile"
+ default
}
src_install() {