diff options
author | Eray Aslan <eras@gentoo.org> | 2012-04-03 12:22:44 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-04-03 12:22:44 +0000 |
commit | 485039bc04d8b80538eb8e76c007a7ff92a94e64 (patch) | |
tree | 24e5270d0229b54e3acf4af68b28b1d5218411de /net-mail | |
parent | Change version scheme. Add remote-id to metadata.xml (diff) | |
download | gentoo-2-485039bc04d8b80538eb8e76c007a7ff92a94e64.tar.gz gentoo-2-485039bc04d8b80538eb8e76c007a7ff92a94e64.tar.bz2 gentoo-2-485039bc04d8b80538eb8e76c007a7ff92a94e64.zip |
version bump
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.14.6.ebuild | 41 |
2 files changed, 47 insertions, 1 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 5fcf64ed047d..15e432bab1e8 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.56 2012/02/07 10:57:00 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.57 2012/04/03 12:22:44 eras Exp $ + +*fetchyahoo-2.14.6 (03 Apr 2012) + + 03 Apr 2012; Eray Aslan <eras@gentoo.org> +fetchyahoo-2.14.6.ebuild: + version bump *fetchyahoo-2.14.2 (07 Feb 2012) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.14.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.6.ebuild new file mode 100644 index 000000000000..93d3948186dc --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.14.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.6.ebuild,v 1.1 2012/04/03 12:22:44 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." +} |