diff options
author | 2003-12-01 19:21:39 +0000 | |
---|---|---|
committer | 2003-12-01 19:21:39 +0000 | |
commit | 662f81a7f419bdc04975c284bdf13e216e9d64d0 (patch) | |
tree | 762b5e53702f56b17e48c6e0076e1c590cbf12fd /net-mail/tmda | |
parent | Fixed a bug with the MKI patching... (diff) | |
download | gentoo-2-662f81a7f419bdc04975c284bdf13e216e9d64d0.tar.gz gentoo-2-662f81a7f419bdc04975c284bdf13e216e9d64d0.tar.bz2 gentoo-2-662f81a7f419bdc04975c284bdf13e216e9d64d0.zip |
Update to 0.90.
Diffstat (limited to 'net-mail/tmda')
-rw-r--r-- | net-mail/tmda/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/tmda/Manifest | 2 | ||||
-rw-r--r-- | net-mail/tmda/files/digest-tmda-0.90 | 1 | ||||
-rw-r--r-- | net-mail/tmda/tmda-0.90.ebuild | 59 |
4 files changed, 68 insertions, 1 deletions
diff --git a/net-mail/tmda/ChangeLog b/net-mail/tmda/ChangeLog index abfea5b8a1cf..800501aba18e 100644 --- a/net-mail/tmda/ChangeLog +++ b/net-mail/tmda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/tmda # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/ChangeLog,v 1.37 2003/11/17 20:27:09 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/ChangeLog,v 1.38 2003/12/01 19:21:39 agenkin Exp $ + +*tmda-0.90 (01 Dec 2003) + + 01 Dec 2003; Arcady Genkin <agenkin@gentoo.org> : + Version bump. *tmda-0.89 (17 Nov 2003) diff --git a/net-mail/tmda/Manifest b/net-mail/tmda/Manifest index 369b90d52e7f..09dc9b28127a 100644 --- a/net-mail/tmda/Manifest +++ b/net-mail/tmda/Manifest @@ -4,9 +4,11 @@ MD5 8d2f7a25a9fc948a86cac5028f68e9cb ChangeLog 5569 MD5 08044297da7d9f2face8e1edce1c8298 tmda-0.80.ebuild 1551 MD5 c98081c92f693a7c4faf4d5b32d1bb5b tmda-0.82.ebuild 1551 MD5 4ba4a6d08c451e52eeb86ac25ac0cb6d metadata.xml 253 +MD5 ed119bab813da6d3abb5c8d645905d5e tmda-0.90.ebuild 1573 MD5 3dc6bf25fd1e0d7c47d9964709f33a3a tmda-0.86.ebuild 1552 MD5 95616117ddaf3c139d00283eb765647e files/digest-tmda-0.87 58 MD5 d8634a47ed967d8369e5f1031acb4e7a files/digest-tmda-0.89 58 MD5 42462478761427da2aeb91f7bdd47328 files/digest-tmda-0.80 58 MD5 cd268ee6ff6b0b618d5033beafe75465 files/digest-tmda-0.82 58 MD5 e19a7fd18db9b20bbc8b6670d4abcbbf files/digest-tmda-0.86 58 +MD5 fb1355496a5f65d4e0b5f0b68b816097 files/digest-tmda-0.90 58 diff --git a/net-mail/tmda/files/digest-tmda-0.90 b/net-mail/tmda/files/digest-tmda-0.90 new file mode 100644 index 000000000000..951686097f82 --- /dev/null +++ b/net-mail/tmda/files/digest-tmda-0.90 @@ -0,0 +1 @@ +MD5 921289c72f132bc4b080bfb438862c57 tmda-0.90.tgz 398693 diff --git a/net-mail/tmda/tmda-0.90.ebuild b/net-mail/tmda/tmda-0.90.ebuild new file mode 100644 index 000000000000..445b334fae4a --- /dev/null +++ b/net-mail/tmda/tmda-0.90.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.90.ebuild,v 1.1 2003/12/01 19:21:39 agenkin 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://tmda.net/releases/${P}.tgz + http://tmda.net/releases/old/${P}.tgz" + +SLOT="0" +KEYWORDS="x86 ~sparc" + +S="${WORKDIR}/${P}" + +src_compile () { + ./compileall || die +} + +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 getuserinfo-vpopmail.sh 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 + +} |