blob: 981d6239824551b295c437a8ac1f919deb99c197 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/horde-nag-2.2.ebuild,v 1.1 2008/06/01 21:47:04 vapier Exp $
HORDE_MAJ="-h3"
inherit horde
DESCRIPTION="Hermes is a time-tracking application integrated with the Horde Framework."
KEYWORDS="~amd64 ~x86"
IUSE="kolab"
EHORDE_PATCHES="$(use kolab && echo ${FILESDIR}/HK-GW-Hermes_kolab.patch)"
DEPEND=""
RDEPEND="|| ( >=www-apps/horde-3.2 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )"
|