diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-12-13 23:59:01 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-12-13 23:59:01 +0000 |
commit | c3bc6e6cf0d82eb1048c80867c6b18540173c05a (patch) | |
tree | 2ef321610038a027e6ae7c827a8623860267c461 /mail-filter/tmda | |
parent | added gsl and notransactions flag for bogofilter (diff) | |
download | gentoo-2-c3bc6e6cf0d82eb1048c80867c6b18540173c05a.tar.gz gentoo-2-c3bc6e6cf0d82eb1048c80867c6b18540173c05a.tar.bz2 gentoo-2-c3bc6e6cf0d82eb1048c80867c6b18540173c05a.zip |
Stable on x86. Removed previous 1.0.3 revisions.
Diffstat (limited to 'mail-filter/tmda')
-rw-r--r-- | mail-filter/tmda/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/tmda/files/digest-tmda-1.0.3 | 1 | ||||
-rw-r--r-- | mail-filter/tmda/files/digest-tmda-1.0.3-r1 | 1 | ||||
-rw-r--r-- | mail-filter/tmda/files/digest-tmda-1.0.3-r2 | 1 | ||||
-rw-r--r-- | mail-filter/tmda/tmda-1.0.3-r1.ebuild | 60 | ||||
-rw-r--r-- | mail-filter/tmda/tmda-1.0.3-r2.ebuild | 60 | ||||
-rw-r--r-- | mail-filter/tmda/tmda-1.0.3-r3.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/tmda/tmda-1.0.3.ebuild | 55 |
8 files changed, 7 insertions, 181 deletions
diff --git a/mail-filter/tmda/ChangeLog b/mail-filter/tmda/ChangeLog index 4b6279a7b1c9..bf6416575d2a 100644 --- a/mail-filter/tmda/ChangeLog +++ b/mail-filter/tmda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/tmda # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/tmda/ChangeLog,v 1.11 2004/11/12 18:46:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/tmda/ChangeLog,v 1.12 2004/12/13 23:59:01 ticho Exp $ + + 14 Dec 2004; Andrej Kacian <ticho@gentoo.org> -tmda-1.0.3-r1.ebuild, + -tmda-1.0.3-r2.ebuild, tmda-1.0.3-r3.ebuild, -tmda-1.0.3.ebuild: + Stable on x86. Removed previous 1.0.3 revisions. 12 Nov 2004; Simon Stelling <blubb@gentoo.org> tmda-1.0.3-r3.ebuild: added ~amd64 diff --git a/mail-filter/tmda/files/digest-tmda-1.0.3 b/mail-filter/tmda/files/digest-tmda-1.0.3 deleted file mode 100644 index ceb38dfa04d8..000000000000 --- a/mail-filter/tmda/files/digest-tmda-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5710270586d52444f5d94ecbb0f318f tmda-1.0.3.tgz 392608 diff --git a/mail-filter/tmda/files/digest-tmda-1.0.3-r1 b/mail-filter/tmda/files/digest-tmda-1.0.3-r1 deleted file mode 100644 index ceb38dfa04d8..000000000000 --- a/mail-filter/tmda/files/digest-tmda-1.0.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5710270586d52444f5d94ecbb0f318f tmda-1.0.3.tgz 392608 diff --git a/mail-filter/tmda/files/digest-tmda-1.0.3-r2 b/mail-filter/tmda/files/digest-tmda-1.0.3-r2 deleted file mode 100644 index ceb38dfa04d8..000000000000 --- a/mail-filter/tmda/files/digest-tmda-1.0.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5710270586d52444f5d94ecbb0f318f tmda-1.0.3.tgz 392608 diff --git a/mail-filter/tmda/tmda-1.0.3-r1.ebuild b/mail-filter/tmda/tmda-1.0.3-r1.ebuild deleted file mode 100644 index 845d3729f20f..000000000000 --- a/mail-filter/tmda/tmda-1.0.3-r1.ebuild +++ /dev/null @@ -1,60 +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/tmda/tmda-1.0.3-r1.ebuild,v 1.3 2004/09/25 19:25:26 ticho Exp $ - -inherit eutils - -DESCRIPTION="Python-based SPAM reduction system" -HOMEPAGE="http://www.tmda.net/" -LICENSE="GPL-2" - -DEPEND=">=dev-lang/python-2.2 - virtual/mta" - -SRC_URI="http://www.tmda.net/releases/stable/${P}.tgz" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" -IUSE="" - -src_compile () { - # Fix multipart mail handling. (See bug #60367) -ticho - epatch ${FILESDIR}/tmda-1.0-multipart-handling.patch - - ./compileall || die "tmda compilation failed" -} - -src_install () { - # Figure out python version - # below hack should be replaced w/ pkg-config, when we get it working - local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'` - - # Executables - dobin bin/tmda-* - - # The Python TMDA module - insinto "/usr/lib/python${pv}/site-packages/TMDA" - doins TMDA/*.py* - insinto "/usr/lib/python${pv}/site-packages/TMDA/pythonlib/email" - doins TMDA/pythonlib/email/*.py* - - # The templates - insinto /etc/tmda - doins templates/*.txt - - # Documentation - dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO CODENAMES INSTALL - dohtml -r htdocs/*.html - dohtml -r htdocs/img - - # Contributed binaries and stuff - cd ${S}/contrib - - exeinto /usr/lib/tmda/contrib - doexe collectaddys def2html printcdb printdbm \ - sendit.sh smtp-check-sender update-internaldomains vadduser-tmda \ - vmailmgr-vdir.sh vpopmail-vdir.sh wrapfd3.sh - - insinto /usr/lib/tmda/contrib - doins ChangeLog sample.config tmda.el tmda.spec \ - tofmipd.init tofmipd.sysconfig vtmdarc -} diff --git a/mail-filter/tmda/tmda-1.0.3-r2.ebuild b/mail-filter/tmda/tmda-1.0.3-r2.ebuild deleted file mode 100644 index aefe74a515e7..000000000000 --- a/mail-filter/tmda/tmda-1.0.3-r2.ebuild +++ /dev/null @@ -1,60 +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/tmda/tmda-1.0.3-r2.ebuild,v 1.1 2004/09/29 17:26:28 ticho Exp $ - -inherit eutils - -DESCRIPTION="Python-based SPAM reduction system" -HOMEPAGE="http://www.tmda.net/" -LICENSE="GPL-2" - -DEPEND=">=dev-lang/python-2.2 - virtual/mta" - -SRC_URI="http://www.tmda.net/releases/stable/${P}.tgz" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" -IUSE="" - -src_compile () { - # Fix multipart mail handling. (See bug #60367) -ticho - epatch ${FILESDIR}/tmda-1.0-multipart-handling.patch - - ./compileall || die "tmda compilation failed" -} - -src_install () { - # Figure out python version - # below hack should be replaced w/ pkg-config, when we get it working - local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'` - - # Executables - dobin bin/tmda-* - - # The Python TMDA module - insinto "/usr/lib/python${pv}/site-packages/TMDA" - doins TMDA/*.py* - insinto "/usr/lib/python${pv}/site-packages/TMDA/pythonlib/email" - doins TMDA/pythonlib/email/*.py* - - # The templates - insinto /etc/tmda - doins templates/*.txt - - # Documentation - dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO CODENAMES INSTALL - dohtml -r htdocs/*.html - dohtml -r htdocs/img - - # Contributed binaries and stuff - cd ${S}/contrib - - exeinto /usr/lib/tmda/contrib - doexe collectaddys def2html printcdb printdbm \ - sendit.sh smtp-check-sender update-internaldomains vadduser-tmda \ - vmailmgr-vdir.sh vpopmail-vdir.sh wrapfd3.sh - - insinto /usr/lib/tmda/contrib - doins ChangeLog sample.config tmda.el tmda.spec \ - tofmipd.init tofmipd.sysconfig vtmdarc -} diff --git a/mail-filter/tmda/tmda-1.0.3-r3.ebuild b/mail-filter/tmda/tmda-1.0.3-r3.ebuild index 9ae2b7fcf2a1..bcae613d1fb3 100644 --- a/mail-filter/tmda/tmda-1.0.3-r3.ebuild +++ b/mail-filter/tmda/tmda-1.0.3-r3.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/mail-filter/tmda/tmda-1.0.3-r3.ebuild,v 1.2 2004/11/12 18:46:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/tmda/tmda-1.0.3-r3.ebuild,v 1.3 2004/12/13 23:59:01 ticho Exp $ inherit eutils @@ -13,7 +13,7 @@ DEPEND=">=dev-lang/python-2.2 SRC_URI="http://www.tmda.net/releases/stable/${P}.tgz" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~amd64" IUSE="" src_compile () { diff --git a/mail-filter/tmda/tmda-1.0.3.ebuild b/mail-filter/tmda/tmda-1.0.3.ebuild deleted file mode 100644 index 78ac5c62b826..000000000000 --- a/mail-filter/tmda/tmda-1.0.3.ebuild +++ /dev/null @@ -1,55 +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/tmda/tmda-1.0.3.ebuild,v 1.3 2004/09/25 19:25:26 ticho Exp $ - -DESCRIPTION="Python-based SPAM reduction system" -HOMEPAGE="http://www.tmda.net/" -LICENSE="GPL-2" - -DEPEND=">=dev-lang/python-2.2 - virtual/mta" - -SRC_URI="http://www.tmda.net/releases/stable/${P}.tgz" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" -IUSE="" - -src_compile () { - ./compileall || die "tmda compilation failed" -} - -src_install () { - # Figure out python version - # below hack should be replaced w/ pkg-config, when we get it working - local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'` - - # Executables - dobin bin/tmda-* - - # The Python TMDA module - insinto "/usr/lib/python${pv}/site-packages/TMDA" - doins TMDA/*.py* - insinto "/usr/lib/python${pv}/site-packages/TMDA/pythonlib/email" - doins TMDA/pythonlib/email/*.py* - - # The templates - insinto /etc/tmda - doins templates/*.txt - - # Documentation - dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO CODENAMES INSTALL - dohtml -r htdocs/*.html - dohtml -r htdocs/img - - # Contributed binaries and stuff - cd ${S}/contrib - - exeinto /usr/lib/tmda/contrib - doexe collectaddys def2html printcdb printdbm \ - sendit.sh smtp-check-sender update-internaldomains vadduser-tmda \ - vmailmgr-vdir.sh vpopmail-vdir.sh wrapfd3.sh - - insinto /usr/lib/tmda/contrib - doins ChangeLog sample.config tmda.el tmda.spec \ - tofmipd.init tofmipd.sysconfig vtmdarc -} |