diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-07 15:05:22 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-07 15:05:22 +0000 |
commit | 5a02e98216d01df2e9bf91890b2803e73f514037 (patch) | |
tree | f145a016c08c84db8fafbb28faf4b6be66d8373b | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-5a02e98216d01df2e9bf91890b2803e73f514037.tar.gz gentoo-2-5a02e98216d01df2e9bf91890b2803e73f514037.tar.bz2 gentoo-2-5a02e98216d01df2e9bf91890b2803e73f514037.zip |
version bump
-rw-r--r-- | net-mail/quotient/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/quotient/Manifest | 6 | ||||
-rw-r--r-- | net-mail/quotient/files/digest-quotient-0.9.1 | 1 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.9.1.ebuild | 25 |
4 files changed, 36 insertions, 3 deletions
diff --git a/net-mail/quotient/ChangeLog b/net-mail/quotient/ChangeLog index 57764405794f..6ba6eb8406e2 100644 --- a/net-mail/quotient/ChangeLog +++ b/net-mail/quotient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/quotient # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/ChangeLog,v 1.2 2004/06/03 07:31:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/ChangeLog,v 1.3 2004/06/07 15:05:21 lordvan Exp $ + +*quotient-0.9.1 (07 Jun 2004) + + 07 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org> +quotient-0.9.1.ebuild: + new version 03 Jun 2004; Seemant Kulleen <seemant@gentoo.org> quotient-0.8.8.ebuild: moved DEPENDency from net-mail/spambayes to mail-filter/spambayes diff --git a/net-mail/quotient/Manifest b/net-mail/quotient/Manifest index 76298c67b55f..b871fb70e0e2 100644 --- a/net-mail/quotient/Manifest +++ b/net-mail/quotient/Manifest @@ -1,4 +1,6 @@ -MD5 bf3011e2f9bc7ffafaf4e658ac709375 quotient-0.8.8.ebuild 812 -MD5 e75eb9d9963ca443bd4ce8e1dbeeae6c ChangeLog 487 +MD5 5340b79572c4e02be1d0693368a75d0b quotient-0.8.8.ebuild 813 +MD5 ed274ea45740e7b0d8d44ffad6854cd7 quotient-0.9.1.ebuild 904 +MD5 130f0b00489d8a420fe97e2d106a059a ChangeLog 488 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 MD5 725ad50326f76ef97bc0c02465827e7b files/digest-quotient-0.8.8 66 +MD5 9ad15c4309c82a3f4d31ff6b30fc978d files/digest-quotient-0.9.1 67 diff --git a/net-mail/quotient/files/digest-quotient-0.9.1 b/net-mail/quotient/files/digest-quotient-0.9.1 new file mode 100644 index 000000000000..53108061a45c --- /dev/null +++ b/net-mail/quotient/files/digest-quotient-0.9.1 @@ -0,0 +1 @@ +MD5 406fdd2160843bc3be43486b8e30273f Quotient-0.9.1.tar.gz 3083925 diff --git a/net-mail/quotient/quotient-0.9.1.ebuild b/net-mail/quotient/quotient-0.9.1.ebuild new file mode 100644 index 000000000000..b8836f5e2024 --- /dev/null +++ b/net-mail/quotient/quotient-0.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.9.1.ebuild,v 1.1 2004/06/07 15:05:21 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.divmod.org/Home/Projects/Quotient/index.html" +#SRC_URI="mirror://sourceforge/divmod/${MY_P}.tar.gz" +SRC_URI="http://www.divmod.org/users/release/divmod/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="gtk gtk2 doc" + +DEPEND=">=dev-python/twisted-1.3.0 + >=mail-filter/spambayes-1.0_alpha9 + >=dev-python/Imaging-1.1.4 + >=dev-python/lupy-0.2.1 + >=dev-python/nevow-0.2.0" + +S=${WORKDIR}/${MY_P} |