diff options
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild | 38 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.8 | 3 |
3 files changed, 47 insertions, 1 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 8111fcc48567..e4c5dee4b80c 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.43 2007/06/12 12:28:24 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.44 2007/06/29 20:05:32 kanaka Exp $ + +*fetchyahoo-2.10.8 (29 Jun 2007) + + 29 Jun 2007; Joel Martin <kanaka@gentoo.org> +fetchyahoo-2.10.8.ebuild: + Bump to 2.10.8, bug:183675 12 Jun 2007; Marius Mauch <genone@gentoo.org> fetchyahoo-2.10.5.ebuild, fetchyahoo-2.10.6.ebuild, fetchyahoo-2.10.7.ebuild: diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild new file mode 100644 index 000000000000..7fe8fd768ff0 --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.10.8.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.10.8.ebuild,v 1.1 2007/06/29 20:05:32 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.10.8 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.8 new file mode 100644 index 000000000000..3b727c5fc53f --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.8 @@ -0,0 +1,3 @@ +MD5 8149276092469d3f1a2156a726147514 fetchyahoo-2.10.8.tar.gz 44131 +RMD160 fbf36f7e140e62f58afa12029b8985ac6813311f fetchyahoo-2.10.8.tar.gz 44131 +SHA256 cd7e2a4f3b68030ae235ce549ba6e6eaca6e16a23812ba0cb4ca0da03df2ec3a fetchyahoo-2.10.8.tar.gz 44131 |