public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benedikt Boehm (hollow)" <hollow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.0.ebuild mod_auth_nufw-2.2.1.ebuild ChangeLog
Date: Thu, 31 Jan 2008 17:05:34 +0000	[thread overview]
Message-ID: <E1JKcr0-0008KM-3K@stork.gentoo.org> (raw)

hollow      08/01/31 17:05:34

  Modified:             mod_auth_nufw-2.2.0.ebuild
                        mod_auth_nufw-2.2.1.ebuild ChangeLog
  Log:
  fix depend.apache usage wrt #208033; fix module loading
  (Portage version: 2.1.4)

Revision  Changes    Path
1.4                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild

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

Index: mod_auth_nufw-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_auth_nufw-2.2.0.ebuild	28 Dec 2007 16:42:59 -0000	1.3
+++ mod_auth_nufw-2.2.0.ebuild	31 Jan 2008 17:05:33 -0000	1.4
@@ -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_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.3 2007/12/28 16:42:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2008/01/31 17:05:33 hollow Exp $
 
 inherit eutils apache-module autotools
 
@@ -50,7 +50,7 @@
 src_compile() {
 	CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
 	econf --with-apache22 \
-		--with-apxs=${APXS2} \
+		--with-apxs=${APXS} \
 		$(use_with ldap ldap-uids) \
 		$(use_with mysql) \
 		|| die "econf failed"



1.2                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild

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

Index: mod_auth_nufw-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_nufw-2.2.1.ebuild	27 Jan 2008 17:17:24 -0000	1.1
+++ mod_auth_nufw-2.2.1.ebuild	31 Jan 2008 17:05:33 -0000	1.2
@@ -1,6 +1,6 @@
 # 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_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.1 2008/01/27 17:17:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.2 2008/01/31 17:05:33 hollow Exp $
 
 inherit eutils apache-module autotools
 
@@ -42,7 +42,7 @@
 	CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
 	econf \
 		--with-apache22 \
-		--with-apxs=${APXS2} \
+		--with-apxs=${APXS} \
 		$(use_with mysql) \
 		|| die "econf failed"
 	emake || die "emake failed"



1.6                  www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jan 2008 17:17:24 -0000	1.5
+++ ChangeLog	31 Jan 2008 17:05:33 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.5 2008/01/27 17:17:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.6 2008/01/31 17:05:33 hollow Exp $
+
+  31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+  files/50_mod_auth_nufw.conf, mod_auth_nufw-2.2.0.ebuild,
+  mod_auth_nufw-2.2.1.ebuild:
+  fix depend.apache usage wrt #208033; fix module loading
 
 *mod_auth_nufw-2.2.1 (27 Jan 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-01-31 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31 17:05 Benedikt Boehm (hollow) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-19 20:39 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.0.ebuild mod_auth_nufw-2.2.1.ebuild ChangeLog Tiziano Mueller (dev-zero)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JKcr0-0008KM-3K@stork.gentoo.org \
    --to=hollow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox