summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-01-08 23:28:41 +0000
committerChristian Heim <phreak@gentoo.org>2007-01-08 23:28:41 +0000
commit635785ee09e66e8a0203c0f5abac50bc84338c36 (patch)
treec1ec06a095a3f4181a75e9d8b32590d64eb22844 /net-www
parentIf WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope th... (diff)
downloadgentoo-2-635785ee09e66e8a0203c0f5abac50bc84338c36.tar.gz
gentoo-2-635785ee09e66e8a0203c0f5abac50bc84338c36.tar.bz2
gentoo-2-635785ee09e66e8a0203c0f5abac50bc84338c36.zip
Fixing IUSE (#161029) and WANT_AUTOCONF (#161027) for apache-2.2.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog8
-rw-r--r--net-www/apache/apache-2.2.2-r1.ebuild6
-rw-r--r--net-www/apache/apache-2.2.3-r1.ebuild9
-rw-r--r--net-www/apache/apache-2.2.3.ebuild6
4 files changed, 19 insertions, 10 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index f2f33b73b25c..be7072b629ba 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/apache
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.503 2006/11/27 02:45:56 vericgar Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.504 2007/01/08 23:28:41 phreak Exp $
+
+ 08 Jan 2007; Christian Heim <phreak@gentoo.org> apache-2.2.2-r1.ebuild,
+ apache-2.2.3.ebuild, apache-2.2.3-r1.ebuild:
+ Fixing IUSE (#161029) and WANT_AUTOCONF (#161027) for apache-2.2.
*apache-2.2.3-r1 (27 Nov 2006)
diff --git a/net-www/apache/apache-2.2.2-r1.ebuild b/net-www/apache/apache-2.2.2-r1.ebuild
index a32b30b0b286..be0f68c15d64 100644
--- a/net-www/apache/apache-2.2.2-r1.ebuild
+++ b/net-www/apache/apache-2.2.2-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.2-r1.ebuild,v 1.1 2006/07/28 12:35:24 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.2-r1.ebuild,v 1.2 2007/01/08 23:28:41 phreak Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
+WANT_AUTOCONF="2.5"
+
# latest gentoo apache files
GENTOO_PATCHNAME="gentoo-apache-${PVR}"
GENTOO_PATCHSTAMP="20060726"
diff --git a/net-www/apache/apache-2.2.3-r1.ebuild b/net-www/apache/apache-2.2.3-r1.ebuild
index f3c61cdc4bf1..245079a1dd7d 100644
--- a/net-www/apache/apache-2.2.3-r1.ebuild
+++ b/net-www/apache/apache-2.2.3-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r1.ebuild,v 1.2 2006/11/28 03:35:16 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r1.ebuild,v 1.3 2007/01/08 23:28:41 phreak Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
+WANT_AUTOCONF="2.5"
+
# latest gentoo apache files
GENTOO_PATCHNAME="gentoo-apache-${PVR}"
GENTOO_PATCHSTAMP="20061126"
@@ -20,8 +22,7 @@ LICENSE="Apache-2.0 Apache-1.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc ldap mpm-event mpm-peruser mpm-prefork mpm-worker no-suexec
-selinux srvdir ssl static-modules no-suexec"
+IUSE="debug doc ldap mpm-event mpm-peruser mpm-prefork mpm-worker no-suexec selinux srvdir ssl static-modules no-suexec threads"
RDEPEND="dev-lang/perl
>=dev-libs/apr-1.2.7
diff --git a/net-www/apache/apache-2.2.3.ebuild b/net-www/apache/apache-2.2.3.ebuild
index bd97f4fcbba8..d2a6bb781ad0 100644
--- a/net-www/apache/apache-2.2.3.ebuild
+++ b/net-www/apache/apache-2.2.3.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.3 2006/09/10 17:35:00 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.4 2007/01/08 23:28:41 phreak Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
+WANT_AUTOCONF="2.5"
+
# latest gentoo apache files
GENTOO_PATCHNAME="gentoo-apache-${PVR}"
GENTOO_PATCHSTAMP="20060729"