diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-30 00:17:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-30 00:17:04 +0000 |
commit | e16395fed16a6b12d883aff3a015a0ff0c70408a (patch) | |
tree | 3fd759f8506e3f4f9b624dd9cd284bf99d3db77d /net-mail/fetchyahoo | |
parent | Version bump. Removed obsolete ebuilds. (diff) | |
download | gentoo-2-e16395fed16a6b12d883aff3a015a0ff0c70408a.tar.gz gentoo-2-e16395fed16a6b12d883aff3a015a0ff0c70408a.tar.bz2 gentoo-2-e16395fed16a6b12d883aff3a015a0ff0c70408a.zip |
Version bump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild | 38 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.7 | 3 |
3 files changed, 48 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 6be86937742d..03645c082e6d 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.41 2006/12/13 21:43:17 kanaka Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.42 2007/03/30 00:17:04 ticho Exp $ + +*fetchyahoo-2.10.7 (30 Mar 2007) + + 30 Mar 2007; Andrej Kacian <ticho@gentoo.org> +fetchyahoo-2.10.7.ebuild: + Version bump. *fetchyahoo-2.10.6 (13 Dec 2006) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.7.ebuild new file mode 100644 index 000000000000..679decdd043e --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.10.7.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.7.ebuild,v 1.1 2007/03/30 00:17:04 ticho 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() { + einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" + einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo" +} diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.7 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.7 new file mode 100644 index 000000000000..d3189bb30d5d --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.7 @@ -0,0 +1,3 @@ +MD5 868a56f7c30a202a174b3f97c53be7ef fetchyahoo-2.10.7.tar.gz 44090 +RMD160 a7c5f89c97ca39aad36142235b510fdcaaa258d5 fetchyahoo-2.10.7.tar.gz 44090 +SHA256 d95094d74b84f5319851252284e35c0ec55bfc1d4be5326e39ad3db4b85e4cdf fetchyahoo-2.10.7.tar.gz 44090 |