diff options
author | Joel Martin <kanaka@gentoo.org> | 2009-04-10 21:49:23 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2009-04-10 21:49:23 +0000 |
commit | 4209f793ea237a5426023561cca2a5f80ae33515 (patch) | |
tree | 7fbd6e58be478c3abd523cb3ceb3b4aec1dc55d6 /net-mail | |
parent | Update manifest after adding -kb to another gentoo patch. (diff) | |
download | gentoo-2-4209f793ea237a5426023561cca2a5f80ae33515.tar.gz gentoo-2-4209f793ea237a5426023561cca2a5f80ae33515.tar.bz2 gentoo-2-4209f793ea237a5426023561cca2a5f80ae33515.zip |
Bump to 2.13.3
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild | 41 |
2 files changed, 47 insertions, 1 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index d8e32b84c20a..c4d57bb715c3 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.49 2009/02/13 05:34:02 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.50 2009/04/10 21:49:23 kanaka Exp $ + +*fetchyahoo-2.13.3 (10 Apr 2009) + + 10 Apr 2009; Joel Martin <kanaka@gentoo.org> +fetchyahoo-2.13.3.ebuild: + Bump to 2.13.3 *fetchyahoo-2.12.4 (13 Feb 2009) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild new file mode 100644 index 000000000000..b83ce8d8fc3f --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild,v 1.1 2009/04/10 21:49:23 kanaka Exp $ + +IUSE="" +DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +MY_P=${P/_alpha/alpha} +SRC_URI="http://fetchyahoo.twizzler.org/${MY_P}.tar.gz" +HOMEPAGE="http://fetchyahoo.twizzler.org/" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" + +S="${WORKDIR}/${MY_P}" + +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 || die + doman fetchyahoo.1 || die + insinto /etc + doins fetchyahoorc || die + dodoc ChangeLog Credits INSTALL TODO fetchyahoorc || die + dohtml index.html || die +} + +pkg_postinst() { + elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" + elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" +} |