diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-04 17:54:15 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-04 17:54:15 +0000 |
commit | a6d786b474ff9db60291fe72eedbe134a42444de (patch) | |
tree | 094027c4e430dc4bba41fe6d2180d1846399e771 /dev-php | |
parent | Added ~mips to KEYWORDS to satisfy repoman deps and added gnuconfig for mips. (diff) | |
download | historical-a6d786b474ff9db60291fe72eedbe134a42444de.tar.gz historical-a6d786b474ff9db60291fe72eedbe134a42444de.tar.bz2 historical-a6d786b474ff9db60291fe72eedbe134a42444de.zip |
Version bumped.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpgroupware/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/phpgroupware/Manifest | 6 | ||||
-rw-r--r-- | dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.000 | 1 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild | 56 |
4 files changed, 69 insertions, 4 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog index a193ac8fc14c..a0b3ac39f300 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.19 2004/01/08 08:41:30 robbat2 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.20 2004/03/04 17:54:15 mholzer Exp $ + +*phpgroupware-0.9.16.000 (04 Mar 2004) + + 04 Mar 2004; Martin Holzer <mholzer@gentoo.org> + phpgroupware-0.9.16.000.ebuild: + Version bumped. 08 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> phpgroupware-0.9.14.007.ebuild: diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index aa42e9a1c945..8c8bf52f4070 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,4 +1,6 @@ -MD5 fbbb5aaa9a96a007bda35ba9dd6edaa7 phpgroupware-0.9.14.007.ebuild 1573 -MD5 bf869d870dd2c837bdeae97a569f46fd ChangeLog 2526 +MD5 6495f4e04d48eb9eb72ebcb44e98d7ef ChangeLog 2669 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 fbbb5aaa9a96a007bda35ba9dd6edaa7 phpgroupware-0.9.14.007.ebuild 1573 +MD5 568f0209c269b653c387562c1e0df515 phpgroupware-0.9.16.000.ebuild 1607 MD5 02797b628fc7108b8d474fad0bc92cae files/digest-phpgroupware-0.9.14.007 77 +MD5 922ab954a67c17f0e1a566626098243a files/digest-phpgroupware-0.9.16.000 80 diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.000 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.000 new file mode 100644 index 000000000000..71e692c3c770 --- /dev/null +++ b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.000 @@ -0,0 +1 @@ +MD5 d40a2e046d8356511b4ec8fd1d834c7f phpgroupware-0.9.16.000-1.tar.bz2 17078710 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild new file mode 100644 index 000000000000..6ed6c853fe5b --- /dev/null +++ b/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2004 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.16.000.ebuild,v 1.1 2004/03/04 17:54:15 mholzer Exp $ + +inherit webapp-apache + +S=${WORKDIR}/${PN} + +DESCRIPTION="intranet/groupware tool and application framework" +HOMEPAGE="http://www.phpgroupware.org/" +SRC_URI="mirror://sourceforge/phpgroupware/${P}-1.tar.bz2" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa" + +RDEPEND=">=dev-php/mod_php-4.1 + dev-db/mysql" + +pkg_setup() { + webapp-detect || NO_WEBSERVER=1 + 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 + webapp-pkg_setup "${NO_WEBSERVER}" + einfo "Installing into ${ROOT}${HTTPD_ROOT}." +} + +src_install() { + webapp-detect || NO_WEBSERVER=1 + webapp-mkdirs + + local DocumentRoot=${HTTPD_ROOT} + local destdir=${DocumentRoot}/${PN} + + dodir ${destdir} + #cd ${WORKDIR} + 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 ${PN}/doc/en_US/html/admin/*.html +} + +pkg_postinst() { + einfo "Follow the instructions at" + einfo "/usr/share/doc/${PF}/html/x62.html#AEN134" + einfo "to complete the install." + einfo "You need to add MySQL users and configure ${PN}" +} |