summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-17 16:12:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-17 16:12:41 +0000
commitc9a8b10e8549c2575092eb6641e8f55fcc7b5010 (patch)
tree65a98b9d846c6560623456f701a4bb90fbf94053 /dev-php
parentVersion bumped. Security one. (diff)
downloadgentoo-2-c9a8b10e8549c2575092eb6641e8f55fcc7b5010.tar.gz
gentoo-2-c9a8b10e8549c2575092eb6641e8f55fcc7b5010.tar.bz2
gentoo-2-c9a8b10e8549c2575092eb6641e8f55fcc7b5010.zip
Version bumped. Security one.
Diffstat (limited to 'dev-php')
-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.0071
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild42
4 files changed, 52 insertions, 3 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog
index fb1d02e53d33..044929a5c668 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.12 2003/10/14 03:41:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.13 2003/10/17 16:12:36 mholzer Exp $
+
+*phpgroupware-0.9.14.007 (18 Oct 2003)
+
+ 18 Oct 2003; Martin Holzer <mholzer@gentoo.org>
+ phpgroupware-0.9.14.007.ebuild:
+ Version bumped. Security one.
13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
add metadata.xml
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest
index 467c7d00362a..390557ebd035 100644
--- a/dev-php/phpgroupware/Manifest
+++ b/dev-php/phpgroupware/Manifest
@@ -1,5 +1,5 @@
-MD5 fa7d76e5a7e66c73c860b5163601b2e5 ChangeLog 1640
-MD5 5558230fa165cb252524f0b9f7a044aa phpgroupware-0.9.14.007.ebuild 1402
+MD5 c4a3ef01662d128d6d383e9cff360a2b ChangeLog 1797
+MD5 0afb7b0966a31c2a055ecf8529982033 phpgroupware-0.9.14.007.ebuild 1302
MD5 5558230fa165cb252524f0b9f7a044aa phpgroupware-0.9.14.006.ebuild 1402
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
MD5 02797b628fc7108b8d474fad0bc92cae files/digest-phpgroupware-0.9.14.007 77
diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.007 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.007
new file mode 100644
index 000000000000..64d9e1c60916
--- /dev/null
+++ b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.007
@@ -0,0 +1 @@
+MD5 864ba1456d90f40aa4d3497d6075f29e phpgroupware-0.9.14.007.tar.bz2 6076046
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild
new file mode 100644
index 000000000000..f2b815e4b302
--- /dev/null
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild
@@ -0,0 +1,42 @@
+# 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.1 2003/10/17 16:12:36 mholzer Exp $
+
+S=${WORKDIR}/${PN}
+HTTPD_ROOT="/home/httpd/htdocs"
+HTTPD_USER="apache"
+HTTPD_GROUP="apache"
+
+DESCRIPTION="intranet/groupware tool and application framework"
+HOMEPAGE="http://www.phpgroupware.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm"
+
+DEPEND="virtual/php
+ dev-db/mysql"
+
+pkg_setup() {
+ if [ -L ${HTTPD_ROOT}/${PN} ] ; 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_install() {
+ dodir ${HTTPD_ROOT}/${PN}
+ cd ${WORKDIR}
+ cp -r . ${D}/${HTTPD_ROOT}
+ cd ${D}/${HTTPD_ROOT}
+ chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware
+ dohtml ${PN}/doc/en_US/html/admin/*.html
+}
+
+pkg_postinst() {
+ einfo "Follow the instructions at /usr/share/doc/${PF}/html/x62.html#AEN134 "
+ einfo "to complete the install. You need to add MySQL users and configure phpGroupWare"
+}