diff options
author | 2002-07-17 05:26:37 +0000 | |
---|---|---|
committer | 2002-07-17 05:26:37 +0000 | |
commit | 4103b081cf29212b26b2729b5dbb56d07251ed15 (patch) | |
tree | 4d227b914a56e102c8f7334bce4f316a3f0ad740 /net-mail/tmda | |
parent | added Network Associate's Evaluation license (diff) | |
download | historical-4103b081cf29212b26b2729b5dbb56d07251ed15.tar.gz historical-4103b081cf29212b26b2729b5dbb56d07251ed15.tar.bz2 historical-4103b081cf29212b26b2729b5dbb56d07251ed15.zip |
repoman'd
Diffstat (limited to 'net-mail/tmda')
-rw-r--r-- | net-mail/tmda/files/digest-tmda-0.57 | 1 | ||||
-rw-r--r-- | net-mail/tmda/tmda-0.57.ebuild | 44 | ||||
-rw-r--r-- | net-mail/tmda/tmda-0.58.ebuild | 9 |
3 files changed, 6 insertions, 48 deletions
diff --git a/net-mail/tmda/files/digest-tmda-0.57 b/net-mail/tmda/files/digest-tmda-0.57 deleted file mode 100644 index 5452a61fc8bc..000000000000 --- a/net-mail/tmda/files/digest-tmda-0.57 +++ /dev/null @@ -1 +0,0 @@ -MD5 a71c47e02904604557021ab1c8f4be0b tmda-0.57.tgz 133782 diff --git a/net-mail/tmda/tmda-0.57.ebuild b/net-mail/tmda/tmda-0.57.ebuild deleted file mode 100644 index 8c29dde3365c..000000000000 --- a/net-mail/tmda/tmda-0.57.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 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.57.ebuild,v 1.2 2002/07/11 06:30:48 drobbins 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 -} diff --git a/net-mail/tmda/tmda-0.58.ebuild b/net-mail/tmda/tmda-0.58.ebuild index f9bb4776adcd..8903b486e277 100644 --- a/net-mail/tmda/tmda-0.58.ebuild +++ b/net-mail/tmda/tmda-0.58.ebuild @@ -1,17 +1,20 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.58.ebuild,v 1.1 2002/07/16 18:49:10 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.58.ebuild,v 1.2 2002/07/17 05:26:37 seemant Exp $ +S="${WORKDIR}/${P}" 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" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { ./compileall || die } |