diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:28:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:28:25 +0000 |
commit | 3f0fd154fd028255b5d734a054e759df196c5e74 (patch) | |
tree | 027e3e705385e13aeeb9c3947f72eb29b2ca3e29 /net-mail/fetchyahoo/fetchyahoo-2.8.2.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.2.ebuild')
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild index 7575c2033be4..2440f8352f36 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.8.2.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.2.ebuild,v 1.4 2005/05/25 14:25:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild,v 1.5 2005/05/25 14:26:20 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 |