From dfcf24b305e5904d506378710860843283cda150 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 9 Jan 2015 19:14:36 +0100 Subject: [PATCH] removed stale ebuild for scalix-community --- .../scalix-community-11.3.0.ebuild | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 net-misc/scalix-community/scalix-community-11.3.0.ebuild diff --git a/net-misc/scalix-community/scalix-community-11.3.0.ebuild b/net-misc/scalix-community/scalix-community-11.3.0.ebuild deleted file mode 100644 index cd1e768..0000000 --- a/net-misc/scalix-community/scalix-community-11.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# XXX needed? (e.g. for epatch) -inherit eutils - -DESCRIPTION="Scalix (Community Edition) - A replacement for Microsoft Exchange" -HOMEPAGE="http://www.scalix.com/community/" -SRC_URI="" -LICENSE="unknown" -SLOT="0" -KEYWORDS="~x86" -IUSE="installer mobile platform sac sis" -RESTRICT="fetch" -DEPEND=">=dev-lang/python-2.2 ->=dev-java/ant-1.6.5" -RDEPEND="${DEPEND}" -#S="${WORKDIR}/${P}" - -src_unpack() { - # unpack the main scalix-TGZ-file - # depending on USE-flags, unpack individual sub-TGZs -} - -src_compile() { - # depending on USE-flags, change to corresonding sub directories - # installer: - run ant - # - -} - -src_install() { -}