summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-17 12:52:51 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-17 12:52:51 +0000
commit0852f18a02a236b2fdc3dde0bcf3b8e78bcc0769 (patch)
treef73a08ad9fae99a33a468e1d12f2f579008e45c7 /net-mail
parentstable on amd64. (diff)
downloadhistorical-0852f18a02a236b2fdc3dde0bcf3b8e78bcc0769.tar.gz
historical-0852f18a02a236b2fdc3dde0bcf3b8e78bcc0769.tar.bz2
historical-0852f18a02a236b2fdc3dde0bcf3b8e78bcc0769.zip
version bump
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/gotmail/ChangeLog7
-rw-r--r--net-mail/gotmail/Manifest6
-rw-r--r--net-mail/gotmail/files/digest-gotmail-0.8.21
-rw-r--r--net-mail/gotmail/gotmail-0.8.2.ebuild27
4 files changed, 38 insertions, 3 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index 7a5d66ff93fb..d627dd18f7df 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.22 2004/07/01 22:32:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.23 2004/10/17 12:52:51 axxo Exp $
+
+*gotmail-0.8.2 (17 Oct 2004)
+
+ 17 Oct 2004; Thomas Matthijs <axxo@gentoo.org> +gotmail-0.8.2.ebuild:
+ version bump, marking stable because all previous version are broken
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
gotmail-0.8.0_beta1.ebuild, gotmail-0.8.1.ebuild:
diff --git a/net-mail/gotmail/Manifest b/net-mail/gotmail/Manifest
index a11b0cf161ac..0d2dd9e69eb7 100644
--- a/net-mail/gotmail/Manifest
+++ b/net-mail/gotmail/Manifest
@@ -1,6 +1,8 @@
-MD5 ba81e52a0c84d2c30cd5088bcd5fd9c0 ChangeLog 3561
-MD5 be98611e2ced7d239d275010819e26e1 gotmail-0.8.0_beta1.ebuild 802
+MD5 7c4cbe090ac8eb42b2a5f2963e781758 gotmail-0.8.2.ebuild 653
MD5 8582bfce7b5b611a514eea43add225b9 gotmail-0.8.1.ebuild 659
+MD5 be98611e2ced7d239d275010819e26e1 gotmail-0.8.0_beta1.ebuild 802
+MD5 4c457e684ef0202b136da356743b623d ChangeLog 3729
MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225
MD5 36c17a4b1445174da5cc69f180954c52 files/digest-gotmail-0.8.0_beta1 135
MD5 c99430b8d1319c1f9f99d7103c508c62 files/digest-gotmail-0.8.1 64
+MD5 b14cf689199ab7f7827e4be2f1c5ead4 files/digest-gotmail-0.8.2 64
diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.2 b/net-mail/gotmail/files/digest-gotmail-0.8.2
new file mode 100644
index 000000000000..6dc95cfa15aa
--- /dev/null
+++ b/net-mail/gotmail/files/digest-gotmail-0.8.2
@@ -0,0 +1 @@
+MD5 f3e147ef51815bed175794c6910283f6 gotmail-0.8.2.tar.gz 26416
diff --git a/net-mail/gotmail/gotmail-0.8.2.ebuild b/net-mail/gotmail/gotmail-0.8.2.ebuild
new file mode 100644
index 000000000000..27576530ce37
--- /dev/null
+++ b/net-mail/gotmail/gotmail-0.8.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.2.ebuild,v 1.1 2004/10/17 12:52:51 axxo Exp $
+
+DESCRIPTION="Utility to download mail from a HotMail account"
+HOMEPAGE="http://www.nongnu.org/gotmail/"
+SRC_URI="mirror://sourceforge/gotmail/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
+
+DEPEND="virtual/libc
+ net-misc/curl
+ dev-perl/URI
+ dev-perl/libnet"
+
+src_compile () {
+ echo "nothing to compile"
+}
+
+src_install() {
+ dobin gotmail || die
+ dodoc ChangeLog README sample.gotmailrc
+ doman gotmail.1
+}