public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.0.ebuild ChangeLog
@ 2007-09-21 21:07 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2007-09-21 21:07 UTC (permalink / raw
  To: gentoo-commits

hollow      07/09/21 21:07:07

  Modified:             mod_auth_nufw-2.2.0.ebuild ChangeLog
  Log:
  remove apache-1 cruft
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.2                  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.2&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.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_nufw-2.2.0.ebuild	29 Jul 2007 16:07:35 -0000	1.1
+++ mod_auth_nufw-2.2.0.ebuild	21 Sep 2007 21:07:07 -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_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.1 2007/07/29 16:07:35 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.2 2007/09/21 21:07:07 hollow Exp $
 
 inherit eutils apache-module autotools
 
@@ -20,10 +20,6 @@
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_FILE="mod_auth_nufw.so"
-
-APACHE1_MOD_CONF="50_${PN}"
-APACHE1_MOD_DEFINE="AUTH_NUFW"
-
 APACHE2_MOD_CONF="50_${PN}"
 APACHE2_MOD_DEFINE="AUTH_NUFW"
 
@@ -55,19 +51,11 @@
 src_compile() {
 	cd "${S}"
 
-	local apx
-	if [[ ${APACHE_VERSION} -eq '1' ]] ; then
-		apx=${APXS1}
-	else
-		apx=${APXS2}
-	fi
-
-	econf \
-		$(use_with apache2 apache20) \
+	econf --with-apache20 \
 		$(use_with ldap ldap-uids) \
 		$(use_with mysql) \
-		--with-apxs=${apx} \
-		CPPFLAGS="-I$(apr-config --includedir) ${CPPFLAGS}" \
+		--with-apxs=${APXS2} \
+		CPPFLAGS="-I$($(apr_config) --includedir) ${CPPFLAGS}" \
 		|| die "econf failed"
 	emake || die "emake failed"
 }



1.3                  www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Aug 2007 17:14:56 -0000	1.2
+++ ChangeLog	21 Sep 2007 21:07:07 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.2 2007/08/04 17:14:56 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.3 2007/09/21 21:07:07 hollow Exp $
+
+  21 Sep 2007; Benedikt Böhm <hollow@gentoo.org>
+  mod_auth_nufw-2.2.0.ebuild:
+  remove apache-1 cruft
 
   29 Jul 2007; Christian Heim <phreak@gentoo.org>
   +files/50_mod_auth_nufw.conf,



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.0.ebuild ChangeLog
@ 2007-12-28 16:43 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2007-12-28 16:43 UTC (permalink / raw
  To: gentoo-commits

hollow      07/12/28 16:43:00

  Modified:             mod_auth_nufw-2.2.0.ebuild ChangeLog
  Log:
  use apr-1 instead of apr-0
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.3                  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.3&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.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_auth_nufw-2.2.0.ebuild	21 Sep 2007 21:07:07 -0000	1.2
+++ mod_auth_nufw-2.2.0.ebuild	28 Dec 2007 16:42:59 -0000	1.3
@@ -1,11 +1,11 @@
 # 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_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.2 2007/09/21 21:07:07 hollow Exp $
+# $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 $
 
 inherit eutils apache-module autotools
 
 DESCRIPTION="A NuFW authentication module for Apache."
-HOMEPAGE="http://www.inl.fr/mod-auth-nufw.html"
+HOMEPAGE="http://software.inl.fr/trac/wiki/EdenWall/mod_auth_nufw"
 SRC_URI="http://software.inl.fr/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -13,8 +13,7 @@
 KEYWORDS="~x86"
 IUSE="ldap mysql postgres"
 
-DEPEND="=dev-libs/apr-0*
-	ldap? ( net-nds/openldap )
+DEPEND="ldap? ( net-nds/openldap )
 	mysql? ( virtual/mysql )
 	postgres? ( dev-db/postgresql )"
 RDEPEND="${DEPEND}"
@@ -25,7 +24,7 @@
 
 DOCFILES="doc/mod_auth_nufw.html"
 
-need_apache
+need_apache2_2
 
 pkg_setup() {
 	local cnt=0
@@ -49,13 +48,11 @@
 }
 
 src_compile() {
-	cd "${S}"
-
-	econf --with-apache20 \
+	CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
+	econf --with-apache22 \
+		--with-apxs=${APXS2} \
 		$(use_with ldap ldap-uids) \
 		$(use_with mysql) \
-		--with-apxs=${APXS2} \
-		CPPFLAGS="-I$($(apr_config) --includedir) ${CPPFLAGS}" \
 		|| die "econf failed"
 	emake || die "emake failed"
 }



1.4                  www-apache/mod_auth_nufw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	21 Sep 2007 21:07:07 -0000	1.3
+++ ChangeLog	28 Dec 2007 16:42:59 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.3 2007/09/21 21:07:07 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.4 2007/12/28 16:42:59 hollow Exp $
+
+  28 Dec 2007; Benedikt Böhm <hollow@gentoo.org>
+  mod_auth_nufw-2.2.0.ebuild:
+  use apr-1 instead of apr-0
 
   21 Sep 2007; Benedikt Böhm <hollow@gentoo.org>
   mod_auth_nufw-2.2.0.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-28 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 21:07 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.0.ebuild ChangeLog Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-28 16:43 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