diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-06-12 12:42:35 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-06-12 12:42:35 +0000 |
commit | bf614b151cce7db3bf50e322e47d37bbb3548d12 (patch) | |
tree | c7a72c1029d2923ac2cf509115bd09e16407dc44 /net-mail/gotmail | |
parent | Fixed whitespace error. (diff) | |
download | historical-bf614b151cce7db3bf50e322e47d37bbb3548d12.tar.gz historical-bf614b151cce7db3bf50e322e47d37bbb3548d12.tar.bz2 historical-bf614b151cce7db3bf50e322e47d37bbb3548d12.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/gotmail/Manifest | 10 | ||||
-rw-r--r-- | net-mail/gotmail/files/digest-gotmail-0.8.3 | 1 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.8.3.ebuild | 27 |
4 files changed, 40 insertions, 5 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index 80fc98ce3e1a..320a5b1e89bc 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.26 2005/05/22 11:46:45 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.27 2005/06/12 12:42:35 ticho Exp $ + +*gotmail-0.8.3 (12 Jun 2005) + + 12 Jun 2005; Andrej Kacian <ticho@gentoo.org> +gotmail-0.8.3.ebuild: + Version bump. *gotmail-0.8.2-r1 (22 May 2005) diff --git a/net-mail/gotmail/Manifest b/net-mail/gotmail/Manifest index 08a5c48215f2..72df8a0cc3ac 100644 --- a/net-mail/gotmail/Manifest +++ b/net-mail/gotmail/Manifest @@ -2,16 +2,18 @@ Hash: SHA1 MD5 efaba42c737238f0b0d2735c92c60674 gotmail-0.8.2.ebuild 666 +MD5 bed1af133c57a309be2f2cc133827c7a gotmail-0.8.3.ebuild 656 MD5 af29ee02296c92dd4358d96fd54b8e1f gotmail-0.8.2-r1.ebuild 728 -MD5 2ba96fe133dbca30f82e628aee3cb56e ChangeLog 4151 +MD5 08389954502058929dec28d2f7a54cc8 ChangeLog 4270 MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225 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 58796e244bcb89504b3bedc5a46a9476 files/digest-gotmail-0.8.3 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCkHFC/rLF9B432nYRAgD4AJ0cX3k+hWf675yr1870kCEpdmDVugCgoKNy -yA/F+uj2hQgr5ZL7UOPWuwE= -=INQD +iD8DBQFCrC3TQlM6RnzZP+IRAqTSAJ9Exzrbt+FZEHqBsHkT0Q1MltXGygCfTUDc +uEiDStOVDYpodjb3yvy/WfY= +=9wIE -----END PGP SIGNATURE----- diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.3 b/net-mail/gotmail/files/digest-gotmail-0.8.3 new file mode 100644 index 000000000000..1c51e7520699 --- /dev/null +++ b/net-mail/gotmail/files/digest-gotmail-0.8.3 @@ -0,0 +1 @@ +MD5 1edd6322f4ab565988e229aa5c4a9c64 gotmail-0.8.3.tar.gz 26880 diff --git a/net-mail/gotmail/gotmail-0.8.3.ebuild b/net-mail/gotmail/gotmail-0.8.3.ebuild new file mode 100644 index 000000000000..937fa0947eeb --- /dev/null +++ b/net-mail/gotmail/gotmail-0.8.3.ebuild @@ -0,0 +1,27 @@ +# 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.3.ebuild,v 1.1 2005/06/12 12:42:35 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() { + dobin gotmail || die + dodoc ChangeLog README sample.gotmailrc + doman gotmail.1 +} |