diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-16 22:08:56 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-16 22:08:56 +0000 |
commit | 79620a140efedd2d416784e6ee05611b7d060ed5 (patch) | |
tree | 55275cf8e3a8e89e7f42ea941810dca16213324f /net-mail/fetchyahoo | |
parent | new version (diff) | |
download | gentoo-2-79620a140efedd2d416784e6ee05611b7d060ed5.tar.gz gentoo-2-79620a140efedd2d416784e6ee05611b7d060ed5.tar.bz2 gentoo-2-79620a140efedd2d416784e6ee05611b7d060ed5.zip |
new ebuild (bug #10791)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.4.ebuild | 39 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 | 1 |
3 files changed, 50 insertions, 0 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog new file mode 100644 index 000000000000..67e891a94bf9 --- /dev/null +++ b/net-mail/fetchyahoo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-mail/fetchyahoo +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.1 2002/11/16 22:08:56 mkennedy Exp $ + +*fetchyahoo-2.4 (16 Nov 2002) + + 16 Nov 2002; Matthew Kennedy <mkennedy@gentoo.org> + fetchyahoo-2.4.ebuild, ChangeLog, files/digest-fetchyahoo-2.4 : + + Initial import. Contributed by Kfir Ozer <ufk2k@yahoo.com>. diff --git a/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild new file mode 100644 index 000000000000..b084cc1e312e --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild,v 1.1 2002/11/16 22:08:56 mkennedy Exp $ + +S=${WORKDIR}/${P} +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://web.mit.edu/ravir/fetchyahoo/${P}.tar.gz" +HOMEPAGE="http://web.mit.edu/ravir/fetchyahoo/index.html" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +SLOT="0" + +DEPEND="sys-devel/perl + dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/MIME-tools + dev-perl/libnet + dev-perl/Crypt-SSLeay + dev-perl/URI + dev-perl/MailTools + dev-perl/IO-stringy + dev-perl/MIME-Base64" + +RDEPEND="" + +src_install() { + dobin fetchyahoo.pl + doman fetchyahoo.1 + insinto /etc + doins fetchyahoorc + dodoc COPYING ChangeLog TODO Credits + dohtml index.html +} + +pkg_postinst() { + einfo "Edit /etc/fetchyahoorc to configure fetchyahoo" +} diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 new file mode 100644 index 000000000000..f835a08e0dbe --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 @@ -0,0 +1 @@ +MD5 f839be623b4ee621d7cf6a134e4a9894 fetchyahoo-2.4.tar.gz 27620 |