Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.39.0.ebuild
Date: Mon, 25 Feb 2013 04:15:23
Message-Id: 20130225041519.BBA772171D@flycatcher.gentoo.org
1 radhermit 13/02/25 04:15:19
2
3 Modified: ChangeLog
4 Added: getmail-4.39.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.220 net-mail/getmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.220&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.220&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.219&r2=1.220
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
20 retrieving revision 1.219
21 retrieving revision 1.220
22 diff -u -r1.219 -r1.220
23 --- ChangeLog 14 Feb 2013 22:10:40 -0000 1.219
24 +++ ChangeLog 25 Feb 2013 04:15:19 -0000 1.220
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/getmail
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.219 2013/02/14 22:10:40 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.220 2013/02/25 04:15:19 radhermit Exp $
30 +
31 +*getmail-4.39.0 (25 Feb 2013)
32 +
33 + 25 Feb 2013; Tim Harder <radhermit@g.o> +getmail-4.39.0.ebuild:
34 + Version bump.
35
36 14 Feb 2013; Agostino Sarubbo <ago@g.o> getmail-4.36.0.ebuild:
37 Stable for ppc, wrt bug #457432
38
39
40
41 1.1 net-mail/getmail/getmail-4.39.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.39.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.39.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.39.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.39.0.ebuild,v 1.1 2013/02/25 04:15:19 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
58 HOMEPAGE="http://pyropus.ca/software/getmail/"
59 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="4"
63 KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
64
65 python_prepare_all() {
66 sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
67 -e "/docs\/COPYING/d" "${S}"/setup.py || die
68
69 distutils-r1_python_prepare_all
70 }