diff options
author | 2004-07-15 01:47:27 +0000 | |
---|---|---|
committer | 2004-07-15 01:47:27 +0000 | |
commit | d7142c7b10124314f7264a22c0b885e08a548e6c (patch) | |
tree | 2b9cddd220504da5605a9df42942e9f5ce7af649 /net-mail/fetchmail | |
parent | inherit eutils (diff) | |
download | historical-d7142c7b10124314f7264a22c0b885e08a548e6c.tar.gz historical-d7142c7b10124314f7264a22c0b885e08a548e6c.tar.bz2 historical-d7142c7b10124314f7264a22c0b885e08a548e6c.zip |
don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5.ebuild | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index bf33ebcd7f07..1825d131eac9 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.14 2004/07/01 22:31:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.15 2004/07/15 01:47:27 agriffis Exp $ IUSE="ssl nls" -S="${WORKDIR}/${P}" - DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://catb.org/~esr/fetchmail/" SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz" diff --git a/net-mail/fetchmail/fetchmail-6.2.5.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.ebuild index 53e5ebd0bff6..e71ec97e2a73 100644 --- a/net-mail/fetchmail/fetchmail-6.2.5.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.5.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/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.15 2004/07/01 22:31:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.16 2004/07/15 01:47:27 agriffis Exp $ IUSE="ssl nls ipv6 kerberos krb4" @@ -32,9 +32,7 @@ src_unpack() { src_compile() { autoconf - use amd64 && gnuconfig_update - use s390 && gnuconfig_update - use ppc64 && gnuconfig_update + gnuconfig_update local myconf |