summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-07 17:42:44 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-07 17:42:44 +0000
commitdb6ff1667dfed3e95e77a20082f918c2d2bb4a2b (patch)
tree22a3cb8d51be2fa3f66cfccbbeaf66a34b862422 /dev-php/phpgroupware
parentVersion bumped. (diff)
downloadgentoo-2-db6ff1667dfed3e95e77a20082f918c2d2bb4a2b.tar.gz
gentoo-2-db6ff1667dfed3e95e77a20082f918c2d2bb4a2b.tar.bz2
gentoo-2-db6ff1667dfed3e95e77a20082f918c2d2bb4a2b.zip
Version bumped.
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r--dev-php/phpgroupware/ChangeLog8
-rw-r--r--dev-php/phpgroupware/Manifest4
-rw-r--r--dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.0051
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild49
4 files changed, 59 insertions, 3 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog
index 9b64932eff4f..8f55893e80ad 100644
--- a/dev-php/phpgroupware/ChangeLog
+++ b/dev-php/phpgroupware/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2003/07/05 12:06:35 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.8 2003/07/07 17:42:33 mholzer Exp $
+
+*phpgroupware-0.9.14.005 (07 Jul 2003)
+
+ 07 Jul 2003; Martin Holzer <mholzer@gentoo.org>
+ phpgroupware-0.9.14.005.ebuild:
+ Version bumped.
*phpgroupware-0.9.14.004 (05 Jul 2003)
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest
index 0c8115cc674f..87e74c7ff456 100644
--- a/dev-php/phpgroupware/Manifest
+++ b/dev-php/phpgroupware/Manifest
@@ -1,7 +1,7 @@
-MD5 6d6b517c2440dde95d4430871e3d88e6 ChangeLog 1046
+MD5 e75359f9da2bbbe5119a2d8c522e1604 ChangeLog 1189
MD5 d49d7006dcf63a7d073634dc5f76b558 phpgroupware-0.9.14.004.ebuild 1417
MD5 a35340887125c6ef78bdcea5747bf30a phpgroupware-0.9.14.003.ebuild 1427
-MD5 d49d7006dcf63a7d073634dc5f76b558 phpgroupware-0.9.14.005.ebuild 1417
+MD5 3a086d8cc36c42feabb6825f1fc21b3f phpgroupware-0.9.14.005.ebuild 1417
MD5 f09757419b568534a24ed7d30babad11 files/digest-phpgroupware-0.9.14.004 77
MD5 c508961bd9ace9b7fe77bfc9381aecc9 files/digest-phpgroupware-0.9.14.003 77
MD5 02d45a79a1a9729f984d8e9ff76e3939 files/digest-phpgroupware-0.9.14.005 77
diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005
new file mode 100644
index 000000000000..6d131863d85a
--- /dev/null
+++ b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005
@@ -0,0 +1 @@
+MD5 e2db1aebbe41c671691b1c22f30a84cd phpgroupware-0.9.14.005.tar.bz2 6099492
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild
new file mode 100644
index 000000000000..3b8242fc42e2
--- /dev/null
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild,v 1.1 2003/07/07 17:42:33 mholzer Exp $
+
+S=${WORKDIR}/${PN}
+HTTPD_ROOT="/home/httpd/htdocs"
+HTTPD_USER="apache"
+HTTPD_GROUP="apache"
+
+DESCRIPTION="The phpGroupWare intranet/groupware tool and application framework."
+SRC_URI="mirror://sourceforge/phpgroupware/${P}.tar.bz2"
+HOMEPAGE="http://www.phpgroupware.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+IUSE=""
+
+DEPEND="virtual/php
+ dev-db/mysql"
+
+
+pkg_setup() {
+ if [ -L ${HTTPD_ROOT}/phpgroupware ] ; then
+ ewarn "You need to unmerge your old phpGroupWare version first."
+ ewarn "phpGroupWare will be installed into ${HTTPD_ROOT}/phpgroupware"
+ ewarn "directly instead of a version-dependant directory."
+ die "need to unmerge old version first"
+ fi
+}
+
+src_compile() {
+ #nothing to compile
+ echo "Nothing to compile"
+}
+
+src_install () {
+ dodir ${HTTPD_ROOT}/phpgroupware
+ cd ${WORKDIR}
+ cp -r . ${D}/${HTTPD_ROOT}
+ cd ${D}/${HTTPD_ROOT}
+ chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware
+ chmod -R 700 phpgroupware/files
+}
+
+pkg_postinst() {
+ einfo "Follow the instructions at http://docs.phpgroupware.org/12-docs/html/admin/x62.html#AEN134 "
+ einfo "to complete the install. You need to add MySQL users and configure phpGroupWare"
+}