diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-18 00:30:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-18 00:30:20 +0000 |
commit | 073319a0a12611c85b7ded9b778a7e58b2c4593f (patch) | |
tree | b5859feadffcd1ff2d6471a76b23973d7b7ce6c0 /net-mail/quotient | |
parent | Initial version, closes #41378. (diff) | |
download | historical-073319a0a12611c85b7ded9b778a7e58b2c4593f.tar.gz historical-073319a0a12611c85b7ded9b778a7e58b2c4593f.tar.bz2 historical-073319a0a12611c85b7ded9b778a7e58b2c4593f.zip |
header fix; whitespace fix
Diffstat (limited to 'net-mail/quotient')
-rw-r--r-- | net-mail/quotient/Manifest | 2 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-mail/quotient/Manifest b/net-mail/quotient/Manifest index 44a16897225c..e41589474b0c 100644 --- a/net-mail/quotient/Manifest +++ b/net-mail/quotient/Manifest @@ -1,4 +1,4 @@ -MD5 85ee3fca111ba4cc6775355b0bdf77d7 quotient-0.8.8.ebuild 817 MD5 c1662cd5ec4a307d13d15dcd1c9babcf ChangeLog 344 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 +MD5 0c01ea9bf9611b35c533c4ed4923a7af quotient-0.8.8.ebuild 812 MD5 725ad50326f76ef97bc0c02465827e7b files/digest-quotient-0.8.8 66 diff --git a/net-mail/quotient/quotient-0.8.8.ebuild b/net-mail/quotient/quotient-0.8.8.ebuild index 7da123e405fa..b940449dd378 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-2003 Gentoo Technologies, Inc. +# 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.1 2004/02/17 17:03:31 lordvan Exp $ +# $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 $ inherit distutils @@ -16,9 +16,8 @@ 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" + >=net-mail/spambayes-1.0_alpha9 + >=dev-python/Imaging-1.1.4 + >=dev-python/lupy-0.1.5.5.1" S=${WORKDIR}/${MY_P} - |