diff options
author | 2005-05-25 14:28:25 +0000 | |
---|---|---|
committer | 2005-05-25 14:28:25 +0000 | |
commit | 3f0fd154fd028255b5d734a054e759df196c5e74 (patch) | |
tree | 027e3e705385e13aeeb9c3947f72eb29b2ca3e29 /net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild | |
parent | dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff) | |
download | gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.gz gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.bz2 gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.zip |
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild')
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild index bc3d7ce46b6a..9d0fbbc736a5 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.3 2005/03/13 19:25:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.4 2005/05/25 14:26:38 mcummings Exp $ IUSE="" DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." @@ -20,7 +20,7 @@ DEPEND="dev-lang/perl dev-perl/URI dev-perl/MailTools dev-perl/IO-stringy - dev-perl/MIME-Base64" + perl-core/MIME-Base64" src_install() { dobin fetchyahoo |