diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:00:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:00:01 +0000 |
commit | e5090997227878bab89d22177157f3f9a175ffb5 (patch) | |
tree | c2ea902599edb17d6332c196cfe5e7d9736aef1a /net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.gz historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.bz2 historical-e5090997227878bab89d22177157f3f9a175ffb5.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild')
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild index d1eb0438e72c..a8df5d144953 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild,v 1.6 2006/02/07 20:48:49 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild,v 1.7 2006/02/13 14:55:47 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." @@ -15,12 +15,12 @@ DEPEND="dev-lang/perl dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/MIME-tools - perl-core/libnet + virtual/perl-libnet dev-perl/Crypt-SSLeay dev-perl/URI dev-perl/MailTools dev-perl/IO-stringy - perl-core/MIME-Base64 + virtual/perl-MIME-Base64 dev-perl/TermReadKey" src_install() { |