summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-10 22:25:38 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-10 22:25:38 +0000
commit6437a22b1cc804e47c23970d20a97024e1e2be92 (patch)
tree34c7442e7bf298dd334ff57871fd9b34b0564aac /dev-php
parentx86 stable (diff)
downloadhistorical-6437a22b1cc804e47c23970d20a97024e1e2be92.tar.gz
historical-6437a22b1cc804e47c23970d20a97024e1e2be92.tar.bz2
historical-6437a22b1cc804e47c23970d20a97024e1e2be92.zip
cleanup
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/phpgroupware/Manifest2
-rw-r--r--dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.0051
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild47
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest
index d226d9418029..c59521fe635e 100644
--- a/dev-php/phpgroupware/Manifest
+++ b/dev-php/phpgroupware/Manifest
@@ -1,5 +1,3 @@
MD5 177ae266b497cce185891ed67a00cf11 ChangeLog 1439
-MD5 531dbdfbceeb5713392dfadda50bf73b phpgroupware-0.9.14.005.ebuild 1379
MD5 bf4736f5771047660533dc2043d86ada phpgroupware-0.9.14.006.ebuild 1383
-MD5 02d45a79a1a9729f984d8e9ff76e3939 files/digest-phpgroupware-0.9.14.005 77
MD5 1dd9268509d0274661f43e45850a5875 files/digest-phpgroupware-0.9.14.006 77
diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005
deleted file mode 100644
index 6d131863d85a..000000000000
--- a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.005
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e2db1aebbe41c671691b1c22f30a84cd phpgroupware-0.9.14.005.tar.bz2 6099492
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild
deleted file mode 100644
index 9b7ec13ebc04..000000000000
--- a/dev-php/phpgroupware/phpgroupware-0.9.14.005.ebuild
+++ /dev/null
@@ -1,47 +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.005.ebuild,v 1.2 2003/08/07 02:27:23 vapier 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/phpgroupware/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
-
-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"
-}