blob: 47782508713ff616249001afd554acc78cca4fcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.8.8.ebuild,v 1.7 2006/03/04 09:12:12 lucass Exp $
inherit distutils
MY_PN="Quotient"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Quotient is an open source product that combines a multi-protocol messaging server with tools for information management and retrieval. Quotient brings together your email, IM/IRC and IP telephony."
HOMEPAGE="http://divmod.org/projects/quotient"
SRC_URI="mirror://sourceforge/divmod/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-python/twisted-1.1.1
>=mail-filter/spambayes-1.0_alpha9
>=dev-python/imaging-1.1.4
>=dev-python/lupy-0.1.5.5.1"
S=${WORKDIR}/${MY_P}
|