summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/horde-kolab-all/horde-kolab-all-3.ebuild')
-rw-r--r--www-apps/horde-kolab-all/horde-kolab-all-3.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/www-apps/horde-kolab-all/horde-kolab-all-3.ebuild b/www-apps/horde-kolab-all/horde-kolab-all-3.ebuild
deleted file mode 100644
index ab21758..0000000
--- a/www-apps/horde-kolab-all/horde-kolab-all-3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-sork/horde-sork-0.ebuild,v 1.4 2005/05/02 02:51:33 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Kolab horde meta package"
-SRC_URI=""
-
-HOMEPAGE="http://www.horde.org/${HORDE_PN}"
-
-LICENSE="LGPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86 amd64"
-
-DEPEND=""
-RDEPEND="
-net-mail/kolabd
-www-apps/horde-kolab
-www-apps/horde-imp-kolab
-www-apps/horde-ingo-kolab
-www-apps/horde-kronolith-kolab
-www-apps/horde-mnemo-kolab
-www-apps/horde-nag-kolab
-www-apps/horde-passwd-kolab
-www-apps/horde-turba-kolab
-"
-
-S=${WORKDIR}
-
-# this is just a meta package
-pkg_setup() {
-
- if ! built_with_use net-mail/kolabd horde ; then
- eerror "You MUST re-emerge kolabd with the horde use flag"
- eerror "enabled!"
- die "Current kolabd installation does not support horde-kolab!"
- fi
-}
-
-src_unpack() { :;}
-src_install() { :;}