diff options
-rw-r--r-- | net-mail/quotient/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/quotient/Manifest | 6 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 4 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.9.1.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/quotient/ChangeLog b/net-mail/quotient/ChangeLog index e23b0946ad2b..32c1284bf978 100644 --- a/net-mail/quotient/ChangeLog +++ b/net-mail/quotient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/quotient # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/ChangeLog,v 1.6 2004/06/24 23:29:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/ChangeLog,v 1.7 2004/07/19 22:10:00 kloeri Exp $ + + 19 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> quotient-0.8.8.ebuild, + quotient-0.9.1.ebuild: + dev-python/Imaging renamed to dev-python/imaging. 08 Jun 2004; David Holm <dholm@gentoo.org> quotient-0.9.1.ebuild: Added to ~ppc. diff --git a/net-mail/quotient/Manifest b/net-mail/quotient/Manifest index a595e950bd37..a5ecb72785f2 100644 --- a/net-mail/quotient/Manifest +++ b/net-mail/quotient/Manifest @@ -1,6 +1,6 @@ -MD5 835653481af7cd0ed84355df3654f525 quotient-0.8.8.ebuild 793 -MD5 9e0f401a2c2321bf4ef86fa9093ba49e quotient-0.9.1.ebuild 1383 -MD5 ee8bba02a35c28ef9508ff95e0cd43ec ChangeLog 883 +MD5 d2f206823a9bf05d5cba8559db619b70 quotient-0.8.8.ebuild 791 +MD5 929b804fe31acfb9e03c91a94361fb8c quotient-0.9.1.ebuild 1381 +MD5 0a077876ef8a2ec80680ffbe5af72cda ChangeLog 1034 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/quotient-0.8.8.ebuild b/net-mail/quotient/quotient-0.8.8.ebuild index 2b60a861e9ef..e8b17e9e01f3 100644 --- a/net-mail/quotient/quotient-0.8.8.ebuild +++ b/net-mail/quotient/quotient-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5 2004/07/15 02:25:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.8.8.ebuild,v 1.6 2004/07/19 22:10:00 kloeri Exp $ inherit distutils @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-python/twisted-1.1.1 >=mail-filter/spambayes-1.0_alpha9 - >=dev-python/Imaging-1.1.4 + >=dev-python/imaging-1.1.4 >=dev-python/lupy-0.1.5.5.1" S=${WORKDIR}/${MY_P} diff --git a/net-mail/quotient/quotient-0.9.1.ebuild b/net-mail/quotient/quotient-0.9.1.ebuild index af178409d6c4..859c977705b3 100644 --- a/net-mail/quotient/quotient-0.9.1.ebuild +++ b/net-mail/quotient/quotient-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.5 2004/07/15 02:25:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.9.1.ebuild,v 1.6 2004/07/19 22:10:00 kloeri Exp $ inherit distutils @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-python/twisted-1.3.0 >=mail-filter/spambayes-1.0_rc1 - >=dev-python/Imaging-1.1.4 + >=dev-python/imaging-1.1.4 >=dev-python/lupy-0.2.1 >=dev-python/nevow-0.2.0" |