diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-06-18 18:01:03 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-06-18 18:01:03 +0000 |
commit | 790de78583a08e92f241a2d9864521953dae8ce9 (patch) | |
tree | 939dc456444dbb491f9f0b92a5eb15b0d8aec945 /net-mail/tmda | |
parent | delete key works now (diff) | |
download | gentoo-2-790de78583a08e92f241a2d9864521953dae8ce9.tar.gz gentoo-2-790de78583a08e92f241a2d9864521953dae8ce9.tar.bz2 gentoo-2-790de78583a08e92f241a2d9864521953dae8ce9.zip |
Update to version 0.57.
Diffstat (limited to 'net-mail/tmda')
-rw-r--r-- | net-mail/tmda/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/tmda/files/digest-tmda-0.55 | 1 | ||||
-rw-r--r-- | net-mail/tmda/files/digest-tmda-0.57 | 1 | ||||
-rw-r--r-- | net-mail/tmda/tmda-0.55.ebuild | 44 | ||||
-rw-r--r-- | net-mail/tmda/tmda-0.57.ebuild | 45 |
5 files changed, 53 insertions, 46 deletions
diff --git a/net-mail/tmda/ChangeLog b/net-mail/tmda/ChangeLog index 60bfc9b424cd..f553d7f06deb 100644 --- a/net-mail/tmda/ChangeLog +++ b/net-mail/tmda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/tmda # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/ChangeLog,v 1.13 2002/05/31 04:38:53 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/ChangeLog,v 1.14 2002/06/18 18:01:02 agenkin Exp $ + +*tmda-0.57 ( 18 June 2002 ) + + 18 June 2002; Arcady Genkin <agenkin@thpoon.com> tmda-0.57.ebuild : + + Version 0.57 is released. *tmda-0.56 ( 30 May 2002 ) diff --git a/net-mail/tmda/files/digest-tmda-0.55 b/net-mail/tmda/files/digest-tmda-0.55 deleted file mode 100644 index c3b1fde2f85a..000000000000 --- a/net-mail/tmda/files/digest-tmda-0.55 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1bac533697e787b6b74537cd0ec1c79 tmda-0.55.tgz 127568 diff --git a/net-mail/tmda/files/digest-tmda-0.57 b/net-mail/tmda/files/digest-tmda-0.57 new file mode 100644 index 000000000000..5452a61fc8bc --- /dev/null +++ b/net-mail/tmda/files/digest-tmda-0.57 @@ -0,0 +1 @@ +MD5 a71c47e02904604557021ab1c8f4be0b tmda-0.57.tgz 133782 diff --git a/net-mail/tmda/tmda-0.55.ebuild b/net-mail/tmda/tmda-0.55.ebuild deleted file mode 100644 index 6310171b1e29..000000000000 --- a/net-mail/tmda/tmda-0.55.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2002 Arcady Genkin <agenkin@thpoon.com> -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.55.ebuild,v 1.1 2002/05/15 04:25:58 agenkin Exp $ - -DESCRIPTION="Python-based SPAM reduction system" -HOMEPAGE="http://software.libertine.org/tmda/index.html" - -SRC_URI="http://software.libertine.org/tmda/releases/${P}.tgz" -S="${WORKDIR}/${P}" - -DEPEND=">=dev-lang/python-2.0 - virtual/mta" - -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* - - # The templates - insinto /etc/tmda - doins templates/*.txt - - # Documentation - dodoc COPYRIGHT ChangeLog README THANKS UPGRADE CRYPTO - dohtml -r htdocs/*.html - - # Contributed binaries and stuff - cd contrib - dodoc README.RELAY qmail-smtpd_auth.patch tmda.spec sample.tmdarc - exeinto /usr/lib/tmda/bin - doexe printcdb printdbm collectaddys -} diff --git a/net-mail/tmda/tmda-0.57.ebuild b/net-mail/tmda/tmda-0.57.ebuild new file mode 100644 index 000000000000..7399feaba44f --- /dev/null +++ b/net-mail/tmda/tmda-0.57.ebuild @@ -0,0 +1,45 @@ +# Copyright 2002 Arcady Genkin <agenkin@thpoon.com> +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Arcady Genkin <agenkin@thpoon.com> +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.57.ebuild,v 1.1 2002/06/18 18:01:02 agenkin Exp $ + +DESCRIPTION="Python-based SPAM reduction system" +HOMEPAGE="http://software.libertine.org/tmda/index.html" + +SRC_URI="http://software.libertine.org/tmda/releases/${P}.tgz + http://software.libertine.org/tmda/releases/old/${P}.tgz" +S="${WORKDIR}/${P}" + +DEPEND=">=dev-lang/python-2.0 + virtual/mta" + +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* + + # The templates + insinto /etc/tmda + doins templates/*.txt + + # Documentation + dodoc COPYRIGHT ChangeLog README THANKS UPGRADE CRYPTO + dohtml -r htdocs/*.html + + # Contributed binaries and stuff + cd contrib + dodoc README.RELAY qmail-smtpd_auth.patch tmda.spec sample.tmdarc + exeinto /usr/lib/tmda/bin + doexe printcdb printdbm collectaddys +} |