diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-07 07:31:27 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-07 07:31:27 +0000 |
commit | dadc19aa75ac08f8870d05b920ab628a0263474a (patch) | |
tree | a5399c50b88ce563fa334b4fb6f74fe22b5ee404 /net-mail/getmail | |
parent | Version bump. (diff) | |
download | gentoo-2-dadc19aa75ac08f8870d05b920ab628a0263474a.tar.gz gentoo-2-dadc19aa75ac08f8870d05b920ab628a0263474a.tar.bz2 gentoo-2-dadc19aa75ac08f8870d05b920ab628a0263474a.zip |
Version bump.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.25.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index d0bac9d3b53e..1bb8fb0feb78 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.192 2011/12/12 02:18:24 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.193 2012/02/07 07:31:27 radhermit Exp $ + +*getmail-4.25.0 (07 Feb 2012) + + 07 Feb 2012; Tim Harder <radhermit@gentoo.org> +getmail-4.25.0.ebuild: + Version bump. *getmail-4.24.0 (12 Dec 2011) diff --git a/net-mail/getmail/getmail-4.25.0.ebuild b/net-mail/getmail/getmail-4.25.0.ebuild new file mode 100644 index 000000000000..a3542d88abaa --- /dev/null +++ b/net-mail/getmail/getmail-4.25.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.25.0.ebuild,v 1.1 2012/02/07 07:31:27 radhermit Exp $ + +EAPI="4" +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 +} |