diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:37:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:37:37 +0000 |
commit | 64258695343d91239434548c1dc42745dafd4dd3 (patch) | |
tree | ac840040809fe66c4e3dcd32cb6dfa4743b06ae2 /mail-filter | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | gentoo-2-64258695343d91239434548c1dc42745dafd4dd3.tar.gz gentoo-2-64258695343d91239434548c1dc42745dafd4dd3.tar.bz2 gentoo-2-64258695343d91239434548c1dc42745dafd4dd3.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.6.2-r1.ebuild | 5 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.6.2.ebuild | 5 |
3 files changed, 3 insertions, 13 deletions
diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild index ea15ca8b4f00..655ff04f3eca 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.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/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.3 2004/06/24 22:19:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.4 2004/07/14 16:37:17 agriffis Exp $ DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" @@ -17,8 +17,6 @@ RDEPEND=">=dev-lang/perl virtual/mta" DEPEND="${RDEPEND}" -S=${WORKDIR}/${P} - DEST="/usr/share/${PN}" SANI_WORKDIR="/var/spool/sanitizer" @@ -107,5 +105,3 @@ pkg_postrm() { userdel -r sanitizer fi } - - diff --git a/mail-filter/anubis/anubis-3.6.2-r1.ebuild b/mail-filter/anubis/anubis-3.6.2-r1.ebuild index db36f5b09a23..47e628976b20 100644 --- a/mail-filter/anubis/anubis-3.6.2-r1.ebuild +++ b/mail-filter/anubis/anubis-3.6.2-r1.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/anubis/anubis-3.6.2-r1.ebuild,v 1.2 2004/06/24 22:20:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.6.2-r1.ebuild,v 1.3 2004/07/14 16:37:37 agriffis Exp $ inherit eutils @@ -19,8 +19,6 @@ DEPEND="crypt? ( >=app-crypt/gpgme-0.3.13 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) >=dev-libs/libpcre-3.9" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} epatch ${FILESDIR}/3.6.2-secfixes.patch.gz @@ -45,4 +43,3 @@ src_compile() { src_install() { einstall } - diff --git a/mail-filter/anubis/anubis-3.6.2.ebuild b/mail-filter/anubis/anubis-3.6.2.ebuild index b9281cd7c973..3ab96e79e40d 100644 --- a/mail-filter/anubis/anubis-3.6.2.ebuild +++ b/mail-filter/anubis/anubis-3.6.2.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/anubis/anubis-3.6.2.ebuild,v 1.2 2004/06/24 22:20:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.6.2.ebuild,v 1.3 2004/07/14 16:37:37 agriffis Exp $ DESCRIPTION="GNU Anubis is an outgoing mail processor." HOMEPAGE="http://www.gnu.org/software/anubis/" @@ -17,8 +17,6 @@ DEPEND="crypt? ( >=app-crypt/gpgme-0.3.13 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) >=dev-libs/libpcre-3.9" -S=${WORKDIR}/${P} - src_compile() { local myconf @@ -36,4 +34,3 @@ src_compile() { src_install() { einstall } - |