summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/groupoffice/groupoffice-2.12.ebuild')
-rw-r--r--www-apps/groupoffice/groupoffice-2.12.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apps/groupoffice/groupoffice-2.12.ebuild b/www-apps/groupoffice/groupoffice-2.12.ebuild
deleted file mode 100644
index f1f038791414..000000000000
--- a/www-apps/groupoffice/groupoffice-2.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.12.ebuild,v 1.1 2005/04/23 21:56:07 mholzer Exp $
-
-inherit webapp
-
-S=${WORKDIR}/${PN}-com-${PV}
-DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support."
-HOMEPAGE="http://group-office.sourceforge.net/"
-SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc"
-IUSE=""
-DEPEND="virtual/php
- dev-db/mysql"
-
-src_install() {
- webapp_src_preinst
-
- cd ${S}
- dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS
- rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS
-
- cp -r . ${D}${MY_HTDOCSDIR}
- webapp_serverowned ${MY_HTDOCSDIR}
-
- webapp_postinst_txt en ${FILESDIR}/postinstall2-en.txt
-
- webapp_src_install
-}