public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_external: mod_auth_external-2.2.9.ebuild mod_auth_external-2.2.11.ebuild ChangeLog
@ 2007-09-08 17:41 Benedikt Boehm (hollow)
  0 siblings, 0 replies; only message in thread
From: Benedikt Boehm (hollow) @ 2007-09-08 17:41 UTC (permalink / raw
  To: gentoo-commits

hollow      07/09/08 17:41:36

  Modified:             mod_auth_external-2.2.9.ebuild
                        mod_auth_external-2.2.11.ebuild ChangeLog
  Log:
  depend on apache 2.0; see mod_authnz_external for apache 2.2
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.2                  www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild?r1=1.1&r2=1.2

Index: mod_auth_external-2.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_external-2.2.9.ebuild	29 Jul 2007 15:42:47 -0000	1.1
+++ mod_auth_external-2.2.9.ebuild	8 Sep 2007 17:41:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild,v 1.1 2007/07/29 15:42:47 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.9.ebuild,v 1.2 2007/09/08 17:41:36 hollow Exp $
 
 inherit eutils apache-module
 
@@ -19,4 +19,4 @@
 APACHE2_MOD_CONF="10_${PN}"
 APACHE2_MOD_DEFINE="AUTH_EXTERNAL"
 
-need_apache2
+need_apache2_0



1.2                  www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild?r1=1.1&r2=1.2

Index: mod_auth_external-2.2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_external-2.2.11.ebuild	29 Jul 2007 15:42:47 -0000	1.1
+++ mod_auth_external-2.2.11.ebuild	8 Sep 2007 17:41:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild,v 1.1 2007/07/29 15:42:47 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/mod_auth_external-2.2.11.ebuild,v 1.2 2007/09/08 17:41:36 hollow Exp $
 
 inherit eutils apache-module
 
@@ -19,4 +19,4 @@
 APACHE2_MOD_CONF="10_${PN}"
 APACHE2_MOD_DEFINE="AUTH_EXTERNAL"
 
-need_apache2
+need_apache2_0



1.3                  www-apache/mod_auth_external/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_external/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Aug 2007 17:12:58 -0000	1.2
+++ ChangeLog	8 Sep 2007 17:41:36 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_external
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/ChangeLog,v 1.2 2007/08/04 17:12:58 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_external/ChangeLog,v 1.3 2007/09/08 17:41:36 hollow Exp $
+
+  08 Sep 2007; Benedikt Böhm <hollow@gentoo.org>
+  mod_auth_external-2.2.9.ebuild, mod_auth_external-2.2.11.ebuild:
+  depend on apache 2.0; see mod_authnz_external for apache 2.2
 
   29 Jul 2007; Christian Heim <phreak@gentoo.org>
   +files/10_mod_auth_external.conf, +metadata.xml,



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-08 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-08 17:41 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_external: mod_auth_external-2.2.9.ebuild mod_auth_external-2.2.11.ebuild ChangeLog Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox