diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-18 18:09:02 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-18 18:09:02 +0000 |
commit | eff641b9d709f939454f821b6c12aecee1540f19 (patch) | |
tree | ec923f79bf61fb13b00874e4ab3f365e9a011287 /net-mail | |
parent | Update to version 0.57. (diff) | |
download | historical-eff641b9d709f939454f821b6c12aecee1540f19.tar.gz historical-eff641b9d709f939454f821b6c12aecee1540f19.tar.bz2 historical-eff641b9d709f939454f821b6c12aecee1540f19.zip |
New package: A POP3 mail retriever called getmail.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/getmail/files/digest-getmail-2.3.8 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-2.3.8.ebuild | 33 |
3 files changed, 43 insertions, 0 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog new file mode 100644 index 000000000000..4b8f94954c5d --- /dev/null +++ b/net-mail/getmail/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-mail/getmail +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.1 2002/06/18 18:09:01 stroke Exp $ + +*getmail-2.3.8 (18 Jun 2002) + + 18 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : + + New package. Ebuild author: Jeremiah Mahler <jmahler@pacbell.net> diff --git a/net-mail/getmail/files/digest-getmail-2.3.8 b/net-mail/getmail/files/digest-getmail-2.3.8 new file mode 100644 index 000000000000..17e069ca780f --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-2.3.8 @@ -0,0 +1 @@ +MD5 c956f8ebc7f4db59842fe2406c49d3e1 getmail-2.3.8.tar.gz 71007 diff --git a/net-mail/getmail/getmail-2.3.8.ebuild b/net-mail/getmail/getmail-2.3.8.ebuild new file mode 100644 index 000000000000..efdcf3e36ffd --- /dev/null +++ b/net-mail/getmail/getmail-2.3.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-2.3.8.ebuild,v 1.1 2002/06/18 18:09:02 stroke Exp $ + +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" + +HOMEPAGE="http://www.qcc.ca/~charlesc/software/getmail-2.0/" + +LICENSE="GPL-2" + +SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-2.0/${P}.tar.gz" + +SLOT="0" + +DEPEND="virtual/python" + +RDEPEND="${DEPEND}" + +src_install () { + into /usr + doman getmail.1 + dobin getmail + + # fudged, don't like, but works + insinto /usr/lib/getmail + doins getmail.py + doins ConfParser.py + doins timeoutsocket.py + + dodoc BUGS CHANGELOG COPYING THANKS TODO docs.html docs.txt faq.html +faq.txt getmail.txt getmailrc-example +} + |