pacho 14/12/17 10:58:17 Modified: mod_auth_kerb-5.4-r1.ebuild ChangeLog Removed: mod_auth_kerb-5.4.ebuild Log: Fix dependency as this if for all apache2 versions, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild?r1=1.3&r2=1.4 Index: mod_auth_kerb-5.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_auth_kerb-5.4-r1.ebuild 10 Aug 2014 20:13:54 -0000 1.3 +++ mod_auth_kerb-5.4-r1.ebuild 17 Dec 2014 10:58:17 -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_auth_kerb/mod_auth_kerb-5.4-r1.ebuild,v 1.3 2014/08/10 20:13:54 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r1.ebuild,v 1.4 2014/12/17 10:58:17 pacho Exp $ inherit apache-module eutils @@ -21,7 +21,7 @@ DOCFILES="INSTALL README" -need_apache2_2 +need_apache2 src_unpack() { unpack ${A} 1.16 www-apache/mod_auth_kerb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 10 Aug 2014 20:13:54 -0000 1.15 +++ ChangeLog 17 Dec 2014 10:58:17 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_kerb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.15 2014/08/10 20:13:54 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.16 2014/12/17 10:58:17 pacho Exp $ + + 17 Dec 2014; Pacho Ramos <[email protected]> -mod_auth_kerb-5.4.ebuild, + mod_auth_kerb-5.4-r1.ebuild: + Fix dependency as this if for all apache2 versions, drop old 10 Aug 2014; Sergei Trofimovich <[email protected]> mod_auth_kerb-5.3.ebuild, mod_auth_kerb-5.4-r1.ebuild, mod_auth_kerb-5.4.ebuild:
