summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-06-19 20:29:03 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-06-19 20:29:03 +0000
commitf44a10cc877506fc7af2adc566677c15ef2a0cdc (patch)
treeb5710c88e470d9210423070c01c625f5d004b9f6 /net-mail/gotmail
parenthomepage update, taken over by desktop-misc (diff)
downloadgentoo-2-f44a10cc877506fc7af2adc566677c15ef2a0cdc.tar.gz
gentoo-2-f44a10cc877506fc7af2adc566677c15ef2a0cdc.tar.bz2
gentoo-2-f44a10cc877506fc7af2adc566677c15ef2a0cdc.zip
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r--net-mail/gotmail/ChangeLog7
-rw-r--r--net-mail/gotmail/Manifest13
-rw-r--r--net-mail/gotmail/files/digest-gotmail-0.8.41
-rw-r--r--net-mail/gotmail/gotmail-0.8.4.ebuild28
4 files changed, 38 insertions, 11 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index 857f6c5fba47..2e083b59fb73 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.28 2005/06/13 02:01:05 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.29 2005/06/19 20:29:03 ticho Exp $
+
+*gotmail-0.8.4 (19 Jun 2005)
+
+ 19 Jun 2005; Andrej Kacian <ticho@gentoo.org> +gotmail-0.8.4.ebuild:
+ Version bump.
13 Jun 2005; Andrej Kacian <ticho@gentoo.org> files/digest-gotmail-0.8.3,
Manifest:
diff --git a/net-mail/gotmail/Manifest b/net-mail/gotmail/Manifest
index be5ae0cc2906..962d22051809 100644
--- a/net-mail/gotmail/Manifest
+++ b/net-mail/gotmail/Manifest
@@ -1,7 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 efaba42c737238f0b0d2735c92c60674 gotmail-0.8.2.ebuild 666
+MD5 b10fb5ffa0d07e06be2118b421a3020b gotmail-0.8.4.ebuild 564
+MD5 75529266ad398ed535e61f977d19f046 .gotmail-0.8.4.ebuild.swp 12288
MD5 bed1af133c57a309be2f2cc133827c7a gotmail-0.8.3.ebuild 656
MD5 af29ee02296c92dd4358d96fd54b8e1f gotmail-0.8.2-r1.ebuild 728
MD5 c2c9600e9aff66cd7220a383754f6885 ChangeLog 4430
@@ -10,10 +9,4 @@ MD5 d15af22fd2d0b77f6e219d563f432bd4 files/gotmail-0.8.2-newlogin.patch 7917
MD5 b14cf689199ab7f7827e4be2f1c5ead4 files/digest-gotmail-0.8.2-r1 64
MD5 b14cf689199ab7f7827e4be2f1c5ead4 files/digest-gotmail-0.8.2 64
MD5 d3aab10cc1e278b79a38178a454ea6b6 files/digest-gotmail-0.8.3 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCrOjzQlM6RnzZP+IRAhzdAJsGxqvUDQ7CrYnpofLXALNbHgnlIgCgwozs
-pafvzYCk8UUImJPcocGncFM=
-=jy9l
------END PGP SIGNATURE-----
+MD5 ff4bb8711dc1b675b9de386442c28c07 files/digest-gotmail-0.8.4 64
diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.4 b/net-mail/gotmail/files/digest-gotmail-0.8.4
new file mode 100644
index 000000000000..217b264323fa
--- /dev/null
+++ b/net-mail/gotmail/files/digest-gotmail-0.8.4
@@ -0,0 +1 @@
+MD5 52959c61c1c12a63b50ee1fdbea35d77 gotmail-0.8.4.tar.gz 36846
diff --git a/net-mail/gotmail/gotmail-0.8.4.ebuild b/net-mail/gotmail/gotmail-0.8.4.ebuild
new file mode 100644
index 000000000000..c7d906a91dff
--- /dev/null
+++ b/net-mail/gotmail/gotmail-0.8.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.4.ebuild,v 1.1 2005/06/19 20:29:03 ticho Exp $
+
+inherit eutils
+
+DESCRIPTION="Utility to download mail from a HotMail account"
+HOMEPAGE="http://sourceforge.net/projects/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"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ make
+ dobin gotmail || die
+ dodoc ChangeLog README sample.gotmailrc
+ doman gotmail.1
+}