diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-15 14:42:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-15 14:42:20 +0000 |
commit | 084abda08574e6f73afc54d5df960cbfa0a23713 (patch) | |
tree | d0f2167d6a96840a88b871a91fe344a9a46842ec /mail-filter | |
parent | 0.30 release (diff) | |
download | historical-084abda08574e6f73afc54d5df960cbfa0a23713.tar.gz historical-084abda08574e6f73afc54d5df960cbfa0a23713.tar.bz2 historical-084abda08574e6f73afc54d5df960cbfa0a23713.zip |
Removed by treecleaners. Masked since 27 Feb 2008.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dovecot-dspam/ChangeLog | 17 | ||||
-rw-r--r-- | mail-filter/dovecot-dspam/Manifest | 14 | ||||
-rw-r--r-- | mail-filter/dovecot-dspam/dovecot-dspam-0_beta7.ebuild | 55 | ||||
-rw-r--r-- | mail-filter/dovecot-dspam/metadata.xml | 9 |
4 files changed, 0 insertions, 95 deletions
diff --git a/mail-filter/dovecot-dspam/ChangeLog b/mail-filter/dovecot-dspam/ChangeLog deleted file mode 100644 index 75ae269b5d3e..000000000000 --- a/mail-filter/dovecot-dspam/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for mail-filter/dovecot-dspam -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-dspam/ChangeLog,v 1.4 2008/02/13 08:20:29 opfer Exp $ - - 13 Feb 2008; Christian Faulhammer <opfer@gentoo.org> - dovecot-dspam-0_beta7.ebuild: - quote variable - - 13 Feb 2008; Christian Faulhammer <opfer@gentoo.org> metadata.xml: - add no-herd - -*dovecot-dspam-0_beta7 (18 Jun 2007) - - 18 Jun 2007; Benedikt Böhm <hollow@gentoo.org> +metadata.xml, - +dovecot-dspam-0_beta7.ebuild: - Initial ebuild for the dovecot dspam plugin - diff --git a/mail-filter/dovecot-dspam/Manifest b/mail-filter/dovecot-dspam/Manifest deleted file mode 100644 index ea8934e07b56..000000000000 --- a/mail-filter/dovecot-dspam/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST dovecot-dspam-0_beta7.c 11124 RMD160 3968b500f15ddd83d0c95537556e39500b8a7482 SHA1 7628decba8e3d707521c7d5409b1a7951c36d73c SHA256 7cedcbabbbfd61de495654fa3c61453905cff61a496e30a5d146c0636ba42d7e -EBUILD dovecot-dspam-0_beta7.ebuild 1481 RMD160 c202211f33997dd32d7df9307e4fa20a67d3d2ec SHA1 b16e7e395a043f205aa85c04831c411a82cd53bd SHA256 552e635ad7b682d5df5c9796ffd6ce65726b5186ddc3b9895ab2af3d98372e81 -MISC ChangeLog 594 RMD160 b18afa0175312220a340269fa3e279dfe96c1ba1 SHA1 104446ff1e7913563a9fb5a95692af5edb6a11bb SHA256 a496514f9a0e84e570db353431eac4c133451ee8ce5425939b7504da53735d9e -MISC metadata.xml 272 RMD160 79a157f8d571c4b4fd651d186b1caf3ffbee3340 SHA1 98a7308f05f9f1a8425275aff1f5ecbb3af25d00 SHA256 97f4d806e9b7a318887a3afa3ed3aff27f63fb7acd68938903b001e869f9098f ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.7 (GNU/Linux) - -iD8DBQFHsqikNQqtfCuFneMRAi+VAJ999P+FYmUNjBCxyUvslmu4YabyrwCglKgE -Mp+Qx4dB6aNXALIAkLNjS8g= -=wWZa ------END PGP SIGNATURE----- diff --git a/mail-filter/dovecot-dspam/dovecot-dspam-0_beta7.ebuild b/mail-filter/dovecot-dspam/dovecot-dspam-0_beta7.ebuild deleted file mode 100644 index c22f9a3de8d0..000000000000 --- a/mail-filter/dovecot-dspam/dovecot-dspam-0_beta7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-dspam/dovecot-dspam-0_beta7.ebuild,v 1.2 2008/02/13 08:20:29 opfer Exp $ - -inherit eutils autotools flag-o-matic multilib - -DESCRIPTION="A statistical-algorithmic hybrid anti-spam filter" -HOMEPAGE="http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration" -SRC_URI="http://dev.gentoo.org/~hollow/distfiles/${P}.c" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="net-mail/dovecot - mail-filter/dspam" -RDEPEND="${DEPEND}" - -KEYWORDS="~amd64 ~x86" - -# we need this to prevent errors from dovecot-config -top_builddir() { - return -} - -src_unpack() { - cp "${DISTDIR}"/${P}.c "${WORKDIR}"/${P}.c || die "could not copy source" -} - -src_compile() { - source "${ROOT}"/usr/lib/dovecot/dovecot-config || \ - die "cannot find dovecot-config" - - $(tc-getCC) ${CFLAGS} -fPIC -shared \ - -I${dovecot_incdir} \ - -I${dovecot_incdir}/src \ - -I${dovecot_incdir}/src/lib \ - -I${dovecot_incdir}/src/lib-storage \ - -I${dovecot_incdir}/src/lib-mail \ - -I${dovecot_incdir}/src/lib-imap \ - -I${dovecot_incdir}/src/imap \ - -DHAVE_CONFIG_H \ - -DDSPAM=\"/usr/bin/dspam\" \ - -DSPAMFOLDER=\"Spam\" \ - -o "${WORKDIR}"/lib99_dspam.so \ - "${DISTDIR}"/${P}.c || die "compilation failed" -} - -src_install () { - source "${ROOT}"/usr/lib/dovecot/dovecot-config || \ - die "cannot find dovecot-config" - - insinto ${moduledir}/imap - doins "${WORKDIR}"/lib99_dspam.so -} diff --git a/mail-filter/dovecot-dspam/metadata.xml b/mail-filter/dovecot-dspam/metadata.xml deleted file mode 100644 index 769930e6664e..000000000000 --- a/mail-filter/dovecot-dspam/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> - <maintainer> - <email>hollow@gentoo.org</email> - <name>Benedikt Böhm</name> - </maintainer> -</pkgmetadata> |