diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-07-21 21:28:03 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-07-21 21:28:03 +0000 |
commit | c69271f04bbc6452741db301dd4b54179bcb6cb9 (patch) | |
tree | d7268b9ab845b47ab1e7d9d5ca259ea0397c0194 /dev-php | |
parent | stable on ppc64, bug #57579 (Manifest recommit) (diff) | |
download | gentoo-2-c69271f04bbc6452741db301dd4b54179bcb6cb9.tar.gz gentoo-2-c69271f04bbc6452741db301dd4b54179bcb6cb9.tar.bz2 gentoo-2-c69271f04bbc6452741db301dd4b54179bcb6cb9.zip |
Version bumped.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpgroupware/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/phpgroupware/Manifest | 4 | ||||
-rw-r--r-- | dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.001 | 1 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.16.001.ebuild | 54 |
4 files changed, 65 insertions, 2 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog index ba811b142e6a..98248e8ce572 100644 --- a/dev-php/phpgroupware/ChangeLog +++ b/dev-php/phpgroupware/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/phpgroupware # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.25 2004/06/25 01:24:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.26 2004/07/21 21:28:03 mholzer Exp $ + +*phpgroupware-0.9.16.001 (21 Jul 2004) + + 21 Jul 2004; Martin Holzer <mholzer@gentoo.org> + phpgroupware-0.9.16.001.ebuild: + Version bumped. 26 May 2004; Martin Holzer <mholzer@gentoo.org> phpgroupware-0.9.16.000.ebuild: diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index 19059c558b84..bc4cf6ec13cf 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,4 +1,6 @@ -MD5 868acd2e93fdfde59f34f64b199e5439 phpgroupware-0.9.16.000.ebuild 1570 MD5 9bab27a08e68556243d52fc1a0442dd1 ChangeLog 3138 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 a0e46cd25da3a9d63f612f62fd7f14b8 phpgroupware-0.9.16.001.ebuild 1570 +MD5 868acd2e93fdfde59f34f64b199e5439 phpgroupware-0.9.16.000.ebuild 1570 +MD5 476589363905ff689b142486cc9e534c files/digest-phpgroupware-0.9.16.001 78 MD5 922ab954a67c17f0e1a566626098243a files/digest-phpgroupware-0.9.16.000 80 diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.001 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.001 new file mode 100644 index 000000000000..1525a5ded94e --- /dev/null +++ b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.16.001 @@ -0,0 +1 @@ +MD5 e53885fd3e1fd60b2ee587af281a7c02 phpgroupware-0.9.16.001.tar.bz2 17482130 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.16.001.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.16.001.ebuild new file mode 100644 index 000000000000..2e2f2e46206f --- /dev/null +++ b/dev-php/phpgroupware/phpgroupware-0.9.16.001.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.16.001.ebuild,v 1.1 2004/07/21 21:28:03 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}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa" + +RDEPEND=">=dev-php/mod_php-4.1" + +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}" +} |