pacho 14/12/18 13:20:03 Modified: mod_authn_sasl-1.2.ebuild ChangeLog Log: Should work with 2.4 too as explained at bug #532804 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild?r1=1.3&r2=1.4 Index: mod_authn_sasl-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_authn_sasl-1.2.ebuild 23 Oct 2014 19:45:46 -0000 1.3 +++ mod_authn_sasl-1.2.ebuild 18 Dec 2014 13:20:03 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild,v 1.3 2014/10/23 19:45:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild,v 1.4 2014/12/18 13:20:03 pacho Exp $ inherit eutils apache-module @@ -20,7 +20,7 @@ APACHE2_MOD_CONF="10_${PN}" APACHE2_MOD_DEFINE="AUTHN_SASL" -need_apache2_2 +need_apache2 src_install() { apache-module_src_install 1.6 www-apache/mod_authn_sasl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 23 Oct 2014 19:45:46 -0000 1.5 +++ ChangeLog 18 Dec 2014 13:20:03 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_authn_sasl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v 1.5 2014/10/23 19:45:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v 1.6 2014/12/18 13:20:03 pacho Exp $ + + 18 Dec 2014; Pacho Ramos <[email protected]> mod_authn_sasl-1.2.ebuild: + Should work with 2.4 too as explained at bug #532804 23 Oct 2014; Markus Meier <[email protected]> mod_authn_sasl-1.2.ebuild: add ~arm, bug #525058
