summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2004-06-07 11:35:33 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2004-06-07 11:35:33 +0000
commitdd8f106761ca523706f3bd7d41f87f5789936c35 (patch)
tree9f2c3e099c9d7778cf33258316555d6742c832ee /dev-util/subversion
parentAdded missing ppc64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.tar.gz
gentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.tar.bz2
gentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.zip
No longer install apache configuration file when not usefull
Diffstat (limited to 'dev-util/subversion')
-rw-r--r--dev-util/subversion/ChangeLog6
-rw-r--r--dev-util/subversion/subversion-1.0.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog
index b280a80a4758..635e41c3a4c4 100644
--- a/dev-util/subversion/ChangeLog
+++ b/dev-util/subversion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/subversion
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.75 2004/05/25 09:01:04 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.76 2004/06/07 11:35:32 pauldv Exp $
+
+ 07 Jun 2004; Paul de Vrieze <pauldv@gentoo.org> subversion-1.0.4.ebuild:
+ Do not longer install the apache config file when the module is not
+ build (bug #49315)
*subversion-1.0.4 (24 May 2004)
diff --git a/dev-util/subversion/subversion-1.0.4.ebuild b/dev-util/subversion/subversion-1.0.4.ebuild
index 1968b6af998c..57b8b7f999cd 100644
--- a/dev-util/subversion/subversion-1.0.4.ebuild
+++ b/dev-util/subversion/subversion-1.0.4.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/dev-util/subversion/subversion-1.0.4.ebuild,v 1.1 2004/05/25 09:01:04 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.0.4.ebuild,v 1.2 2004/06/07 11:35:33 pauldv Exp $
inherit elisp-common libtool python eutils
@@ -236,7 +236,7 @@ src_install () {
#Install apache module config
- if use apache2; then
+ if useq apache2 && useq berkdb; then
mkdir -p ${D}/etc/apache2/conf/modules.d
cat <<EOF >${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf
<IfDefine SVN>