diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-07 13:55:24 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-07 13:55:24 +0000 |
commit | 634f0ea3763334412ac584973ecab48fa55aec1a (patch) | |
tree | be4b3000910fc481a617ea41243ae4ec946d8cdc /net-mail/getmail | |
parent | Block libobjc2 in current ebuilds (diff) | |
download | gentoo-2-634f0ea3763334412ac584973ecab48fa55aec1a.tar.gz gentoo-2-634f0ea3763334412ac584973ecab48fa55aec1a.tar.bz2 gentoo-2-634f0ea3763334412ac584973ecab48fa55aec1a.zip |
version bump
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.20.3.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 18ac96acf917..17fb4262795d 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.184 2011/04/25 18:42:06 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.185 2011/06/07 13:55:24 eras Exp $ + +*getmail-4.20.3 (07 Jun 2011) + + 07 Jun 2011; Eray Aslan <eras@gentoo.org> +getmail-4.20.3.ebuild: + Version bump *getmail-4.20.2 (25 Apr 2011) diff --git a/net-mail/getmail/getmail-4.20.3.ebuild b/net-mail/getmail/getmail-4.20.3.ebuild new file mode 100644 index 000000000000..926a2fbd8a1e --- /dev/null +++ b/net-mail/getmail/getmail-4.20.3.ebuild @@ -0,0 +1,30 @@ +# 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.20.3.ebuild,v 1.1 2011/06/07 13:55:24 eras Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +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="" + +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" + +PYTHON_MODNAME="getmailcore" + +src_prepare() { + sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ + -e "/docs\/COPYING/d" "${S}"/setup.py || die + distutils_src_prepare +} |