diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-23 14:15:18 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-23 14:15:18 +0000 |
commit | c813b32a95a24dd765d191d261048d9df7dfa1fb (patch) | |
tree | 3e379b63d62f7a0f37cd644e45d368321f5226ce /net-mail/gotmail | |
parent | Masking crusty version of amavis. New amavis builds are on the way. (diff) | |
download | gentoo-2-c813b32a95a24dd765d191d261048d9df7dfa1fb.tar.gz gentoo-2-c813b32a95a24dd765d191d261048d9df7dfa1fb.tar.bz2 gentoo-2-c813b32a95a24dd765d191d261048d9df7dfa1fb.zip |
New version to take care of the fact that hotmail has changed their page again. Thanks to David Garcia Watkins!
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 12 | ||||
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.7.4 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.7.4.ebuild | 23 |
3 files changed, 34 insertions, 2 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index 95871c761bfa..cae0ca69c7bd 100644 --- a/net-mail/gotmail/ChangeLog +++ b/net-mail/gotmail/ChangeLog @@ -1,6 +1,14 @@ -# ChangeLog for net-mail/gotmail +# ChangeLog for net-mailgotmailChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.7 2002/10/16 16:42:25 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.8 2002/10/23 14:15:18 g2boojum Exp $ + +*gotmail-0.7.4 (23 Oct 2002) + + 23 Oct 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : + + new version; thanks to David Garcia Watkins! + +# ChangeLog for net-mail/gotmail *gotmail-0.7.3_p1-r1 (16 Oct 2002) diff --git a/net-mail/gotmail/files/digest-gotmail-0.7.4 b/net-mail/gotmail/files/digest-gotmail-0.7.4 new file mode 100644 index 000000000000..1850dd3c57b3 --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.7.4 @@ -0,0 +1 @@ +MD5 acfaaa6f1a243c43c68f12c47bcc1376 gotmail_0.7.4.tar.gz 21320 diff --git a/net-mail/gotmail/gotmail-0.7.4.ebuild b/net-mail/gotmail/gotmail-0.7.4.ebuild new file mode 100644 index 000000000000..6541495912c0 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.7.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.7.4.ebuild,v 1.1 2002/10/23 14:15:18 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Utility to download mail from a HotMail account" +SRC_URI="http://ssl.usu.edu/paul/gotmail/${PN}_${PV}.tar.gz" +HOMEPAGE="http://ssl.usu.edu/paul/gotmail/" + +RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet" +DEPEND=${RDEPEND} + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_compile() { :; } + +src_install () { + dobin gotmail + dodoc COPYING ChangeLog README sample.gotmailrc + doman gotmail.1 +} |