diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-07 17:49:30 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-07 17:49:30 +0000 |
commit | 06aba59756280a07798fad7b716d620873c1e4f0 (patch) | |
tree | 2de5b42da6be402d3739234c56e7634c7ef4d423 /dev-php | |
parent | Version bumped. (diff) | |
download | gentoo-2-06aba59756280a07798fad7b716d620873c1e4f0.tar.gz gentoo-2-06aba59756280a07798fad7b716d620873c1e4f0.tar.bz2 gentoo-2-06aba59756280a07798fad7b716d620873c1e4f0.zip |
cleanup
Diffstat (limited to 'dev-php')
5 files changed, 0 insertions, 104 deletions
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index 87e74c7ff456..28cdffcac1cc 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,7 +1,3 @@ MD5 e75359f9da2bbbe5119a2d8c522e1604 ChangeLog 1189 -MD5 d49d7006dcf63a7d073634dc5f76b558 phpgroupware-0.9.14.004.ebuild 1417 -MD5 a35340887125c6ef78bdcea5747bf30a phpgroupware-0.9.14.003.ebuild 1427 MD5 3a086d8cc36c42feabb6825f1fc21b3f phpgroupware-0.9.14.005.ebuild 1417 -MD5 f09757419b568534a24ed7d30babad11 files/digest-phpgroupware-0.9.14.004 77 -MD5 c508961bd9ace9b7fe77bfc9381aecc9 files/digest-phpgroupware-0.9.14.003 77 MD5 02d45a79a1a9729f984d8e9ff76e3939 files/digest-phpgroupware-0.9.14.005 77 diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.003 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.003 deleted file mode 100644 index 0c7306a11609..000000000000 --- a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.003 +++ /dev/null @@ -1 +0,0 @@ -MD5 0eb87b98c0227def43da33897902db2a phpgroupware-0.9.14.003.tar.bz2 6092623 diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.004 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.004 deleted file mode 100644 index 7bd026d3ebce..000000000000 --- a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.004 +++ /dev/null @@ -1 +0,0 @@ -MD5 b4aae30c58dde01b7ae65b206df39249 phpgroupware-0.9.14.004.tar.bz2 6112889 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.003.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.003.ebuild deleted file mode 100644 index 7bca1e17c972..000000000000 --- a/dev-php/phpgroupware/phpgroupware-0.9.14.003.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.003.ebuild,v 1.1 2003/06/28 19:15:58 mholzer Exp $ - -S=${WORKDIR}/${PN} -HTTPD_ROOT="/home/httpd/htdocs" -HTTPD_USER="apache" -HTTPD_GROUP="apache" - -DESCRIPTION="The phpGroupWare intranet/groupware tool and application framework." -SRC_URI="http://www.phpgroupware.org/downloads_phpgw/${P}.tar.bz2" -HOMEPAGE="http://www.phpgroupware.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" -IUSE="" - -DEPEND="virtual/php - dev-db/mysql" - - -pkg_setup() { - if [ -L ${HTTPD_ROOT}/phpgroupware ] ; 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}/phpgroupware - cd ${WORKDIR} - cp -r . ${D}/${HTTPD_ROOT} - cd ${D}/${HTTPD_ROOT} - chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware - chmod -R 700 phpgroupware/files -} - -pkg_postinst() { - einfo "Follow the instructions at http://docs.phpgroupware.org/12-docs/html/admin/x62.html#AEN134 " - einfo "to complete the install. You need to add MySQL users and configure phpGroupWare" -} diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.004.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.004.ebuild deleted file mode 100644 index d5ea32c3126f..000000000000 --- a/dev-php/phpgroupware/phpgroupware-0.9.14.004.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.004.ebuild,v 1.1 2003/07/05 12:06:35 mholzer Exp $ - -S=${WORKDIR}/${PN} -HTTPD_ROOT="/home/httpd/htdocs" -HTTPD_USER="apache" -HTTPD_GROUP="apache" - -DESCRIPTION="The phpGroupWare intranet/groupware tool and application framework." -SRC_URI="mirror://sourceforge/phpgroupware/${P}.tar.bz2" -HOMEPAGE="http://www.phpgroupware.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" -IUSE="" - -DEPEND="virtual/php - dev-db/mysql" - - -pkg_setup() { - if [ -L ${HTTPD_ROOT}/phpgroupware ] ; 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}/phpgroupware - cd ${WORKDIR} - cp -r . ${D}/${HTTPD_ROOT} - cd ${D}/${HTTPD_ROOT} - chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware - chmod -R 700 phpgroupware/files -} - -pkg_postinst() { - einfo "Follow the instructions at http://docs.phpgroupware.org/12-docs/html/admin/x62.html#AEN134 " - einfo "to complete the install. You need to add MySQL users and configure phpGroupWare" -} |