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.30.2.ebuild
Date: Thu, 28 Jun 2012 22:04:31
Message-Id: 20120628220415.78B622004B@flycatcher.gentoo.org
1 radhermit 12/06/28 22:04:15
2
3 Modified: ChangeLog
4 Added: getmail-4.30.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.206 net-mail/getmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.206&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.206&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.205&r2=1.206
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
20 retrieving revision 1.205
21 retrieving revision 1.206
22 diff -u -r1.205 -r1.206
23 --- ChangeLog 22 Jun 2012 04:50:53 -0000 1.205
24 +++ ChangeLog 28 Jun 2012 22:04:15 -0000 1.206
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.205 2012/06/22 04:50:53 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.206 2012/06/28 22:04:15 radhermit Exp $
30 +
31 +*getmail-4.30.2 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Tim Harder <radhermit@g.o> +getmail-4.30.2.ebuild:
34 + Version bump.
35
36 22 Jun 2012; Tim Harder <radhermit@g.o> -getmail-4.26.0.ebuild,
37 -getmail-4.29.0.ebuild, -getmail-4.30.0.ebuild:
38
39
40
41 1.1 net-mail/getmail/getmail-4.30.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.30.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.30.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.30.2.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.30.2.ebuild,v 1.1 2012/06/28 22:04:15 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 }