diff options
Diffstat (limited to 'net-mail/quotient/quotient-0.8.8.ebuild')
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mail/quotient/quotient-0.8.8.ebuild b/net-mail/quotient/quotient-0.8.8.ebuild new file mode 100644 index 000000000000..7da123e405fa --- /dev/null +++ b/net-mail/quotient/quotient-0.8.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2004/02/17 17:03:31 lordvan 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://www.twistedmatrix.com/" +SRC_URI="mirror://sourceforge/divmod/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="gtk gtk2 doc" + +DEPEND=">=dev-python/twisted-1.1.1 + >=net-mail/spambayes-1.0_alpha9 + >=dev-python/Imaging-1.1.4 + >=dev-python/lupy-0.1.5.5.1" + +S=${WORKDIR}/${MY_P} + |