diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-01-15 01:17:16 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-01-15 01:17:16 +0000 |
commit | 8402d3f953872aa7a1aabdcce2ad715d9145fa79 (patch) | |
tree | 0a96b379c18d097d2558a9c7469a7036fe89da91 /net-mail/gotmail | |
parent | kde-3.1 changes (diff) | |
download | gentoo-2-8402d3f953872aa7a1aabdcce2ad715d9145fa79.tar.gz gentoo-2-8402d3f953872aa7a1aabdcce2ad715d9145fa79.tar.bz2 gentoo-2-8402d3f953872aa7a1aabdcce2ad715d9145fa79.zip |
New version that fixes broken gotmail (or Hotmail, blame who you wish)
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.7.7 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.7.7.ebuild | 23 |
3 files changed, 31 insertions, 1 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index 37028aada372..bea8b79a4404 100644 --- a/net-mail/gotmail/ChangeLog +++ b/net-mail/gotmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/gotmail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.9 2002/12/17 19:43:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.10 2003/01/15 01:17:16 g2boojum Exp $ + +*gotmail-0.7.7 (14 Jan 2003) + + 14 Jan 2003; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : + + new version; closes bug 13653. Thanks to Dylan Carlson! *gotmail-0.7.4 (23 Oct 2002) diff --git a/net-mail/gotmail/files/digest-gotmail-0.7.7 b/net-mail/gotmail/files/digest-gotmail-0.7.7 new file mode 100644 index 000000000000..127c6181addd --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.7.7 @@ -0,0 +1 @@ +MD5 b31455659affc5103f463d29104f129f gotmail_0.7.7.tar.gz 22231 diff --git a/net-mail/gotmail/gotmail-0.7.7.ebuild b/net-mail/gotmail/gotmail-0.7.7.ebuild new file mode 100644 index 000000000000..33f565ad03f9 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.7.7.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.7.ebuild,v 1.1 2003/01/15 01:17:16 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Utility to download mail from a HotMail account" +SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${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 +} |