radhermit 15/02/27 01:04:14 Modified: ChangeLog Added: getmail-4.47.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.239 net-mail/getmail/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.239&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.239&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.238&r2=1.239 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v retrieving revision 1.238 retrieving revision 1.239 diff -u -r1.238 -r1.239 --- ChangeLog 17 Oct 2014 04:57:01 -0000 1.238 +++ ChangeLog 27 Feb 2015 01:04:14 -0000 1.239 @@ -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 <[email protected]> +getmail-4.47.0.ebuild: + Version bump. 17 Oct 2014; Tim Harder <[email protected]> -getmail-4.41.0.ebuild, -getmail-4.43.0.ebuild, -getmail-4.43.0-r1.ebuild: 1.1 net-mail/getmail/getmail-4.47.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.47.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.47.0.ebuild?rev=1.1&content-type=text/plain Index: getmail-4.47.0.ebuild =================================================================== # 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 }
