diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-07 14:08:58 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-07 14:08:58 +0000 |
commit | 31607ef97ec5815bb8ec3318ac833cfef8f18a7e (patch) | |
tree | 4b8d59631ef793417d552b10a73302d9b984ab8e /net-mail/fetchyahoo | |
parent | version bump (diff) | |
download | gentoo-2-31607ef97ec5815bb8ec3318ac833cfef8f18a7e.tar.gz gentoo-2-31607ef97ec5815bb8ec3318ac833cfef8f18a7e.tar.bz2 gentoo-2-31607ef97ec5815bb8ec3318ac833cfef8f18a7e.zip |
version bump. EAPI bump
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild | 41 |
2 files changed, 48 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 0f1c2e48883e..7c1e11405aa9 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.54 2010/11/17 22:41:04 radhermit Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.55 2011/06/07 14:08:58 eras Exp $ + +*fetchyahoo-2.14.1 (07 Jun 2011) + + 07 Jun 2011; Eray Aslan <eras@gentoo.org> +fetchyahoo-2.14.1.ebuild: + Version bump *fetchyahoo-2.14.0 (17 Nov 2010) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild new file mode 100644 index 000000000000..4a988aa5aa6b --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild,v 1.1 2011/06/07 14:08:58 eras Exp $ + +EAPI=4 + +DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +HOMEPAGE="http://fetchyahoo.twizzler.org/" +SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="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" +} |