diff options
author | Joel Martin <kanaka@gentoo.org> | 2009-02-13 05:34:02 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2009-02-13 05:34:02 +0000 |
commit | 7afb91a293b1552856007121de796141ef50041d (patch) | |
tree | 843e2ea2ae905936e276968d510412175435acde /net-mail/fetchyahoo | |
parent | version bump by Mounir Lamouri, bug 174527 (diff) | |
download | gentoo-2-7afb91a293b1552856007121de796141ef50041d.tar.gz gentoo-2-7afb91a293b1552856007121de796141ef50041d.tar.bz2 gentoo-2-7afb91a293b1552856007121de796141ef50041d.zip |
Bump to 2.12.4
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild | 41 |
2 files changed, 48 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 56a379c5eabf..d8e32b84c20a 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.48 2008/09/19 02:36:58 kanaka Exp $ +# 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 $ + +*fetchyahoo-2.12.4 (13 Feb 2009) + + 13 Feb 2009; Joel Martin <kanaka@gentoo.org> +fetchyahoo-2.12.4.ebuild: + Bump to 2.12.4 *fetchyahoo-2.12.0_alpha17 (19 Sep 2008) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild new file mode 100644 index 000000000000..975ac3d1c581 --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.12.4.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.12.4.ebuild,v 1.1 2009/02/13 05:34:02 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" +} |