diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-06-07 02:34:09 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-06-07 02:34:09 +0000 |
commit | 3bb6702ffded41a4e725b58572ded4aa76e6da1e (patch) | |
tree | 9d7da381f609619f2384bab3029bd9ec5e07b536 /net-mail | |
parent | close #3080 (diff) | |
download | gentoo-2-3bb6702ffded41a4e725b58572ded4aa76e6da1e.tar.gz gentoo-2-3bb6702ffded41a4e725b58572ded4aa76e6da1e.tar.bz2 gentoo-2-3bb6702ffded41a4e725b58572ded4aa76e6da1e.zip |
close #2703
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 17 | ||||
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.7.1 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.7.1.ebuild | 20 |
3 files changed, 33 insertions, 5 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index 56b38bc8088a..f3f54febd5e1 100644 --- a/net-mail/gotmail/ChangeLog +++ b/net-mail/gotmail/ChangeLog @@ -1,18 +1,25 @@ # 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.2 2002/05/11 18:37:58 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.3 2002/06/07 02:34:09 woodchip Exp $ + +*gotmail-0.7.1 (6 Jun 2002) + + 6 Jun 2002; Donny Davies <woodchip@gentoo.org> : + + Update to latest; few fixes to accomodate new upstream maintainer. + Close #2703. *gotmail-0.6.6.7 (11 May 2002) - 11 May 2002; Grant Goodyear <g2boojum@gentoo.org> : - + 11 May 2002; Grant Goodyear <g2boojum@gentoo.org> : + New version. It looks like debian is now maintaining the base package. *gotmail-0.6.6 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-mail/gotmail/files/digest-gotmail-0.7.1 b/net-mail/gotmail/files/digest-gotmail-0.7.1 new file mode 100644 index 000000000000..8644c746159f --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.7.1 @@ -0,0 +1 @@ +MD5 46fd92313a3d8f4c9145bf7a5750bbd3 gotmail_0.7.1.tar.gz 20554 diff --git a/net-mail/gotmail/gotmail-0.7.1.ebuild b/net-mail/gotmail/gotmail-0.7.1.ebuild new file mode 100644 index 000000000000..44f1b760b986 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.7.1.ebuild @@ -0,0 +1,20 @@ +# 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/gotmail/gotmail-0.7.1.ebuild,v 1.1 2002/06/07 02:34:09 woodchip Exp $ + +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/" +S=${WORKDIR}/${P} +RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI" +DEPEND=${RDEPEND} +LICENSE="GPL-2" +SLOT="0" + +src_compile() { :; } + +src_install () { + dobin gotmail + dodoc COPYING ChangeLog README sample.gotmailrc + doman gotmail.1 +} |