diff options
author | Tuan Van <langthang@gentoo.org> | 2004-07-07 20:45:35 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-07-07 20:45:35 +0000 |
commit | dc567e7d747356e7fcf09230211d30fb814eb157 (patch) | |
tree | 683ddcf9c6e0c4c49f37628b3e12c9170fb7352c /net-mail | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-dc567e7d747356e7fcf09230211d30fb814eb157.tar.gz gentoo-2-dc567e7d747356e7fcf09230211d30fb814eb157.tar.bz2 gentoo-2-dc567e7d747356e7fcf09230211d30fb814eb157.zip |
Version bump bug #47741. Thanks to tove <bugs-at-veller-dot-net>, Daniel Webert <daniel_webert-at-web-dot-de>.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 2 | ||||
-rw-r--r-- | net-mail/getmail/files/digest-getmail-3.2.4 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-3.2.4.ebuild | 36 |
4 files changed, 44 insertions, 1 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 73377db2173d..0485697a268f 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.12 2004/06/24 23:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.13 2004/07/07 20:45:35 langthang Exp $ + + 07 Jul 2004; Tuan Van<langthang@gentoo.org> : + Version bump bug #47741. Thanks to tove <bugs-at-veller-dot-net>, Daniel + Webert <daniel_webert-at-web-dot-de>. 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> getmail-3.2.1.ebuild: Stable on alpha. diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 2504c881cbdd..7243583d37ee 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,3 +1,4 @@ +MD5 5488dc744c842737620da4bfd7f3f9b8 getmail-3.2.4.ebuild 950 MD5 3e94835ffae3188d86d6eefcc24e1498 getmail-3.1.3.ebuild 943 MD5 5488dc744c842737620da4bfd7f3f9b8 getmail-3.2.1.ebuild 950 MD5 fd8e414abd8f98fe093b5d733602aaae ChangeLog 1348 @@ -8,3 +9,4 @@ MD5 6a23fc3cd3127d6d9e7734c6365ded18 files/digest-getmail-2.3.8 64 MD5 db2acd3a4b93154ffb08d5c145dd21e0 files/digest-getmail-3.1.3 64 MD5 caec3387c9daa726c3e2a68ae906e5ba files/digest-getmail-3.1.7 64 MD5 02e47482585d06da914552e487232ceb files/digest-getmail-3.2.1 64 +MD5 998916c10355bce7b9a852cd17a7fc9e files/digest-getmail-3.2.4 64 diff --git a/net-mail/getmail/files/digest-getmail-3.2.4 b/net-mail/getmail/files/digest-getmail-3.2.4 new file mode 100644 index 000000000000..bd068ad7a066 --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-3.2.4 @@ -0,0 +1 @@ +MD5 10f0d7df28503ab32e52e6f97ce11d48 getmail-3.2.4.tar.gz 69266 diff --git a/net-mail/getmail/getmail-3.2.4.ebuild b/net-mail/getmail/getmail-3.2.4.ebuild new file mode 100644 index 000000000000..f8e1ad368a54 --- /dev/null +++ b/net-mail/getmail/getmail-3.2.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-3.2.4.ebuild,v 1.1 2004/07/07 20:45:35 langthang Exp $ + +IUSE="" +S=${WORKDIR}/${P} +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://www.qcc.ca/~charlesc/software/getmail-3.0/" +SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-3.0/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" + +DEPEND="virtual/python" + +src_install () { + into /usr + doman getmail.1 + dobin getmail + dobin getmail_maildir + dobin getmail_mbox + + insinto /usr/lib/getmail + doins getmail.py + doins ConfParser.py + doins timeoutsocket.py + doins getmail_classes.py + doins getmail_constants.py + doins getmail_defaults.py + doins getmail_mbox.py + doins getmail_utilities.py + + dodoc BUGS CHANGELOG COPYING THANKS TODO *.txt getmailrc-example + dohtml *.html +} |