From 634f0ea3763334412ac584973ecab48fa55aec1a Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Tue, 7 Jun 2011 13:55:24 +0000 Subject: version bump (Portage version: 2.1.10/cvs/Linux x86_64) --- net-mail/getmail/ChangeLog | 7 ++++++- net-mail/getmail/getmail-4.20.3.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 net-mail/getmail/getmail-4.20.3.ebuild (limited to 'net-mail') 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 +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 +} -- cgit v1.2.3-65-gdbad