summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/fetchyahoo/fetchyahoo-2.4.ebuild')
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.4.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild
deleted file mode 100644
index fcff8038d690..000000000000
--- a/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.4.ebuild,v 1.4 2003/03/11 21:11:46 seemant 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"
-}