summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-12-15 20:16:43 +0000
committerStuart Herbert <stuart@gentoo.org>2003-12-15 20:16:43 +0000
commit0746ca1bc969e82dc46af69257f2e180d0d86661 (patch)
tree9205fe1cceab895dfcc75c66e0c54151043b9ae7 /dev-php
parentremoving the last build, hppa is ok (diff)
downloadgentoo-2-0746ca1bc969e82dc46af69257f2e180d0d86661.tar.gz
gentoo-2-0746ca1bc969e82dc46af69257f2e180d0d86661.tar.bz2
gentoo-2-0746ca1bc969e82dc46af69257f2e180d0d86661.zip
Fix for bug #32636
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/phpgroupware/ChangeLog6
-rw-r--r--dev-php/phpgroupware/Manifest4
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild7
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog
index a5bd0c0309f3..6213b70b8884 100644
--- a/dev-php/phpgroupware/ChangeLog
+++ b/dev-php/phpgroupware/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/phpgroupware
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.16 2003/12/05 16:34:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.17 2003/12/15 20:14:21 stuart Exp $
+
+ 15 Dec 2003; Stuart Herbert <stuart@gentoo.org>
+ phpgroupware-0.9.14.007.ebuild:
+ Fix for bug #32636
05 Dec 2003; Martin Holzer <mholzer@gentoo.org>
phpgroupware-0.9.14.007.ebuild:
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest
index 4f30922c1089..8122f07439ec 100644
--- a/dev-php/phpgroupware/Manifest
+++ b/dev-php/phpgroupware/Manifest
@@ -1,4 +1,4 @@
+MD5 a6b834c6f573a064a8002e3df2cfb586 phpgroupware-0.9.14.007.ebuild 1579
+MD5 6734ca28759e07faceb9262bf3de9cf5 ChangeLog 2243
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
-MD5 3eaf0d5d4627efe79425b9b018de8283 ChangeLog 2138
-MD5 2753b0857617bfa326d3e31f9efbc434 phpgroupware-0.9.14.007.ebuild 1542
MD5 02797b628fc7108b8d474fad0bc92cae files/digest-phpgroupware-0.9.14.007 77
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild
index 3bcb997aaa1b..2398dc233ad3 100644
--- a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild,v 1.5 2003/12/06 21:04:13 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild,v 1.6 2003/12/15 20:14:21 stuart Exp $
inherit webapp-apache
@@ -15,7 +15,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm"
-DEPEND="virtual/php
+DEPEND="$DEPEND
+ >=dev-php/mod_php-4.1
dev-db/mysql"
webapp-detect || NO_WEBSERVER=1
@@ -32,6 +33,8 @@ pkg_setup() {
}
src_install() {
+ webapp-mkdirs
+
local DocumentRoot=${HTTPD_ROOT}
local destdir=${DocumentRoot}/${PN}