summaryrefslogtreecommitdiff
blob: b599af9089117499c5d846b861aae6eea2d34a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2005 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 horde

DESCRIPTION="Sork is comprised of four Horde modules: accounts, forwards, passwd, vacation"
SRC_URI=""

KEYWORDS="alpha amd64 hppa ppc sparc x86"

DEPEND=""
RDEPEND="www-apps/horde-accounts
	www-apps/horde-forwards
	www-apps/horde-passwd
	www-apps/horde-vacation"

S=${WORKDIR}

# this is just a meta package
pkg_setup() { :;}
src_unpack() { :;}
src_install() { :;}
pkg_postinst() { :;}