diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:50:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:50:37 +0000 |
commit | 3a922683da8b998a0141a9f82f328dc458e87508 (patch) | |
tree | e16a86857b8f1e1e5d4c371a1830f2e235bf3376 /mail-filter/tmda | |
parent | sync IUSE (+exiscan), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | gentoo-2-3a922683da8b998a0141a9f82f328dc458e87508.tar.gz gentoo-2-3a922683da8b998a0141a9f82f328dc458e87508.tar.bz2 gentoo-2-3a922683da8b998a0141a9f82f328dc458e87508.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'mail-filter/tmda')
-rw-r--r-- | mail-filter/tmda/tmda-0.92.ebuild | 5 | ||||
-rw-r--r-- | mail-filter/tmda/tmda-1.0.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail-filter/tmda/tmda-0.92.ebuild b/mail-filter/tmda/tmda-0.92.ebuild index 34d262c74512..78a829ad2edf 100644 --- a/mail-filter/tmda/tmda-0.92.ebuild +++ b/mail-filter/tmda/tmda-0.92.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-0.92.ebuild,v 1.2 2004/06/24 22:23:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/tmda/tmda-0.92.ebuild,v 1.3 2004/07/14 16:45:41 agriffis Exp $ DESCRIPTION="Python-based SPAM reduction system" HOMEPAGE="http://www.tmda.net/" @@ -14,8 +14,7 @@ SRC_URI="http://tmda.sf.net/releases/${P}.tgz SLOT="0" KEYWORDS="x86 ~sparc" - -S="${WORKDIR}/${P}" +IUSE="" src_compile () { ./compileall || die diff --git a/mail-filter/tmda/tmda-1.0.ebuild b/mail-filter/tmda/tmda-1.0.ebuild index 8449ec341f56..acb0ab0cb08a 100644 --- a/mail-filter/tmda/tmda-1.0.ebuild +++ b/mail-filter/tmda/tmda-1.0.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.ebuild,v 1.3 2004/06/24 22:23:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/tmda/tmda-1.0.ebuild,v 1.4 2004/07/14 16:45:41 agriffis Exp $ DESCRIPTION="Python-based SPAM reduction system" HOMEPAGE="http://www.tmda.net/" @@ -14,8 +14,7 @@ SRC_URI="http://tmda.sf.net/releases/${P}.tgz SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" - -S="${WORKDIR}/${P}" +IUSE="" src_compile () { ./compileall || die |