diff options
author | 2003-12-09 22:03:02 +0000 | |
---|---|---|
committer | 2003-12-09 22:03:02 +0000 | |
commit | ca30fc3f264b55ef89fc4d8e19a198e8b26b9cd4 (patch) | |
tree | a9f44d940fc2338dc489447cfe21be9e70921010 /dev-php/egroupware | |
parent | Version bumped. (diff) | |
download | historical-ca30fc3f264b55ef89fc4d8e19a198e8b26b9cd4.tar.gz historical-ca30fc3f264b55ef89fc4d8e19a198e8b26b9cd4.tar.bz2 historical-ca30fc3f264b55ef89fc4d8e19a198e8b26b9cd4.zip |
Version bumped.
Diffstat (limited to 'dev-php/egroupware')
-rw-r--r-- | dev-php/egroupware/Manifest | 4 | ||||
-rw-r--r-- | dev-php/egroupware/egroupware-0.9.99.008.ebuild | 53 | ||||
-rw-r--r-- | dev-php/egroupware/files/digest-egroupware-0.9.99.008 | 1 |
3 files changed, 56 insertions, 2 deletions
diff --git a/dev-php/egroupware/Manifest b/dev-php/egroupware/Manifest index 80a972c01427..8378c7e217b7 100644 --- a/dev-php/egroupware/Manifest +++ b/dev-php/egroupware/Manifest @@ -1,6 +1,6 @@ MD5 e1a0184f1063eb3689c0ec8b4dd3b218 egroupware-0.9.99.006.ebuild 1559 -MD5 e1a0184f1063eb3689c0ec8b4dd3b218 egroupware-0.9.99.008.ebuild 1559 +MD5 9cda4979870346028fad6d1aa79fcd0e egroupware-0.9.99.008.ebuild 1558 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 -MD5 ab98f4fe7db6aeec8daca888a5f06ad2 ChangeLog 834 +MD5 9b30ead5de147763a460b836d4cb51c6 ChangeLog 973 MD5 587c40f1b798704605e606c2054a9dc2 files/digest-egroupware-0.9.99.006 77 MD5 da8e1975f63b112c72f732c2d6279354 files/digest-egroupware-0.9.99.008 77 diff --git a/dev-php/egroupware/egroupware-0.9.99.008.ebuild b/dev-php/egroupware/egroupware-0.9.99.008.ebuild new file mode 100644 index 000000000000..d0dce7f148be --- /dev/null +++ b/dev-php/egroupware/egroupware-0.9.99.008.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.1 2003/12/09 22:02:57 mholzer Exp $ + +inherit webapp-apache + +MY_P=eGroupWare-${PV}-0 +S=${WORKDIR}/${PN} + +DESCRIPTION="Web-based GroupWare suite. It contains many modules" +HOMEPAGE="http://www.eGroupWare.org/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm" + +RDEPEND="virtual/php + dev-db/mysql" +DEPEND="${RDEPEND}" + +webapp-detect || NO_WEBSERVER=1 + +pkg_setup() { + webapp-pkg_setup "${NO_WEBSERVER}" + if [ -L ${HTTPD_ROOT}${PN} ] ; then + ewarn "You need to unmerge your old ${PN} version first." + ewarn "${PN} will be installed into ${HTTPD_ROOT}/${PN}" + ewarn "directly instead of a version-dependant directory." + die "need to unmerge old version first" + fi + einfo "Installing into ${ROOT}${HTTPD_ROOT}." +} + +src_install() { + local DocumentRoot=${HTTPD_ROOT} + local destdir=${DocumentRoot}/${PN} + + dodir ${destdir} + cp -r . ${D}${destdir} + cd ${D}/${HTTPD_ROOT} + chown -R ${HTTPD_USER}:${HTTPD_GROUP} ${PN} + # Fix permissions + find ${D}${destdir} -type d | xargs chmod 755 + find ${D}${destdir} -type f | xargs chmod 644 + dohtml ${S}/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 egroupware" +} diff --git a/dev-php/egroupware/files/digest-egroupware-0.9.99.008 b/dev-php/egroupware/files/digest-egroupware-0.9.99.008 new file mode 100644 index 000000000000..2ccbfbcd8967 --- /dev/null +++ b/dev-php/egroupware/files/digest-egroupware-0.9.99.008 @@ -0,0 +1 @@ +MD5 dc6a17b40489e163876dfea0c2e22f61 eGroupWare-0.9.99.008-0.tar.bz2 8845586 |