diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-17 16:13:24 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-17 16:13:24 +0000 |
commit | cb4fd90e109b4a91df8f022f59a22c66c54a9c3f (patch) | |
tree | c58dcb623941cdb8d4d6afb7707e0e8c7e48e6b0 /dev-php/phpgroupware | |
parent | Version bumped. Security one. (diff) | |
download | historical-cb4fd90e109b4a91df8f022f59a22c66c54a9c3f.tar.gz historical-cb4fd90e109b4a91df8f022f59a22c66c54a9c3f.tar.bz2 historical-cb4fd90e109b4a91df8f022f59a22c66c54a9c3f.zip |
cleanup
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r-- | dev-php/phpgroupware/Manifest | 2 | ||||
-rw-r--r-- | dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.006 | 1 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild | 48 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index 390557ebd035..49d641e11341 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,6 +1,4 @@ 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 -MD5 1dd9268509d0274661f43e45850a5875 files/digest-phpgroupware-0.9.14.006 77 diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.006 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.006 deleted file mode 100644 index 57b79a6ee955..000000000000 --- a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.006 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0c3c12899d81e334d36e7b186be1bcb phpgroupware-0.9.14.006.tar.bz2 6097601 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild deleted file mode 100644 index 293ab59f8214..000000000000 --- a/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.006.ebuild,v 1.5 2003/09/19 18:06:19 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_compile() { - #nothing to compile - echo "Nothing to compile" -} - -src_install() { - dodir ${HTTPD_ROOT}/${PN} - cd ${WORKDIR} - cp -r . ${D}/${HTTPD_ROOT} - cd ${D}/${HTTPD_ROOT} - chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware - chmod -R 700 phpgroupware/files - 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" -} |