diff options
author | 2005-05-25 14:26:02 +0000 | |
---|---|---|
committer | 2005-05-25 14:26:02 +0000 | |
commit | 264cbc55107db0b5789d029d34eea2d80a45dd7e (patch) | |
tree | 8bbbed2ef9a9ebe03fddf0d5e039efb9f898d12e /net-mail | |
parent | dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff) | |
download | historical-264cbc55107db0b5789d029d34eea2d80a45dd7e.tar.gz historical-264cbc55107db0b5789d029d34eea2d80a45dd7e.tar.bz2 historical-264cbc55107db0b5789d029d34eea2d80a45dd7e.zip |
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild | 6 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 856a912aa7b0..e409d4f50ab5 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.20 2005/05/25 14:25:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.21 2005/05/25 14:26:02 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + fetchyahoo-2.8.0.ebuild: + dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration 25 May 2005; Michael Cummings <mcummings@gentoo.org> fetchyahoo-2.5.5.ebuild: diff --git a/net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild index 6734feda2d90..b19ecebe0021 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.5.5.ebuild,v 1.5 2004/07/15 01:48:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.5.5.ebuild,v 1.6 2005/05/25 14:25:44 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.pl diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild index efa622e6d310..438a2a59aac6 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.0.ebuild,v 1.4 2004/07/15 01:48:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.0.ebuild,v 1.5 2005/05/25 14:25:44 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." diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild index 75538b1545d6..7575c2033be4 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-2004 Gentoo Foundation +# 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.3 2004/07/15 01:48:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.2.ebuild,v 1.4 2005/05/25 14:25:44 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." |