grknight 14/05/25 01:43:05 Modified: ChangeLog Added: mod-auth-mysql-4.3.9-r1.ebuild Removed: mod-auth-mysql-4.3.9.ebuild Log: 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)
Revision Changes Path 1.4 www-apache/mod-auth-mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 6 Nov 2013 02:28:40 -0000 1.3 +++ ChangeLog 25 May 2014 01:43:05 -0000 1.4 @@ -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 <[email protected]> + +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 <[email protected]> mod-auth-mysql-4.3.9.ebuild: Shorten description, make repoman happier 1.1 www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9-r1.ebuild?rev=1.1&content-type=text/plain Index: mod-auth-mysql-4.3.9-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2014/05/25 01:43:05 grknight Exp $ EAPI=5 inherit apache-module eutils DESCRIPTION="Apache 2 module enabling HTTP authentication against MySQL databases. " HOMEPAGE="http://packages.debian.org/source/mod-auth-mysql" DEBIAN_PV="13" MY_P="${PN}_${PV/-/_}" DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}" DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.diff.gz" DEBIAN_SRC="${MY_P}.orig.tar.gz" SRC_URI="${DEBIAN_URI}/${DEBIAN_SRC} ${DEBIAN_URI}/${DEBIAN_PATCH}" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/mysql" RDEPEND="${DEPEND} !www-apache/mod_auth_mysql" APACHE2_MOD_FILE="${S}/apache2_mod_auth_mysql.so" APACHE2_MOD_CONF="12_${PN//-/_}" APACHE2_MOD_DEFINE="AUTH_MYSQL" DOCFILES="USAGE DIRECTIVES" need_apache2_2 src_unpack() { unpack "${DEBIAN_SRC}" } src_prepare() { EPATCH_OPTS="-p1" epatch "${DISTDIR}"/"${DEBIAN_PATCH}" 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 } src_compile() { default } src_install() { apache-module_src_install }
