diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 21:33:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 21:33:05 +0000 |
commit | 9dec426a50833a8d036976a8c5b5d94cecaef7c5 (patch) | |
tree | 7c719b6d1a2e7110f83ecd8b52233aaabc5a82ac /net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | |
parent | added install-programs to the install script (diff) | |
download | gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.tar.gz gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.tar.bz2 gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.zip |
touchups and inherit #15675
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild index e57b595543d2..c462bf4a254c 100644 --- a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.3 2003/02/13 14:31:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.4 2003/02/14 21:28:47 vapier Exp $ + +inherit eutils -IUSE="ssl nls" -S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" SRC_URI="http://www.tuxedo.org/~esr/fetchmail/${P}.tar.gz" -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6 ) - nls? ( sys-devel/gettext )" + SLOT="0" LICENSE="GPL-2 public-domain" KEYWORDS="x86 alpha" +IUSE="ssl nls" -inherit eutils +DEPEND="virtual/glibc + ssl? ( >=dev-libs/openssl-0.9.6 ) + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} |