summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-04-20 21:28:25 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-04-20 21:28:25 +0000
commiteaf4acc9be9dcc56450d8925813e17f2e61b113d (patch)
tree69e1acf1932dfa18853891512dc48a80e0aaafa3 /www-servers
parentEnable needed apache2 modules for gnome-user-share (diff)
downloadgentoo-2-eaf4acc9be9dcc56450d8925813e17f2e61b113d.tar.gz
gentoo-2-eaf4acc9be9dcc56450d8925813e17f2e61b113d.tar.bz2
gentoo-2-eaf4acc9be9dcc56450d8925813e17f2e61b113d.zip
Revbump fixing bug #506924 and bug #507324. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/apache/ChangeLog9
-rw-r--r--www-servers/apache/apache-2.2.27-r1.ebuild (renamed from www-servers/apache/apache-2.2.26.ebuild)17
-rw-r--r--www-servers/apache/apache-2.4.9-r1.ebuild (renamed from www-servers/apache/apache-2.4.9.ebuild)23
3 files changed, 16 insertions, 33 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog
index 432722ced09f..7dac80c6888b 100644
--- a/www-servers/apache/ChangeLog
+++ b/www-servers/apache/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-servers/apache
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.262 2014/04/20 09:51:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.263 2014/04/20 21:28:24 polynomial-c Exp $
+
+*apache-2.4.9-r1 (20 Apr 2014)
+*apache-2.2.27-r1 (20 Apr 2014)
+
+ 20 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> -apache-2.2.26.ebuild,
+ +apache-2.2.27-r1.ebuild, -apache-2.4.9.ebuild, +apache-2.4.9-r1.ebuild:
+ Revbump fixing bug #506924 and bug #507324. Removed old.
20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> apache-2.2.27.ebuild:
Stable for amd64, wrt bug #507866
diff --git a/www-servers/apache/apache-2.2.26.ebuild b/www-servers/apache/apache-2.2.27-r1.ebuild
index c8481a7697a5..37c6df25e7fc 100644
--- a/www-servers/apache/apache-2.2.26.ebuild
+++ b/www-servers/apache/apache-2.2.27-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.26.ebuild,v 1.4 2014/02/19 08:51:52 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.27-r1.ebuild,v 1.1 2014/04/20 21:28:25 polynomial-c Exp $
EAPI=5
# latest gentoo apache files
-GENTOO_PATCHSTAMP="20121012"
-GENTOO_DEVELOPER="patrick"
-GENTOO_PATCHNAME="gentoo-apache-2.2.23"
+GENTOO_PATCHSTAMP="20140420"
+GENTOO_DEVELOPER="polynomial-c"
+GENTOO_PATCHNAME="gentoo-apache-2.2.27-r1"
# IUSE/USE_EXPAND magic
IUSE_MPMS_FORK="itk peruser prefork"
@@ -102,15 +102,6 @@ RDEPEND="${RDEPEND}
>=dev-libs/openssl-0.9.8m
apache2_modules_mime? ( app-misc/mime-types )"
-# init script fixup - should be rolled into next tarball #389965
-src_prepare() {
- apache-2_src_prepare
- pushd "${GENTOO_PATCHDIR}" &>/dev/null || die
- epatch "${FILESDIR}"/gentoo-apache-2.2.23-initd_fixups.patch
- popd &>/dev/null || die
- cp "${FILESDIR}"/2.2.22-envvars-std.in "${S}"/support/envvars-std.in || die "Failed to apply LD_PRELOAD fix"
-}
-
src_configure() {
# Brain dead check.
tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no"
diff --git a/www-servers/apache/apache-2.4.9.ebuild b/www-servers/apache/apache-2.4.9-r1.ebuild
index cbcdbc8c75eb..2030a7d0b90f 100644
--- a/www-servers/apache/apache-2.4.9.ebuild
+++ b/www-servers/apache/apache-2.4.9-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.9.ebuild,v 1.1 2014/03/18 18:50:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.9-r1.ebuild,v 1.1 2014/04/20 21:28:25 polynomial-c Exp $
EAPI=5
# latest gentoo apache files
-GENTOO_PATCHSTAMP="20130801"
-GENTOO_DEVELOPER="kensington"
-GENTOO_PATCHNAME="gentoo-apache-2.4.4"
+GENTOO_PATCHSTAMP="20140420"
+GENTOO_DEVELOPER="polynomial-c"
+GENTOO_PATCHNAME="gentoo-apache-2.4.9-r1"
# IUSE/USE_EXPAND magic
IUSE_MPMS_FORK="itk peruser prefork"
@@ -140,21 +140,6 @@ pkg_setup() {
apache-2_pkg_setup
}
-# init script fixup - should be rolled into next tarball #389965
-src_prepare() {
- # the following patch can be removed once it is included in
- # GENTOO_PATCHNAME="gentoo-apache-2.4.1" ...
- if [ -f "${FILESDIR}/${GENTOO_PATCHNAME}-${GENTOO_DEVELOPER}-${GENTOO_PATCHSTAMP}-${PVR}.patch" ]; then
- cd "${GENTOO_PATCHDIR}" || die "Failed to cd to ${GENTOO_PATCHDIR}"
- epatch "${FILESDIR}/${GENTOO_PATCHNAME}-${GENTOO_DEVELOPER}-${GENTOO_PATCHSTAMP}-${PVR}.patch"
- cd "${S}" || die "Failed to cd to ${S}"
- fi
- apache-2_src_prepare
- pushd "${GENTOO_PATCHDIR}" &>/dev/null || die
- epatch "${FILESDIR}"/gentoo-apache-2.2.23-initd_fixups.patch
- popd &>/dev/null || die
-}
-
src_configure() {
# Brain dead check.
tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no"