# HG changeset patch # User Dirk Olmes # Date 1320460124 -3600 # Node ID 90e704dfb755bf93c777b5fa448a4c59c99e3f5e # Parent a96ea427e9a02daeff7195ced2b98b84a0d69987 remove old spambayes ebuilds diff -r a96ea427e9a0 -r 90e704dfb755 mail-filter/spambayes/Manifest --- a/mail-filter/spambayes/Manifest Sat Nov 05 03:27:42 2011 +0100 +++ b/mail-filter/spambayes/Manifest Sat Nov 05 03:28:44 2011 +0100 @@ -1,6 +1,2 @@ -DIST spambayes-1.0.1.tar.gz 688955 RMD160 77a66c0d147a6f273029f67f0770129101c5cbd3 SHA1 07bfea7886c9941458c2688dc01a4deb041d8f31 SHA256 3f0417b4d1e7019bacddd4b817401aea7755a9cdafc04a31ba53d37ed348998e -DIST spambayes-1.0.3.tar.gz 696822 RMD160 689926117f4896abc5d7fc27f712b335241359df SHA1 30a0cdc11741ed1d86a9b0964c0fd756b56174e2 SHA256 db9f50e4518e1cc9e809ed3c516e41f7bae3da49a7f8990e9da6722a643f3e68 DIST spambayes-1.0.4.tar.gz 697781 RMD160 6dfbaa5cc7eb14d9ddbb68c381580e793cb9c28e SHA1 a7b92eb8465a6ac093d29e64c539ff8348b08c26 SHA256 53c498d98e2f0a88d6edb928e3e1abcf65fc4aee8a98e142175809b9409d30aa -EBUILD spambayes-1.0.1.ebuild 1325 RMD160 ae6368e1d23e9e682cf512e59e91fd856de1d026 SHA1 1146a78562f9ca29bb154ef5b06b1b97c40c4bf3 SHA256 838f9b65d91b7fbaf5be9d8f6a807c7773074ea618440dd10c07ccd2f4ceac42 -EBUILD spambayes-1.0.3.ebuild 1325 RMD160 d70828530277153d87d276b40bcf891537ba43cc SHA1 3874bda86ebd71f7eb908ecdff42daf4262fa29f SHA256 4cbb1d41bb863f072f3051d67aba8f253db8736916718cad0af78017b319c5b9 EBUILD spambayes-1.0.4.ebuild 1185 RMD160 c76faeca416fcf186170c1915aab4e284d1afade SHA1 54189565f5a125149516f3f442c5f289b42ef086 SHA256 1afc17bef3bb06791632a2b448d3b0e5ab64c63e39ff0404c33e217b1f1f312f diff -r a96ea427e9a0 -r 90e704dfb755 mail-filter/spambayes/spambayes-1.0.1.ebuild --- a/mail-filter/spambayes/spambayes-1.0.1.ebuild Sat Nov 05 03:27:42 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0_rc1.ebuild,v 1.3 2004/06/24 22:22:43 agriffis Exp $ - -inherit distutils - -DESCRIPTION="An anti-spam filter using on Bayesian filtering" -HOMEPAGE="http://spambayes.sourceforge.net" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="PSF-2.2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND=">=dev-lang/python-2.2.2" - -# removing ".1" from the work directory name -#S=${WORKDIR}/${MY_P/.1} - -src_install() { - - distutils_src_install - dodoc *.txt || die "doc *.txt files failed" - - # someone might have benefits of the other documetation too, - # therefore added. - - docinto contrib || die "doc directory, contrib, fail" - dodoc contrib/* || die "doc contrib/* failed" - docinto utilities || die "doc directory, utilities, failed" - dodoc utilities/* || die "doc utilities/* failed" - docinto testtools || die "doc directory, testtools, failed" - dodoc testtools/* || die "doc testtools/* failed" - - exeinto /etc/init.d - newexe ${FILESDIR}/spambayespop3proxy.rc spambayespop3proxy - - insinto /etc - doins ${FILESDIR}/bayescustomize.ini - - keepdir /var/lib/spambayes - -} - diff -r a96ea427e9a0 -r 90e704dfb755 mail-filter/spambayes/spambayes-1.0.3.ebuild --- a/mail-filter/spambayes/spambayes-1.0.3.ebuild Sat Nov 05 03:27:42 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0_rc1.ebuild,v 1.3 2004/06/24 22:22:43 agriffis Exp $ - -inherit distutils - -DESCRIPTION="An anti-spam filter using on Bayesian filtering" -HOMEPAGE="http://spambayes.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -#SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="PSF-2.2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND=">=dev-lang/python-2.2.2" - -# removing ".1" from the work directory name -#S=${WORKDIR}/${MY_P/.1} - -src_install() { - - distutils_src_install - dodoc *.txt || die "doc *.txt files failed" - - # someone might have benefits of the other documetation too, - # therefore added. - - docinto contrib || die "doc directory, contrib, fail" - dodoc contrib/* || die "doc contrib/* failed" - docinto utilities || die "doc directory, utilities, failed" - dodoc utilities/* || die "doc utilities/* failed" - docinto testtools || die "doc directory, testtools, failed" - dodoc testtools/* || die "doc testtools/* failed" - - exeinto /etc/init.d - newexe ${FILESDIR}/spambayespop3proxy.rc spambayespop3proxy - - insinto /etc - doins ${FILESDIR}/bayescustomize.ini - - keepdir /var/lib/spambayes - -} -