diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:31:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:31:47 +0000 |
commit | f86e89e84cecae1cb54197c5b706d12ef45f5dde (patch) | |
tree | c0591c75481b231c61b02cba382a9f734354e71e /net-mail/quotient | |
parent | Moved from net-mail/spambayes to mail-filter/spambayes (diff) | |
download | gentoo-2-f86e89e84cecae1cb54197c5b706d12ef45f5dde.tar.gz gentoo-2-f86e89e84cecae1cb54197c5b706d12ef45f5dde.tar.bz2 gentoo-2-f86e89e84cecae1cb54197c5b706d12ef45f5dde.zip |
moved DEPENDency from net-mail/spambayes to mail-filter/spambayes
Diffstat (limited to 'net-mail/quotient')
-rw-r--r-- | net-mail/quotient/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/quotient/ChangeLog b/net-mail/quotient/ChangeLog index ba24fbe7c184..57764405794f 100644 --- a/net-mail/quotient/ChangeLog +++ b/net-mail/quotient/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# 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 $ + + 03 Jun 2004; Seemant Kulleen <seemant@gentoo.org> quotient-0.8.8.ebuild: + moved DEPENDency from net-mail/spambayes to mail-filter/spambayes *quotient-0.8.8 (17 Feb 2004) diff --git a/net-mail/quotient/quotient-0.8.8.ebuild b/net-mail/quotient/quotient-0.8.8.ebuild index b940449dd378..2b6a7f739f37 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 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.2 2004/02/18 00:30:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.8.8.ebuild,v 1.3 2004/06/03 07:31:47 seemant Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="~x86" IUSE="gtk gtk2 doc" DEPEND=">=dev-python/twisted-1.1.1 - >=net-mail/spambayes-1.0_alpha9 + >=mail-filter/spambayes-1.0_alpha9 >=dev-python/Imaging-1.1.4 >=dev-python/lupy-0.1.5.5.1" |