hollow 08/01/31 17:08:34
Modified: mod_auth_pam-1.1.1-r1.ebuild
mod_auth_pam-1.1.1-r2.ebuild ChangeLog
Log:
fix depend.apache usage wrt #208033; cleanup
(Portage version: 2.1.4)
Revision Changes Path
1.2 www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild?r1=1.1&r2=1.2
Index: mod_auth_pam-1.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_pam-1.1.1-r1.ebuild 29 Jul 2007 16:15:21 -0000 1.1
+++ mod_auth_pam-1.1.1-r1.ebuild 31 Jan 2008 17:08:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.1 2007/07/29 16:15:21 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.2 2008/01/31 17:08:34 hollow Exp $
inherit eutils apache-module
@@ -37,7 +37,7 @@
src_compile() {
apache-module_src_compile
- ${APXS2} -c mod_auth_sys_group.c
+ ${APXS} -c mod_auth_sys_group.c
}
src_install() {
1.2 www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild?r1=1.1&r2=1.2
Index: mod_auth_pam-1.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_pam-1.1.1-r2.ebuild 29 Jul 2007 16:15:21 -0000 1.1
+++ mod_auth_pam-1.1.1-r2.ebuild 31 Jan 2008 17:08:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.1 2007/07/29 16:15:21 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.2 2008/01/31 17:08:34 hollow Exp $
inherit eutils apache-module
@@ -37,7 +37,7 @@
src_compile() {
apache-module_src_compile
- ${APXS2} -c mod_auth_sys_group.c
+ ${APXS} -c mod_auth_sys_group.c
}
src_install() {
1.4 www-apache/mod_auth_pam/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 27 Jan 2008 18:56:19 -0000 1.3
+++ ChangeLog 31 Jan 2008 17:08:34 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for www-apache/mod_auth_pam
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v 1.3 2008/01/27 18:56:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/ChangeLog,v 1.4 2008/01/31 17:08:34 hollow Exp $
+
+ 31 Jan 2008; Benedikt Böhm <hollow@g.o>
+ files/10_mod_auth_pam.conf, mod_auth_pam-1.1.1-r1.ebuild,
+ mod_auth_pam-1.1.1-r2.ebuild:
+ fix depend.apache usage wrt #208033; cleanup
27 Jan 2008; Benedikt Böhm <hollow@g.o> metadata.xml:
update metadata; fix changelog
--
gentoo-commits@g.o mailing list
|