summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-04-01 13:30:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-04-01 13:30:07 +0000
commitbc4ee54421b13d8568cfabb00716773decaefeac (patch)
tree0a560c33bd8c90e5f0dcfeecb57d9137655b83e5 /www-servers
parent[bump] virtual/perl-Safe-2.320.0 (diff)
downloadgentoo-2-bc4ee54421b13d8568cfabb00716773decaefeac.tar.gz
gentoo-2-bc4ee54421b13d8568cfabb00716773decaefeac.tar.bz2
gentoo-2-bc4ee54421b13d8568cfabb00716773decaefeac.zip
Actually installing apxs, #407327
(Portage version: 2.2.0_alpha97/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/apache/ChangeLog8
-rw-r--r--www-servers/apache/apache-2.4.1-r1.ebuild (renamed from www-servers/apache/apache-2.4.1.ebuild)6
2 files changed, 12 insertions, 2 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog
index 57f841fa45c1..9bd0dae2843d 100644
--- a/www-servers/apache/ChangeLog
+++ b/www-servers/apache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-servers/apache
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.181 2012/04/01 04:50:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.182 2012/04/01 13:30:07 patrick Exp $
+
+*apache-2.4.1-r1 (01 Apr 2012)
+
+ 01 Apr 2012; Patrick Lauer <patrick@gentoo.org> +apache-2.4.1-r1.ebuild,
+ -apache-2.4.1.ebuild:
+ Actually installing apxs, #407327
*apache-2.4.1 (01 Apr 2012)
diff --git a/www-servers/apache/apache-2.4.1.ebuild b/www-servers/apache/apache-2.4.1-r1.ebuild
index 8c452e5d5949..409cf7dd12d4 100644
--- a/www-servers/apache/apache-2.4.1.ebuild
+++ b/www-servers/apache/apache-2.4.1-r1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.1.ebuild,v 1.1 2012/04/01 04:50:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.1-r1.ebuild,v 1.1 2012/04/01 13:30:07 patrick Exp $
EAPI="2"
# latest gentoo apache files
GENTOO_PATCHSTAMP="20120401"
GENTOO_DEVELOPER="patrick"
+GENTOO_PATCHNAME="gentoo-${P}"
# IUSE/USE_EXPAND magic
IUSE_MPMS_FORK="itk peruser prefork"
@@ -121,4 +122,7 @@ src_install() {
for i in /usr/sbin/{checkgid,fcgistarter,htcacheclean,rotatelogs}; do
rm "${D}/"$i || die "Failed to prune apache-tools bits"
done
+
+ # well, actually installing things makes them more installed, I guess?
+ cp ${S}/support/apxs ${D}/usr/sbin/apxs || die "Failed to install apxs"
}