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

hollow      07/09/08 15:42:27

  Modified:             ChangeLog apache-2.2.6.ebuild
                        apache-2.2.4-r12.ebuild
  Log:
  fix #191368; cleanup for #160189
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.18                 www-servers/apache/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Sep 2007 21:46:27 -0000	1.17
+++ ChangeLog	8 Sep 2007 15:42:27 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/apache
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.17 2007/09/07 21:46:27 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.18 2007/09/08 15:42:27 hollow Exp $
+
+  08 Sep 2007; Benedikt Böhm <hollow@gentoo.org> apache-2.2.4-r12.ebuild,
+  apache-2.2.6.ebuild:
+  fix #191368; cleanup for #160189
 
 *apache-2.2.6 (07 Sep 2007)
 *apache-2.0.61 (07 Sep 2007)



1.2                  www-servers/apache/apache-2.2.6.ebuild

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

Index: apache-2.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apache-2.2.6.ebuild	7 Sep 2007 21:46:27 -0000	1.1
+++ apache-2.2.6.ebuild	8 Sep 2007 15:42:27 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.1 2007/09/07 21:46:27 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6.ebuild,v 1.2 2007/09/08 15:42:27 hollow Exp $
 
-inherit eutils flag-o-matic gnuconfig multilib autotools
+inherit eutils flag-o-matic multilib autotools
 
 # latest gentoo apache files
 GENTOO_PATCHNAME="gentoo-${PF}"
@@ -196,7 +196,8 @@
 		--with-port=80 \
 		--with-program-name=apache2 \
 		--enable-layout=Gentoo \
-		$( use_enable debug maintainer-mode ) \
+		$(use_enable debug maintainer-mode) \
+		$(use_enable debug exception-hook) \
 		${myconf} ${MY_BUILTINS} || die "econf failed!"
 
 	sed -i -e 's:apache2\.conf:httpd.conf:' include/ap_config_auto.h



1.6                  www-servers/apache/apache-2.2.4-r12.ebuild

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

Index: apache-2.2.4-r12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apache-2.2.4-r12.ebuild	4 Sep 2007 18:37:12 -0000	1.5
+++ apache-2.2.4-r12.ebuild	8 Sep 2007 15:42:27 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.5 2007/09/04 18:37:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.4-r12.ebuild,v 1.6 2007/09/08 15:42:27 hollow Exp $
 
-inherit eutils flag-o-matic gnuconfig multilib autotools
+inherit eutils flag-o-matic multilib autotools
 
 # latest gentoo apache files
 GENTOO_PATCHNAME="gentoo-${PF}"



-- 
gentoo-commits@gentoo.org mailing list



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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-08 15:42 [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.6.ebuild apache-2.2.4-r12.ebuild 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