diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-02-17 17:03:31 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-02-17 17:03:31 +0000 |
commit | 762a5f91781be732c50bd5e03ce5e3d91776f134 (patch) | |
tree | f3a465ef2c3ff2437422afc9735b034b7d51b4b8 /net-mail/quotient | |
parent | added ChangeLog (Manifest recommit) (diff) | |
download | gentoo-2-762a5f91781be732c50bd5e03ce5e3d91776f134.tar.gz gentoo-2-762a5f91781be732c50bd5e03ce5e3d91776f134.tar.bz2 gentoo-2-762a5f91781be732c50bd5e03ce5e3d91776f134.zip |
initial import
Diffstat (limited to 'net-mail/quotient')
-rw-r--r-- | net-mail/quotient/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/quotient/Manifest | 4 | ||||
-rw-r--r-- | net-mail/quotient/files/digest-quotient-0.8.8 | 1 | ||||
-rw-r--r-- | net-mail/quotient/metadata.xml | 6 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 24 |
5 files changed, 43 insertions, 0 deletions
diff --git a/net-mail/quotient/ChangeLog b/net-mail/quotient/ChangeLog new file mode 100644 index 000000000000..ba24fbe7c184 --- /dev/null +++ b/net-mail/quotient/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-mail/quotient +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/ChangeLog,v 1.1 2004/02/17 17:03:31 lordvan Exp $ + +*quotient-0.8.8 (17 Feb 2004) + + 17 Feb 2004; Thomas Raschbacher <lordvan@gentoo.org> quotient-0.8.8.ebuild: + initial release diff --git a/net-mail/quotient/Manifest b/net-mail/quotient/Manifest new file mode 100644 index 000000000000..4dcdde10b66c --- /dev/null +++ b/net-mail/quotient/Manifest @@ -0,0 +1,4 @@ +MD5 d0a41451691829049fd5325cdb9972c7 quotient-0.8.8.ebuild 524 +MD5 f023b3df68620196635841749ebaefa4 ChangeLog 221 +MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 +MD5 725ad50326f76ef97bc0c02465827e7b files/digest-quotient-0.8.8 66 diff --git a/net-mail/quotient/files/digest-quotient-0.8.8 b/net-mail/quotient/files/digest-quotient-0.8.8 new file mode 100644 index 000000000000..e21a1910f1f4 --- /dev/null +++ b/net-mail/quotient/files/digest-quotient-0.8.8 @@ -0,0 +1 @@ +MD5 650cdb4ae2b59a0f432e49804f2923a9 Quotient-0.8.8.tar.gz 592613 diff --git a/net-mail/quotient/metadata.xml b/net-mail/quotient/metadata.xml new file mode 100644 index 000000000000..37d1f8e02e49 --- /dev/null +++ b/net-mail/quotient/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<maintainer><email>lordvan@gentoo.org</email></maintainer> +</pkgmetadata> 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} + |