diff options
author | 2001-10-21 18:50:16 +0000 | |
---|---|---|
committer | 2001-10-21 18:50:16 +0000 | |
commit | 919f23f7b5391a88607f60f08fe57b40d81fb9a6 (patch) | |
tree | 6b379cf90357fefa645414a538ff80da977078a5 /net-mail/gotmail | |
parent | Updated ebuild for latest version. (diff) | |
download | historical-919f23f7b5391a88607f60f08fe57b40d81fb9a6.tar.gz historical-919f23f7b5391a88607f60f08fe57b40d81fb9a6.tar.bz2 historical-919f23f7b5391a88607f60f08fe57b40d81fb9a6.zip |
New ebuild -- gotmail. Useful script to download mail from a Hotmail
acct.
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.6.6 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.6.6.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/gotmail/files/digest-gotmail-0.6.6 b/net-mail/gotmail/files/digest-gotmail-0.6.6 new file mode 100644 index 000000000000..6a9094bc2a33 --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.6.6 @@ -0,0 +1 @@ +MD5 fd529e6b5d7258ad6fb6dbf05c0fa694 gotmail_0.6.6.tar.gz diff --git a/net-mail/gotmail/gotmail-0.6.6.ebuild b/net-mail/gotmail/gotmail-0.6.6.ebuild new file mode 100644 index 000000000000..9adb08144361 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.6.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Grant Goodyear <g2boojum@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.6.6.ebuild,v 1.1 2001/10/21 18:50:16 g2boojum Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Utility to download mail from a HotMail account" +SRC_URI="http://www.hawkins.emu.id.au/${PN}/${PN}_${PV}.tar.gz" +HOMEPAGE="http://www.hawkins.emu.id.au/gotmail/" + +DEPEND="net-ftp/curl" + +src_compile() { + echo "Nothing to compile" +} + +src_install () { + dobin gotmail.pl + dodoc COPYING ChangeLog README TODO sample.gotmailrc +} |