diff options
author | 2012-06-28 22:04:15 +0000 | |
---|---|---|
committer | 2012-06-28 22:04:15 +0000 | |
commit | 717432b7378c9548b4ad64d60144e31eea942cf8 (patch) | |
tree | 3cbbf820eec7718ef0008ce664146a835fcd4909 /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-717432b7378c9548b4ad64d60144e31eea942cf8.tar.gz gentoo-2-717432b7378c9548b4ad64d60144e31eea942cf8.tar.bz2 gentoo-2-717432b7378c9548b4ad64d60144e31eea942cf8.zip |
Version bump.
(Portage version: 2.2.0_alpha112/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.30.2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index ba8cdc9831df..42038b12bedc 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.205 2012/06/22 04:50:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.206 2012/06/28 22:04:15 radhermit Exp $ + +*getmail-4.30.2 (28 Jun 2012) + + 28 Jun 2012; Tim Harder <radhermit@gentoo.org> +getmail-4.30.2.ebuild: + Version bump. 22 Jun 2012; Tim Harder <radhermit@gentoo.org> -getmail-4.26.0.ebuild, -getmail-4.29.0.ebuild, -getmail-4.30.0.ebuild: diff --git a/net-mail/getmail/getmail-4.30.2.ebuild b/net-mail/getmail/getmail-4.30.2.ebuild new file mode 100644 index 000000000000..a47f8a052482 --- /dev/null +++ b/net-mail/getmail/getmail-4.30.2.ebuild @@ -0,0 +1,23 @@ +# 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.30.2.ebuild,v 1.1 2012/06/28 22:04:15 radhermit Exp $ + +EAPI="4" + +PYTHON_COMPAT="python2_5 python2_6 python2_7" + +inherit python-distutils-ng + +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="" + +python_prepare_all() { + sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ + -e "/docs\/COPYING/d" "${S}"/setup.py || die +} |