diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-12-29 17:07:52 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-12-29 17:07:52 +0000 |
commit | 70164362bb4018f6320131a82995ba864b66c6e6 (patch) | |
tree | 394dc9b6cc7e2d8e7a678e01649a28d89f7455a3 /net-mail/gotmail | |
parent | Version bump; thanks to Roman Valls. (diff) | |
download | gentoo-2-70164362bb4018f6320131a82995ba864b66c6e6.tar.gz gentoo-2-70164362bb4018f6320131a82995ba864b66c6e6.tar.bz2 gentoo-2-70164362bb4018f6320131a82995ba864b66c6e6.zip |
Version bump; thanks to Roman Valls.
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/gotmail/Manifest | 5 | ||||
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.8.1 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.8.1.ebuild | 24 |
4 files changed, 33 insertions, 4 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index a9e9f9d7e810..2d8adc47f4d8 100644 --- a/net-mail/gotmail/ChangeLog +++ b/net-mail/gotmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/gotmail # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.15 2003/12/20 15:33:03 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.16 2003/12/29 17:07:43 g2boojum Exp $ + +*gotmail-0.8.1 (29 Dec 2003) + + 29 Dec 2003; Grant Goodyear <g2boojum@gentoo.org> gotmail-0.8.1.ebuild: + Version bump. Thanks to Roman Valls for the update. *gotmail-0.8.0_beta1 (20 Dec 2003) diff --git a/net-mail/gotmail/Manifest b/net-mail/gotmail/Manifest index 5c5b0bb0fe06..ed0a513967dc 100644 --- a/net-mail/gotmail/Manifest +++ b/net-mail/gotmail/Manifest @@ -1,7 +1,6 @@ -MD5 b2e7b6df14bd096503927bae48874b55 .gotmail-0.8.0_beta1.ebuild.swp 12288 -MD5 9575b2b86b821e96061dbec7cd8c9fda gotmail-0.8.1.ebuild 626 +MD5 e0fe5922b68f2ec5097a3a5c2c26569e gotmail-0.8.1.ebuild 667 MD5 ea30b4cf00e155a7c2f237a7fafdaa48 gotmail-0.8.0_beta1.ebuild 819 -MD5 0ce022552ef7e7dba3199edd02e15bc1 ChangeLog 2859 +MD5 ef49575f5ef6c6b2c6da2461262e4f2f ChangeLog 3019 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 36c17a4b1445174da5cc69f180954c52 files/digest-gotmail-0.8.0_beta1 135 MD5 c99430b8d1319c1f9f99d7103c508c62 files/digest-gotmail-0.8.1 64 diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.1 b/net-mail/gotmail/files/digest-gotmail-0.8.1 new file mode 100644 index 000000000000..6302c4dfcdca --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.8.1 @@ -0,0 +1 @@ +MD5 7eccc878ba4490a5c56639f4f5cd9d59 gotmail-0.8.1.tar.gz 25029 diff --git a/net-mail/gotmail/gotmail-0.8.1.ebuild b/net-mail/gotmail/gotmail-0.8.1.ebuild new file mode 100644 index 000000000000..5eb4b2656b36 --- /dev/null +++ b/net-mail/gotmail/gotmail-0.8.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.1.ebuild,v 1.1 2003/12/29 17:07:43 g2boojum Exp $ + +DESCRIPTION="Utility to download mail from a HotMail account" +SRC_URI="mirror://sourceforge/gotmail/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/gotmail/" + +RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet" +DEPEND=${RDEPEND} + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~sparc" + +src_compile () { + echo "nothing to compile" +} + +src_install () { + dobin gotmail + dodoc COPYING ChangeLog README sample.gotmailrc + doman gotmail.1 +} |