diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-19 03:33:56 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-19 03:33:56 +0000 |
commit | 2d72e734d24c52c7c67b011acc9c1b9e511c6cd8 (patch) | |
tree | 9be164384da3489e5ae0d4d61aa9cc9661911b90 /net-mail/fetchyahoo | |
parent | Upstream package changed, moved to stable. (diff) | |
download | historical-2d72e734d24c52c7c67b011acc9c1b9e511c6cd8.tar.gz historical-2d72e734d24c52c7c67b011acc9c1b9e511c6cd8.tar.bz2 historical-2d72e734d24c52c7c67b011acc9c1b9e511c6cd8.zip |
Upstream package changed, moved to stable.
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/Manifest | 4 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.5-r1.ebuild | 39 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.5-r1 | 1 |
3 files changed, 42 insertions, 2 deletions
diff --git a/net-mail/fetchyahoo/Manifest b/net-mail/fetchyahoo/Manifest index 1c5d35539f75..f4a9bad71ad5 100644 --- a/net-mail/fetchyahoo/Manifest +++ b/net-mail/fetchyahoo/Manifest @@ -1,5 +1,5 @@ -MD5 b48f383ac726104254cddbc3a22d96e6 fetchyahoo-2.5-r1.ebuild 984 +MD5 40d981f8fe4848b9efd19fc49c431e83 fetchyahoo-2.5-r1.ebuild 987 MD5 b48f383ac726104254cddbc3a22d96e6 fetchyahoo-2.5.ebuild 984 -MD5 f152a6b79dee97edd7aa4e64bcb8df2b ChangeLog 1022 +MD5 9b1a68a253ddad83a58a9016db93cdac ChangeLog 1022 MD5 ade7154bb81357d533b3d814ef0fea38 files/digest-fetchyahoo-2.5 65 MD5 ade7154bb81357d533b3d814ef0fea38 files/digest-fetchyahoo-2.5-r1 65 diff --git a/net-mail/fetchyahoo/fetchyahoo-2.5-r1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.5-r1.ebuild new file mode 100644 index 000000000000..552ec285df59 --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.5-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.5-r1.ebuild,v 1.1 2003/04/19 03:33:52 absinthe 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://fetchyahoo.twizzler.org/${P}.tar.gz" +HOMEPAGE="http://fetchyahoo.twizzler.org/" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +SLOT="0" + +DEPEND="dev-lang/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.5-r1 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.5-r1 new file mode 100644 index 000000000000..05858f528df7 --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.5-r1 @@ -0,0 +1 @@ +MD5 79f8fcb08609ed407b980f9dbae66edb fetchyahoo-2.5.tar.gz 28264 |