diff options
author | Joel Martin <kanaka@gentoo.org> | 2007-09-02 22:19:52 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2007-09-02 22:19:52 +0000 |
commit | 80c070ee66145555b0c320270fb89a94ee581949 (patch) | |
tree | 87cdb6591bc1e7accf762c678beb7c6de7171011 /net-mail | |
parent | mine (diff) | |
download | gentoo-2-80c070ee66145555b0c320270fb89a94ee581949.tar.gz gentoo-2-80c070ee66145555b0c320270fb89a94ee581949.tar.bz2 gentoo-2-80c070ee66145555b0c320270fb89a94ee581949.zip |
Bumping to version 2.11.1
(Portage version: 2.1.1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild | 38 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.11.1 | 3 |
2 files changed, 41 insertions, 0 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild new file mode 100644 index 000000000000..8f36a201f896 --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild,v 1.1 2007/09/02 22:19:52 kanaka Exp $ + +IUSE="" +DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" +HOMEPAGE="http://fetchyahoo.twizzler.org/" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +SLOT="0" + +DEPEND="dev-lang/perl + dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/MIME-tools + virtual/perl-libnet + dev-perl/Crypt-SSLeay + dev-perl/URI + dev-perl/MailTools + dev-perl/IO-stringy + virtual/perl-MIME-Base64 + dev-perl/TermReadKey" + +src_install() { + dobin fetchyahoo + doman fetchyahoo.1 + insinto /etc + doins fetchyahoorc + dodoc ChangeLog Credits INSTALL TODO fetchyahoorc + dohtml index.html +} + +pkg_postinst() { + elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" + elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" +} diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.11.1 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.11.1 new file mode 100644 index 000000000000..5ee29a767b63 --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.11.1 @@ -0,0 +1,3 @@ +MD5 eb4bba493ed3906c9c03e92944017b34 fetchyahoo-2.11.1.tar.gz 45593 +RMD160 b1b0b958581aad96d8d18548b7730095b1be7de3 fetchyahoo-2.11.1.tar.gz 45593 +SHA256 7e6c54cac61d634d918e2b8ad1b5be4ee9e195705587d3eec5c4ab034086a473 fetchyahoo-2.11.1.tar.gz 45593 |