diff options
author | 2015-02-27 01:04:14 +0000 | |
---|---|---|
committer | 2015-02-27 01:04:14 +0000 | |
commit | cffda35abe0fda2bcb047763cb263becd24b23ae (patch) | |
tree | 9d1785078a4af05aec61a249a360c5a0c472a74b /net-mail | |
parent | EAPI 5 (diff) | |
download | gentoo-2-cffda35abe0fda2bcb047763cb263becd24b23ae.tar.gz gentoo-2-cffda35abe0fda2bcb047763cb263becd24b23ae.tar.bz2 gentoo-2-cffda35abe0fda2bcb047763cb263becd24b23ae.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.47.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index dd2a6f362daf..26351f7a291f 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.238 2014/10/17 04:57:01 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.239 2015/02/27 01:04:14 radhermit Exp $ + +*getmail-4.47.0 (27 Feb 2015) + + 27 Feb 2015; Tim Harder <radhermit@gentoo.org> +getmail-4.47.0.ebuild: + Version bump. 17 Oct 2014; Tim Harder <radhermit@gentoo.org> -getmail-4.41.0.ebuild, -getmail-4.43.0.ebuild, -getmail-4.43.0-r1.ebuild: diff --git a/net-mail/getmail/getmail-4.47.0.ebuild b/net-mail/getmail/getmail-4.47.0.ebuild new file mode 100644 index 000000000000..c93a6b337071 --- /dev/null +++ b/net-mail/getmail/getmail-4.47.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.47.0.ebuild,v 1.1 2015/02/27 01:04:14 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="ssl?" + +inherit distutils-r1 + +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="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris" +IUSE="ssl" + +python_prepare_all() { + sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ + -e "/docs\/COPYING/d" "${S}"/setup.py || die + + distutils-r1_python_prepare_all +} |