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.32.0.ebuild
Date: Mon, 09 Jul 2012 09:32:48
Message-Id: 20120709093238.2188420063@flycatcher.gentoo.org
1 radhermit 12/07/09 09:32:38
2
3 Modified: ChangeLog
4 Added: getmail-4.32.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.207 net-mail/getmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.207&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.207&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.206&r2=1.207
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
20 retrieving revision 1.206
21 retrieving revision 1.207
22 diff -u -r1.206 -r1.207
23 --- ChangeLog 28 Jun 2012 22:04:15 -0000 1.206
24 +++ ChangeLog 9 Jul 2012 09:32:37 -0000 1.207
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.206 2012/06/28 22:04:15 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.207 2012/07/09 09:32:37 radhermit Exp $
30 +
31 +*getmail-4.32.0 (09 Jul 2012)
32 +
33 + 09 Jul 2012; Tim Harder <radhermit@g.o> +getmail-4.32.0.ebuild:
34 + Version bump.
35
36 *getmail-4.30.2 (28 Jun 2012)
37
38
39
40
41 1.1 net-mail/getmail/getmail-4.32.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.32.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.32.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.32.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.32.0.ebuild,v 1.1 2012/07/09 09:32:37 radhermit Exp $
51
52 EAPI="4"
53
54 PYTHON_COMPAT="python2_5 python2_6 python2_7"
55
56 inherit python-distutils-ng
57
58 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
59 HOMEPAGE="http://pyropus.ca/software/getmail/"
60 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
65 IUSE=""
66
67 python_prepare_all() {
68 sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
69 -e "/docs\/COPYING/d" "${S}"/setup.py || die
70 }