diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-01 20:26:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-01 20:26:48 +0000 |
commit | 45115cfbf87cc94eb2f75b91cbe257acdd54b96b (patch) | |
tree | 2811c8305fba795ed7c66e56279a14b281d7f263 /net-mail | |
parent | Stable on amd64 wrt bug #384539 (diff) | |
download | gentoo-2-45115cfbf87cc94eb2f75b91cbe257acdd54b96b.tar.gz gentoo-2-45115cfbf87cc94eb2f75b91cbe257acdd54b96b.tar.bz2 gentoo-2-45115cfbf87cc94eb2f75b91cbe257acdd54b96b.zip |
Version bump.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.22.1.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 15f1a7255cd5..9b0e298ce8a3 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.187 2011/09/27 19:26:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.188 2011/10/01 20:26:48 radhermit Exp $ + +*getmail-4.22.1 (01 Oct 2011) + + 01 Oct 2011; Tim Harder <radhermit@gentoo.org> +getmail-4.22.1.ebuild: + Version bump. *getmail-4.22.0 (27 Sep 2011) diff --git a/net-mail/getmail/getmail-4.22.1.ebuild b/net-mail/getmail/getmail-4.22.1.ebuild new file mode 100644 index 000000000000..14503149deae --- /dev/null +++ b/net-mail/getmail/getmail-4.22.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.22.1.ebuild,v 1.1 2011/10/01 20:26:48 radhermit Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +PYTHON_MODNAME="getmailcore" + +inherit distutils + +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://pyropus.ca/software/getmail/" +SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris" +IUSE="" + +src_prepare() { + sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ + -e "/docs\/COPYING/d" "${S}"/setup.py || die + distutils_src_prepare +} |