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: getmail-4.27.0.ebuild ChangeLog
Date: Thu, 31 May 2012 12:04:51
Message-Id: 20120531120427.60F8F2004B@flycatcher.gentoo.org
1 radhermit 12/05/31 12:04:27
2
3 Modified: ChangeLog
4 Added: getmail-4.27.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.200 net-mail/getmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.200&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.200&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.199&r2=1.200
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
20 retrieving revision 1.199
21 retrieving revision 1.200
22 diff -u -r1.199 -r1.200
23 --- ChangeLog 15 Apr 2012 21:18:43 -0000 1.199
24 +++ ChangeLog 31 May 2012 12:04:27 -0000 1.200
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/getmail
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.199 2012/04/15 21:18:43 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.200 2012/05/31 12:04:27 radhermit Exp $
30 +
31 +*getmail-4.27.0 (31 May 2012)
32 +
33 + 31 May 2012; Tim Harder <radhermit@g.o> +getmail-4.27.0.ebuild:
34 + Version bump.
35
36 *getmail-4.26.0 (15 Apr 2012)
37
38
39
40
41 1.1 net-mail/getmail/getmail-4.27.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.27.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.27.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.27.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.27.0.ebuild,v 1.1 2012/05/31 12:04:27 radhermit Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
56 PYTHON_MODNAME="getmailcore"
57
58 inherit distutils
59
60 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
61 HOMEPAGE="http://pyropus.ca/software/getmail/"
62 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="4"
66 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
67 IUSE=""
68
69 src_prepare() {
70 sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
71 -e "/docs\/COPYING/d" "${S}"/setup.py || die
72 distutils_src_prepare
73 }