summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-05-05 14:34:41 +0000
committerChuck Short <zul@gentoo.org>2004-05-05 14:34:41 +0000
commitfecf3d2c80b7abdbc2e330917f19a550c659692c (patch)
tree95b76bb7d124afe72f1cad76a3e471f85bc47136 /net-www
parentmore updates (Manifest recommit) (diff)
downloadgentoo-2-fecf3d2c80b7abdbc2e330917f19a550c659692c.tar.gz
gentoo-2-fecf3d2c80b7abdbc2e330917f19a550c659692c.tar.bz2
gentoo-2-fecf3d2c80b7abdbc2e330917f19a550c659692c.zip
Added conditional for doc use flag. Closes #50060.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog7
-rw-r--r--net-www/apache/apache-2.0.49-r1.ebuild6
2 files changed, 10 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 9c49b7d19614..2fb570d9516d 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/apache
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.145 2004/05/05 12:48:31 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.146 2004/05/05 14:34:40 zul Exp $
+
+ 06 May 2004; Chuck Short <zul@gentoo.org> apache-2.0.49-r1.ebuild:
+ If use docs is enabled make the symlink for apache-manual if not. Dont. The
+ manual is going to be installed anyways because its apart of the setup for
+ apache. Closes #50060.
06 May 2004; <zul@gentoo.org> apache-1.3.29-r1.ebuild:
Added dependency on db. Closes #49556.
diff --git a/net-www/apache/apache-2.0.49-r1.ebuild b/net-www/apache/apache-2.0.49-r1.ebuild
index e0923076ba38..1f3440b0e259 100644
--- a/net-www/apache/apache-2.0.49-r1.ebuild
+++ b/net-www/apache/apache-2.0.49-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r1.ebuild,v 1.14 2004/05/05 00:49:01 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r1.ebuild,v 1.15 2004/05/05 14:34:41 zul Exp $
inherit flag-o-matic eutils fixheadtails
@@ -242,7 +242,9 @@ src_install () {
use !mips && use ldap && doins ${FILESDIR}/2.0.49/46_mod_ldap.conf
#drop in a convenient link to the manual
- dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual
+ if use docs; then
+ dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual
+ fi
#SLOT=2!!!
cd ${D}